railsstrap 3.2.0.2 → 3.2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +39 -4
  3. data/Rakefile +1 -0
  4. data/app/helpers/railsstrap/bootstrap_flash_helper.rb +15 -3
  5. data/app/helpers/railsstrap/navbar_helper.rb +1 -1
  6. data/lib/generators/railsstrap/install/install_generator.rb +18 -0
  7. data/lib/generators/railsstrap/install/templates/bootstrap.coffee +11 -0
  8. data/lib/generators/railsstrap/install/templates/bootstrap.js +15 -3
  9. data/lib/generators/railsstrap/install/templates/bootstrap_and_overrides.css +5 -5
  10. data/lib/generators/railsstrap/install/templates/bootstrap_and_overrides.less +7 -5
  11. data/lib/railsstrap/constants.rb +1 -1
  12. data/vendor/assets/stylesheets/animate/animate.less +31 -0
  13. data/vendor/assets/stylesheets/animate/bounce/bounce.less +41 -0
  14. data/vendor/assets/stylesheets/animate/bounce/bounceIn.less +58 -0
  15. data/vendor/assets/stylesheets/animate/bounce/bounceInDown.less +56 -0
  16. data/vendor/assets/stylesheets/animate/bounce/bounceInLeft.less +56 -0
  17. data/vendor/assets/stylesheets/animate/bounce/bounceInRight.less +56 -0
  18. data/vendor/assets/stylesheets/animate/bounce/bounceInUp.less +56 -0
  19. data/vendor/assets/stylesheets/animate/bounce/bounceOut.less +56 -0
  20. data/vendor/assets/stylesheets/animate/bounce/bounceOutDown.less +45 -0
  21. data/vendor/assets/stylesheets/animate/bounce/bounceOutLeft.less +45 -0
  22. data/vendor/assets/stylesheets/animate/bounce/bounceOutRight.less +45 -0
  23. data/vendor/assets/stylesheets/animate/bounce/bounceOutUp.less +45 -0
  24. data/vendor/assets/stylesheets/animate/fade/fadeIn.less +24 -0
  25. data/vendor/assets/stylesheets/animate/fade/fadeInDown.less +34 -0
  26. data/vendor/assets/stylesheets/animate/fade/fadeInDownBig.less +34 -0
  27. data/vendor/assets/stylesheets/animate/fade/fadeInLeft.less +34 -0
  28. data/vendor/assets/stylesheets/animate/fade/fadeInLeftBig.less +34 -0
  29. data/vendor/assets/stylesheets/animate/fade/fadeInRight.less +34 -0
  30. data/vendor/assets/stylesheets/animate/fade/fadeInRightBig.less +34 -0
  31. data/vendor/assets/stylesheets/animate/fade/fadeInUp.less +34 -0
  32. data/vendor/assets/stylesheets/animate/fade/fadeInUpBig.less +34 -0
  33. data/vendor/assets/stylesheets/animate/fade/fadeOut.less +24 -0
  34. data/vendor/assets/stylesheets/animate/fade/fadeOutDown.less +34 -0
  35. data/vendor/assets/stylesheets/animate/fade/fadeOutDownBig.less +34 -0
  36. data/vendor/assets/stylesheets/animate/fade/fadeOutLeft.less +34 -0
  37. data/vendor/assets/stylesheets/animate/fade/fadeOutLeftBig.less +34 -0
  38. data/vendor/assets/stylesheets/animate/fade/fadeOutRight.less +34 -0
  39. data/vendor/assets/stylesheets/animate/fade/fadeOutRightBig.less +34 -0
  40. data/vendor/assets/stylesheets/animate/fade/fadeOutUp.less +34 -0
  41. data/vendor/assets/stylesheets/animate/fade/fadeOutUpBig.less +34 -0
  42. data/vendor/assets/stylesheets/animate/flash.less +24 -0
  43. data/vendor/assets/stylesheets/animate/flip/flip.less +86 -0
  44. data/vendor/assets/stylesheets/animate/flip/flipInX.less +59 -0
  45. data/vendor/assets/stylesheets/animate/flip/flipOutX.less +37 -0
  46. data/vendor/assets/stylesheets/animate/flip/flipOutY.less +37 -0
  47. data/vendor/assets/stylesheets/animate/flip/flipinY.less +59 -0
  48. data/vendor/assets/stylesheets/animate/hinge.less +103 -0
  49. data/vendor/assets/stylesheets/animate/lightSpeedIn.less +62 -0
  50. data/vendor/assets/stylesheets/animate/lightSpeedOut.less +36 -0
  51. data/vendor/assets/stylesheets/animate/pulse.less +43 -0
  52. data/vendor/assets/stylesheets/animate/roll/rollIn.less +36 -0
  53. data/vendor/assets/stylesheets/animate/roll/rollOut.less +36 -0
  54. data/vendor/assets/stylesheets/animate/rotate/rotateIn.less +44 -0
  55. data/vendor/assets/stylesheets/animate/rotate/rotateInDownLeft.less +44 -0
  56. data/vendor/assets/stylesheets/animate/rotate/rotateInDownRight.less +44 -0
  57. data/vendor/assets/stylesheets/animate/rotate/rotateInUpLeft.less +44 -0
  58. data/vendor/assets/stylesheets/animate/rotate/rotateInUpRight.less +44 -0
  59. data/vendor/assets/stylesheets/animate/rotate/rotateOut.less +44 -0
  60. data/vendor/assets/stylesheets/animate/rotate/rotateOutDownLeft.less +44 -0
  61. data/vendor/assets/stylesheets/animate/rotate/rotateOutDownRight.less +44 -0
  62. data/vendor/assets/stylesheets/animate/rotate/rotateOutUpLeft.less +44 -0
  63. data/vendor/assets/stylesheets/animate/rotate/rotateOutUpRight.less +44 -0
  64. data/vendor/assets/stylesheets/animate/rubberBand.less +63 -0
  65. data/vendor/assets/stylesheets/animate/shake.less +41 -0
  66. data/vendor/assets/stylesheets/animate/slide/slideInDown.less +32 -0
  67. data/vendor/assets/stylesheets/animate/slide/slideInLeft.less +32 -0
  68. data/vendor/assets/stylesheets/animate/slide/slideInRight.less +32 -0
  69. data/vendor/assets/stylesheets/animate/slide/slideInUp.less +34 -0
  70. data/vendor/assets/stylesheets/animate/slide/slideOutDown.less +32 -0
  71. data/vendor/assets/stylesheets/animate/slide/slideOutLeft.less +32 -0
  72. data/vendor/assets/stylesheets/animate/slide/slideOutRight.less +32 -0
  73. data/vendor/assets/stylesheets/animate/slide/slideOutUp.less +32 -0
  74. data/vendor/assets/stylesheets/animate/swing.less +66 -0
  75. data/vendor/assets/stylesheets/animate/tada.less +63 -0
  76. data/vendor/assets/stylesheets/animate/wobble.less +87 -0
  77. data/vendor/assets/stylesheets/animate/zoom/zoomIn.less +29 -0
  78. data/vendor/assets/stylesheets/animate/zoom/zoomInDown.less +42 -0
  79. data/vendor/assets/stylesheets/animate/zoom/zoomInLeft.less +42 -0
  80. data/vendor/assets/stylesheets/animate/zoom/zoomInRight.less +42 -0
  81. data/vendor/assets/stylesheets/animate/zoom/zoomInUp.less +42 -0
  82. data/vendor/assets/stylesheets/animate/zoom/zoomOut.less +42 -0
  83. data/vendor/assets/stylesheets/animate/zoom/zoomOutDown.less +43 -0
  84. data/vendor/assets/stylesheets/animate/zoom/zoomOutLeft.less +43 -0
  85. data/vendor/assets/stylesheets/animate/zoom/zoomOutRight.less +43 -0
  86. data/vendor/assets/stylesheets/animate/zoom/zoomOutUp.less +43 -0
  87. data/vendor/assets/stylesheets/bootstrap-additions.less +2 -1
  88. data/vendor/assets/stylesheets/dist/railsstrap.css +3407 -0
  89. data/vendor/assets/stylesheets/railsstrap.less +78 -0
  90. metadata +107 -2
@@ -0,0 +1,42 @@
1
+ @-webkit-keyframes zoomInUp {
2
+ 0% {
3
+ opacity: 0;
4
+ -webkit-transform: scale(.1) translateY(2000px);
5
+ transform: scale(.1) translateY(2000px);
6
+ -webkit-animation-timing-function: ease-in-out;
7
+ animation-timing-function: ease-in-out;
8
+ }
9
+
10
+ 60% {
11
+ opacity: 1;
12
+ -webkit-transform: scale(.475) translateY(-60px);
13
+ transform: scale(.475) translateY(-60px);
14
+ -webkit-animation-timing-function: ease-out;
15
+ animation-timing-function: ease-out;
16
+ }
17
+ }
18
+
19
+ @keyframes zoomInUp {
20
+ 0% {
21
+ opacity: 0;
22
+ -webkit-transform: scale(.1) translateY(2000px);
23
+ -ms-transform: scale(.1) translateY(2000px);
24
+ transform: scale(.1) translateY(2000px);
25
+ -webkit-animation-timing-function: ease-in-out;
26
+ animation-timing-function: ease-in-out;
27
+ }
28
+
29
+ 60% {
30
+ opacity: 1;
31
+ -webkit-transform: scale(.475) translateY(-60px);
32
+ -ms-transform: scale(.475) translateY(-60px);
33
+ transform: scale(.475) translateY(-60px);
34
+ -webkit-animation-timing-function: ease-out;
35
+ animation-timing-function: ease-out;
36
+ }
37
+ }
38
+
39
+ .zoomInUp {
40
+ -webkit-animation-name: zoomInUp;
41
+ animation-name: zoomInUp;
42
+ }
@@ -0,0 +1,42 @@
1
+ @-webkit-keyframes zoomOut {
2
+ 0% {
3
+ opacity: 1;
4
+ -webkit-transform: scale(1);
5
+ transform: scale(1);
6
+ }
7
+
8
+ 50% {
9
+ opacity: 0;
10
+ -webkit-transform: scale(.3);
11
+ transform: scale(.3);
12
+ }
13
+
14
+ 100% {
15
+ opacity: 0;
16
+ }
17
+ }
18
+
19
+ @keyframes zoomOut {
20
+ 0% {
21
+ opacity: 1;
22
+ -webkit-transform: scale(1);
23
+ -ms-transform: scale(1);
24
+ transform: scale(1);
25
+ }
26
+
27
+ 50% {
28
+ opacity: 0;
29
+ -webkit-transform: scale(.3);
30
+ -ms-transform: scale(.3);
31
+ transform: scale(.3);
32
+ }
33
+
34
+ 100% {
35
+ opacity: 0;
36
+ }
37
+ }
38
+
39
+ .zoomOut {
40
+ -webkit-animation-name: zoomOut;
41
+ animation-name: zoomOut;
42
+ }
@@ -0,0 +1,43 @@
1
+ @-webkit-keyframes zoomOutDown {
2
+ 40% {
3
+ opacity: 1;
4
+ -webkit-transform: scale(.475) translateY(-60px);
5
+ transform: scale(.475) translateY(-60px);
6
+ -webkit-animation-timing-function: linear;
7
+ animation-timing-function: linear;
8
+ }
9
+
10
+ 100% {
11
+ opacity: 0;
12
+ -webkit-transform: scale(.1) translateY(2000px);
13
+ transform: scale(.1) translateY(2000px);
14
+ -webkit-transform-origin: center bottom;
15
+ transform-origin: center bottom;
16
+ }
17
+ }
18
+
19
+ @keyframes zoomOutDown {
20
+ 40% {
21
+ opacity: 1;
22
+ -webkit-transform: scale(.475) translateY(-60px);
23
+ -ms-transform: scale(.475) translateY(-60px);
24
+ transform: scale(.475) translateY(-60px);
25
+ -webkit-animation-timing-function: linear;
26
+ animation-timing-function: linear;
27
+ }
28
+
29
+ 100% {
30
+ opacity: 0;
31
+ -webkit-transform: scale(.1) translateY(2000px);
32
+ -ms-transform: scale(.1) translateY(2000px);
33
+ transform: scale(.1) translateY(2000px);
34
+ -webkit-transform-origin: center bottom;
35
+ -ms-transform-origin: center bottom;
36
+ transform-origin: center bottom;
37
+ }
38
+ }
39
+
40
+ .zoomOutDown {
41
+ -webkit-animation-name: zoomOutDown;
42
+ animation-name: zoomOutDown;
43
+ }
@@ -0,0 +1,43 @@
1
+ @-webkit-keyframes zoomOutLeft {
2
+ 40% {
3
+ opacity: 1;
4
+ -webkit-transform: scale(.475) translateX(42px);
5
+ transform: scale(.475) translateX(42px);
6
+ -webkit-animation-timing-function: linear;
7
+ animation-timing-function: linear;
8
+ }
9
+
10
+ 100% {
11
+ opacity: 0;
12
+ -webkit-transform: scale(.1) translateX(-2000px);
13
+ transform: scale(.1) translateX(-2000px);
14
+ -webkit-transform-origin: left center;
15
+ transform-origin: left center;
16
+ }
17
+ }
18
+
19
+ @keyframes zoomOutLeft {
20
+ 40% {
21
+ opacity: 1;
22
+ -webkit-transform: scale(.475) translateX(42px);
23
+ -ms-transform: scale(.475) translateX(42px);
24
+ transform: scale(.475) translateX(42px);
25
+ -webkit-animation-timing-function: linear;
26
+ animation-timing-function: linear;
27
+ }
28
+
29
+ 100% {
30
+ opacity: 0;
31
+ -webkit-transform: scale(.1) translateX(-2000px);
32
+ -ms-transform: scale(.1) translateX(-2000px);
33
+ transform: scale(.1) translateX(-2000px);
34
+ -webkit-transform-origin: left center;
35
+ -ms-transform-origin: left center;
36
+ transform-origin: left center;
37
+ }
38
+ }
39
+
40
+ .zoomOutLeft {
41
+ -webkit-animation-name: zoomOutLeft;
42
+ animation-name: zoomOutLeft;
43
+ }
@@ -0,0 +1,43 @@
1
+ @-webkit-keyframes zoomOutRight {
2
+ 40% {
3
+ opacity: 1;
4
+ -webkit-transform: scale(.475) translateX(-42px);
5
+ transform: scale(.475) translateX(-42px);
6
+ -webkit-animation-timing-function: linear;
7
+ animation-timing-function: linear;
8
+ }
9
+
10
+ 100% {
11
+ opacity: 0;
12
+ -webkit-transform: scale(.1) translateX(2000px);
13
+ transform: scale(.1) translateX(2000px);
14
+ -webkit-transform-origin: right center;
15
+ transform-origin: right center;
16
+ }
17
+ }
18
+
19
+ @keyframes zoomOutRight {
20
+ 40% {
21
+ opacity: 1;
22
+ -webkit-transform: scale(.475) translateX(-42px);
23
+ -ms-transform: scale(.475) translateX(-42px);
24
+ transform: scale(.475) translateX(-42px);
25
+ -webkit-animation-timing-function: linear;
26
+ animation-timing-function: linear;
27
+ }
28
+
29
+ 100% {
30
+ opacity: 0;
31
+ -webkit-transform: scale(.1) translateX(2000px);
32
+ -ms-transform: scale(.1) translateX(2000px);
33
+ transform: scale(.1) translateX(2000px);
34
+ -webkit-transform-origin: right center;
35
+ -ms-transform-origin: right center;
36
+ transform-origin: right center;
37
+ }
38
+ }
39
+
40
+ .zoomOutRight {
41
+ -webkit-animation-name: zoomOutRight;
42
+ animation-name: zoomOutRight;
43
+ }
@@ -0,0 +1,43 @@
1
+ @-webkit-keyframes zoomOutUp {
2
+ 40% {
3
+ opacity: 1;
4
+ -webkit-transform: scale(.475) translateY(60px);
5
+ transform: scale(.475) translateY(60px);
6
+ -webkit-animation-timing-function: linear;
7
+ animation-timing-function: linear;
8
+ }
9
+
10
+ 100% {
11
+ opacity: 0;
12
+ -webkit-transform: scale(.1) translateY(-2000px);
13
+ transform: scale(.1) translateY(-2000px);
14
+ -webkit-transform-origin: center top;
15
+ transform-origin: center top;
16
+ }
17
+ }
18
+
19
+ @keyframes zoomOutUp {
20
+ 40% {
21
+ opacity: 1;
22
+ -webkit-transform: scale(.475) translateY(60px);
23
+ -ms-transform: scale(.475) translateY(60px);
24
+ transform: scale(.475) translateY(60px);
25
+ -webkit-animation-timing-function: linear;
26
+ animation-timing-function: linear;
27
+ }
28
+
29
+ 100% {
30
+ opacity: 0;
31
+ -webkit-transform: scale(.1) translateY(-2000px);
32
+ -ms-transform: scale(.1) translateY(-2000px);
33
+ transform: scale(.1) translateY(-2000px);
34
+ -webkit-transform-origin: center top;
35
+ -ms-transform-origin: center top;
36
+ transform-origin: center top;
37
+ }
38
+ }
39
+
40
+ .zoomOutUp {
41
+ -webkit-animation-name: zoomOutUp;
42
+ animation-name: zoomOutUp;
43
+ }
@@ -1,4 +1,5 @@
1
1
  //Contributions from https://github.com/mgcrea/bootstrap-additions
2
+ //Contributions for animations from http://daneden.me/animate
2
3
  @import (reference) "../bower_components/bootstrap/less/bootstrap";
3
4
  @import "alert/alert";
4
5
  @import "aside/aside";
@@ -7,4 +8,4 @@
7
8
  @import "modal/modal";
8
9
  @import "popover/popover";
9
10
  @import "timepicker/timepicker";
10
- @import "tooltip/tooltip";
11
+ @import "tooltip/tooltip";
@@ -0,0 +1,3407 @@
1
+ @charset "UTF-8";
2
+ .thumbnail > img,
3
+ .thumbnail a > img,
4
+ .carousel-inner > .item > img,
5
+ .carousel-inner > .item > a > img {
6
+ display: block;
7
+ width: 100% \9;
8
+ max-width: 100%;
9
+ height: auto;
10
+ }
11
+ .form-horizontal .form-group-sm .form-control {
12
+ height: 30px;
13
+ padding: 5px 10px;
14
+ font-size: 12px;
15
+ line-height: 1.5;
16
+ border-radius: 3px;
17
+ }
18
+ .form-horizontal .form-group-lg .form-control {
19
+ height: 46px;
20
+ padding: 10px 16px;
21
+ font-size: 18px;
22
+ line-height: 1.33;
23
+ border-radius: 6px;
24
+ }
25
+ .btn-group-lg > .btn {
26
+ padding: 10px 16px;
27
+ font-size: 18px;
28
+ line-height: 1.33;
29
+ border-radius: 6px;
30
+ }
31
+ .btn-group-sm > .btn {
32
+ padding: 5px 10px;
33
+ font-size: 12px;
34
+ line-height: 1.5;
35
+ border-radius: 3px;
36
+ }
37
+ .btn-group-xs > .btn {
38
+ padding: 1px 5px;
39
+ font-size: 12px;
40
+ line-height: 1.5;
41
+ border-radius: 3px;
42
+ }
43
+ .dl-horizontal dd:before,
44
+ .dl-horizontal dd:after,
45
+ .container:before,
46
+ .container:after,
47
+ .container-fluid:before,
48
+ .container-fluid:after,
49
+ .row:before,
50
+ .row:after,
51
+ .form-horizontal .form-group:before,
52
+ .form-horizontal .form-group:after,
53
+ .btn-toolbar:before,
54
+ .btn-toolbar:after,
55
+ .btn-group-vertical > .btn-group:before,
56
+ .btn-group-vertical > .btn-group:after,
57
+ .nav:before,
58
+ .nav:after,
59
+ .navbar:before,
60
+ .navbar:after,
61
+ .navbar-header:before,
62
+ .navbar-header:after,
63
+ .navbar-collapse:before,
64
+ .navbar-collapse:after,
65
+ .pager:before,
66
+ .pager:after,
67
+ .panel-body:before,
68
+ .panel-body:after,
69
+ .modal-footer:before,
70
+ .modal-footer:after,
71
+ .aside .aside-dialog .aside-footer:before,
72
+ .aside .aside-dialog .aside-footer:after {
73
+ content: " ";
74
+ display: table;
75
+ }
76
+ .dl-horizontal dd:after,
77
+ .container:after,
78
+ .container-fluid:after,
79
+ .row:after,
80
+ .form-horizontal .form-group:after,
81
+ .btn-toolbar:after,
82
+ .btn-group-vertical > .btn-group:after,
83
+ .nav:after,
84
+ .navbar:after,
85
+ .navbar-header:after,
86
+ .navbar-collapse:after,
87
+ .pager:after,
88
+ .panel-body:after,
89
+ .modal-footer:after,
90
+ .aside .aside-dialog .aside-footer:after {
91
+ clear: both;
92
+ }
93
+ /*
94
+ * Alerts placement
95
+ */
96
+ .alert {
97
+ outline: none;
98
+ }
99
+ .alert.top,
100
+ .alert.top-left,
101
+ .alert.top-right,
102
+ .alert.bottom,
103
+ .alert.bottom-left,
104
+ .alert.bottom-right {
105
+ position: fixed;
106
+ z-index: 1050;
107
+ margin: 20px;
108
+ }
109
+ .alert.top,
110
+ .alert.top-left,
111
+ .alert.top-right {
112
+ top: 50px;
113
+ }
114
+ .alert.top {
115
+ right: 0px;
116
+ left: 0px;
117
+ }
118
+ .alert.top-right {
119
+ right: 0px;
120
+ }
121
+ .alert.top-right .close {
122
+ padding-left: 10px;
123
+ }
124
+ .alert.top-left {
125
+ left: 0px;
126
+ }
127
+ .alert.top-left .close {
128
+ padding-right: 10px;
129
+ }
130
+ .alert.bottom,
131
+ .alert.bottom-right,
132
+ .alert.bottom-left {
133
+ bottom: 0px;
134
+ }
135
+ .alert.bottom {
136
+ right: 0px;
137
+ left: 0px;
138
+ }
139
+ .alert.bottom-right {
140
+ right: 0px;
141
+ }
142
+ .alert.bottom-right .close {
143
+ padding-left: 10px;
144
+ }
145
+ .alert.bottom-left {
146
+ left: 0px;
147
+ }
148
+ .alert.bottom-left .close {
149
+ padding-right: 10px;
150
+ }
151
+ /*
152
+ * Aside element
153
+ */
154
+ .aside {
155
+ position: fixed;
156
+ top: 0;
157
+ bottom: 0;
158
+ z-index: 1049;
159
+ overflow: auto;
160
+ min-width: 320px;
161
+ background: white;
162
+ }
163
+ .aside:focus {
164
+ outline: none;
165
+ }
166
+ @media (max-width: 991px) {
167
+ .aside {
168
+ min-width: 240px;
169
+ }
170
+ }
171
+ .aside.left {
172
+ right: auto;
173
+ left: 0;
174
+ }
175
+ .aside.right {
176
+ right: 0;
177
+ left: auto;
178
+ }
179
+ .aside .aside-dialog .aside-header {
180
+ padding: 15px;
181
+ border-bottom: 1px solid #e5e5e5;
182
+ min-height: 16.42857143px;
183
+ padding: 6px 15px;
184
+ background: #428bca;
185
+ color: white;
186
+ }
187
+ .aside .aside-dialog .aside-header .close {
188
+ margin-right: -8px;
189
+ padding: 4px 8px;
190
+ color: white;
191
+ font-size: 25px;
192
+ opacity: .8;
193
+ }
194
+ .aside .aside-dialog .aside-body {
195
+ position: relative;
196
+ padding: 15px;
197
+ }
198
+ .aside .aside-dialog .aside-footer {
199
+ padding: 15px;
200
+ text-align: right;
201
+ border-top: 1px solid #e5e5e5;
202
+ }
203
+ .aside .aside-dialog .aside-footer .btn + .btn {
204
+ margin-left: 5px;
205
+ margin-bottom: 0;
206
+ }
207
+ .aside .aside-dialog .aside-footer .btn-group .btn + .btn {
208
+ margin-left: -1px;
209
+ }
210
+ .aside .aside-dialog .aside-footer .btn-block + .btn-block {
211
+ margin-left: 0;
212
+ }
213
+ .aside-backdrop {
214
+ position: fixed;
215
+ top: 0;
216
+ right: 0;
217
+ bottom: 0;
218
+ left: 0;
219
+ z-index: 1040;
220
+ background-color: #000000;
221
+ }
222
+ .aside-backdrop.fade {
223
+ opacity: 0;
224
+ filter: alpha(opacity=0);
225
+ }
226
+ .aside-backdrop.in {
227
+ opacity: 0.5;
228
+ filter: alpha(opacity=50);
229
+ }
230
+ /*
231
+ * Callouts
232
+ *
233
+ * Not quite alerts, but custom and helpful notes for folks reading the docs.
234
+ * Requires a base and modifier class.
235
+ */
236
+ .callout {
237
+ margin: 20px 0;
238
+ padding: 20px;
239
+ border-left: 3px solid #eee;
240
+ }
241
+ .callout h4 {
242
+ margin-top: 0;
243
+ margin-bottom: 5px;
244
+ }
245
+ .callout p:last-child {
246
+ margin-bottom: 0;
247
+ }
248
+ /* Variations */
249
+ .callout-danger {
250
+ border-color: #eed3d7;
251
+ background-color: #fdf7f7;
252
+ }
253
+ .callout-danger h4 {
254
+ color: #b94a48;
255
+ }
256
+ .callout-warning {
257
+ border-color: #faebcc;
258
+ background-color: #faf8f0;
259
+ }
260
+ .callout-warning h4 {
261
+ color: #8a6d3b;
262
+ }
263
+ .callout-info {
264
+ border-color: #bce8f1;
265
+ background-color: #f4f8fa;
266
+ }
267
+ .callout-info h4 {
268
+ color: #34789a;
269
+ }
270
+ /*
271
+ * Datepicker element
272
+ */
273
+ .datepicker.dropdown-menu {
274
+ width: 250px;
275
+ height: 270px;
276
+ }
277
+ .datepicker.dropdown-menu button {
278
+ outline: none;
279
+ border: 0px;
280
+ }
281
+ .datepicker.dropdown-menu tbody {
282
+ height: 180px;
283
+ }
284
+ .datepicker.dropdown-menu tbody button {
285
+ padding: 6px;
286
+ }
287
+ .datepicker.dropdown-menu.datepicker-mode-1 tbody button,
288
+ .datepicker.dropdown-menu.datepicker-mode-2 tbody button {
289
+ height: 65px;
290
+ }
291
+ .modal.center .modal-dialog {
292
+ position: fixed;
293
+ top: 40%;
294
+ left: 50%;
295
+ min-width: 320px;
296
+ max-width: 630px;
297
+ width: 50%;
298
+ transform: translateX(-50%) translateY(-50%);
299
+ }
300
+ /*
301
+ * Popovers corner placement
302
+ *
303
+ * Inherit exotic positionning from basic ones & fix arrow placement
304
+ */
305
+ .popover.top-left {
306
+ margin-top: -10px;
307
+ }
308
+ .popover.top-left .arrow {
309
+ left: 50%;
310
+ margin-left: -11px;
311
+ border-bottom-width: 0;
312
+ border-top-color: #999999;
313
+ border-top-color: rgba(0, 0, 0, 0.25);
314
+ bottom: -11px;
315
+ left: 10%;
316
+ }
317
+ .popover.top-left .arrow:after {
318
+ content: " ";
319
+ bottom: 1px;
320
+ margin-left: -10px;
321
+ border-bottom-width: 0;
322
+ border-top-color: #ffffff;
323
+ }
324
+ .popover.top-right {
325
+ margin-top: -10px;
326
+ }
327
+ .popover.top-right .arrow {
328
+ left: 50%;
329
+ margin-left: -11px;
330
+ border-bottom-width: 0;
331
+ border-top-color: #999999;
332
+ border-top-color: rgba(0, 0, 0, 0.25);
333
+ bottom: -11px;
334
+ left: 90%;
335
+ }
336
+ .popover.top-right .arrow:after {
337
+ content: " ";
338
+ bottom: 1px;
339
+ margin-left: -10px;
340
+ border-bottom-width: 0;
341
+ border-top-color: #ffffff;
342
+ }
343
+ .popover.bottom-left {
344
+ margin-top: 10px;
345
+ }
346
+ .popover.bottom-left .arrow {
347
+ left: 50%;
348
+ margin-left: -11px;
349
+ border-top-width: 0;
350
+ border-bottom-color: #999999;
351
+ border-bottom-color: rgba(0, 0, 0, 0.25);
352
+ top: -11px;
353
+ left: 10%;
354
+ }
355
+ .popover.bottom-left .arrow:after {
356
+ content: " ";
357
+ top: 1px;
358
+ margin-left: -10px;
359
+ border-top-width: 0;
360
+ border-bottom-color: #ffffff;
361
+ }
362
+ .popover.bottom-right {
363
+ margin-top: 10px;
364
+ }
365
+ .popover.bottom-right .arrow {
366
+ left: 50%;
367
+ margin-left: -11px;
368
+ border-top-width: 0;
369
+ border-bottom-color: #999999;
370
+ border-bottom-color: rgba(0, 0, 0, 0.25);
371
+ top: -11px;
372
+ left: 90%;
373
+ }
374
+ .popover.bottom-right .arrow:after {
375
+ content: " ";
376
+ top: 1px;
377
+ margin-left: -10px;
378
+ border-top-width: 0;
379
+ border-bottom-color: #ffffff;
380
+ }
381
+ /*
382
+ * Timepicker element
383
+ */
384
+ .timepicker.dropdown-menu {
385
+ padding: 0 4px;
386
+ }
387
+ .timepicker.dropdown-menu button {
388
+ outline: none;
389
+ border: 0px;
390
+ }
391
+ .timepicker.dropdown-menu tbody button {
392
+ padding: 6px;
393
+ }
394
+ /*
395
+ * Fancy tooltips
396
+ *
397
+ */
398
+ .tooltip.tooltip-info.top .tooltip-arrow,
399
+ .tooltip.tooltip-info.top-left .tooltip-arrow,
400
+ .tooltip.tooltip-info.top-right .tooltip-arrow {
401
+ border-top-color: #d9edf7;
402
+ }
403
+ .tooltip.tooltip-info.right .tooltip-arrow {
404
+ border-right-color: #d9edf7;
405
+ }
406
+ .tooltip.tooltip-info.bottom .tooltip-arrow,
407
+ .tooltip.tooltip-info.bottom-left .tooltip-arrow,
408
+ .tooltip.tooltip-info.bottom-right .tooltip-arrow {
409
+ border-bottom-color: #d9edf7;
410
+ }
411
+ .tooltip.tooltip-info.left .tooltip-arrow {
412
+ border-left-color: #d9edf7;
413
+ }
414
+ .tooltip.tooltip-info .tooltip-inner {
415
+ background-color: #d9edf7;
416
+ border-color: #bce8f1;
417
+ color: #31708f;
418
+ }
419
+ .tooltip.tooltip-info .tooltip-inner hr {
420
+ border-top-color: #a6e1ec;
421
+ }
422
+ .tooltip.tooltip-info .tooltip-inner .alert-link {
423
+ color: #245269;
424
+ }
425
+ .tooltip.tooltip-success.top .tooltip-arrow,
426
+ .tooltip.tooltip-success.top-left .tooltip-arrow,
427
+ .tooltip.tooltip-success.top-right .tooltip-arrow {
428
+ border-top-color: #dff0d8;
429
+ }
430
+ .tooltip.tooltip-success.right .tooltip-arrow {
431
+ border-right-color: #dff0d8;
432
+ }
433
+ .tooltip.tooltip-success.bottom .tooltip-arrow,
434
+ .tooltip.tooltip-success.bottom-left .tooltip-arrow,
435
+ .tooltip.tooltip-success.bottom-right .tooltip-arrow {
436
+ border-bottom-color: #dff0d8;
437
+ }
438
+ .tooltip.tooltip-success.left .tooltip-arrow {
439
+ border-left-color: #dff0d8;
440
+ }
441
+ .tooltip.tooltip-success .tooltip-inner {
442
+ background-color: #dff0d8;
443
+ border-color: #d6e9c6;
444
+ color: #3c763d;
445
+ }
446
+ .tooltip.tooltip-success .tooltip-inner hr {
447
+ border-top-color: #c9e2b3;
448
+ }
449
+ .tooltip.tooltip-success .tooltip-inner .alert-link {
450
+ color: #2b542c;
451
+ }
452
+ .tooltip.tooltip-danger.top .tooltip-arrow,
453
+ .tooltip.tooltip-danger.top-left .tooltip-arrow,
454
+ .tooltip.tooltip-danger.top-right .tooltip-arrow {
455
+ border-top-color: #f2dede;
456
+ }
457
+ .tooltip.tooltip-danger.right .tooltip-arrow {
458
+ border-right-color: #f2dede;
459
+ }
460
+ .tooltip.tooltip-danger.bottom .tooltip-arrow,
461
+ .tooltip.tooltip-danger.bottom-left .tooltip-arrow,
462
+ .tooltip.tooltip-danger.bottom-right .tooltip-arrow {
463
+ border-bottom-color: #f2dede;
464
+ }
465
+ .tooltip.tooltip-danger.left .tooltip-arrow {
466
+ border-left-color: #f2dede;
467
+ }
468
+ .tooltip.tooltip-danger .tooltip-inner {
469
+ background-color: #f2dede;
470
+ border-color: #ebccd1;
471
+ color: #a94442;
472
+ }
473
+ .tooltip.tooltip-danger .tooltip-inner hr {
474
+ border-top-color: #e4b9c0;
475
+ }
476
+ .tooltip.tooltip-danger .tooltip-inner .alert-link {
477
+ color: #843534;
478
+ }
479
+ /*
480
+ * Tooltip corner placement
481
+ *
482
+ * Inherit exotic positionning from basic ones & fix arrow placement
483
+ */
484
+ .tooltip.top-left {
485
+ margin-top: -3px;
486
+ padding: 5px 0;
487
+ }
488
+ .tooltip.top-left .tooltip-arrow {
489
+ bottom: 0;
490
+ left: 50%;
491
+ margin-left: -5px;
492
+ border-width: 5px 5px 0;
493
+ border-top-color: #000000;
494
+ left: 10%;
495
+ }
496
+ .tooltip.top-right {
497
+ margin-top: -3px;
498
+ padding: 5px 0;
499
+ }
500
+ .tooltip.top-right .tooltip-arrow {
501
+ bottom: 0;
502
+ left: 50%;
503
+ margin-left: -5px;
504
+ border-width: 5px 5px 0;
505
+ border-top-color: #000000;
506
+ left: 90%;
507
+ }
508
+ .tooltip.bottom-left {
509
+ margin-top: 3px;
510
+ padding: 5px 0;
511
+ }
512
+ .tooltip.bottom-left .tooltip-arrow {
513
+ top: 0;
514
+ left: 50%;
515
+ margin-left: -5px;
516
+ border-width: 0 5px 5px;
517
+ border-bottom-color: #000000;
518
+ left: 10%;
519
+ }
520
+ .tooltip.bottom-right {
521
+ margin-top: 3px;
522
+ padding: 5px 0;
523
+ }
524
+ .tooltip.bottom-right .tooltip-arrow {
525
+ top: 0;
526
+ left: 50%;
527
+ margin-left: -5px;
528
+ border-width: 0 5px 5px;
529
+ border-bottom-color: #000000;
530
+ left: 90%;
531
+ }
532
+ /*!
533
+ Animate.css - http://daneden.me/animate
534
+ Licensed under the MIT license
535
+
536
+ Copyright (c) 2013 Daniel Eden
537
+
538
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
539
+
540
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
541
+
542
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
543
+ */
544
+ .animated {
545
+ -webkit-animation-duration: 0.6s;
546
+ animation-duration: 0.6s;
547
+ -webkit-animation-fill-mode: both;
548
+ animation-fill-mode: both;
549
+ }
550
+ .animated.infinite {
551
+ -webkit-animation-iteration-count: infinite;
552
+ animation-iteration-count: infinite;
553
+ }
554
+ .animated.hinge {
555
+ -webkit-animation-duration: 2s;
556
+ animation-duration: 2s;
557
+ }
558
+ @-webkit-keyframes flash {
559
+ 0%,
560
+ 50%,
561
+ 100% {
562
+ opacity: 1;
563
+ }
564
+ 25%,
565
+ 75% {
566
+ opacity: 0;
567
+ }
568
+ }
569
+ @keyframes flash {
570
+ 0%,
571
+ 50%,
572
+ 100% {
573
+ opacity: 1;
574
+ }
575
+ 25%,
576
+ 75% {
577
+ opacity: 0;
578
+ }
579
+ }
580
+ .flash {
581
+ -webkit-animation-name: flash;
582
+ animation-name: flash;
583
+ }
584
+ @-webkit-keyframes hinge {
585
+ 0% {
586
+ -webkit-transform: rotate(0);
587
+ transform: rotate(0);
588
+ -webkit-transform-origin: top left;
589
+ transform-origin: top left;
590
+ -webkit-animation-timing-function: ease-in-out;
591
+ animation-timing-function: ease-in-out;
592
+ }
593
+ 20%,
594
+ 60% {
595
+ -webkit-transform: rotate(80deg);
596
+ transform: rotate(80deg);
597
+ -webkit-transform-origin: top left;
598
+ transform-origin: top left;
599
+ -webkit-animation-timing-function: ease-in-out;
600
+ animation-timing-function: ease-in-out;
601
+ }
602
+ 40% {
603
+ -webkit-transform: rotate(60deg);
604
+ transform: rotate(60deg);
605
+ -webkit-transform-origin: top left;
606
+ transform-origin: top left;
607
+ -webkit-animation-timing-function: ease-in-out;
608
+ animation-timing-function: ease-in-out;
609
+ }
610
+ 80% {
611
+ -webkit-transform: rotate(60deg) translateY(0);
612
+ transform: rotate(60deg) translateY(0);
613
+ -webkit-transform-origin: top left;
614
+ transform-origin: top left;
615
+ -webkit-animation-timing-function: ease-in-out;
616
+ animation-timing-function: ease-in-out;
617
+ opacity: 1;
618
+ }
619
+ 100% {
620
+ -webkit-transform: translateY(700px);
621
+ transform: translateY(700px);
622
+ opacity: 0;
623
+ }
624
+ }
625
+ @keyframes hinge {
626
+ 0% {
627
+ -webkit-transform: rotate(0);
628
+ -ms-transform: rotate(0);
629
+ transform: rotate(0);
630
+ -webkit-transform-origin: top left;
631
+ -ms-transform-origin: top left;
632
+ transform-origin: top left;
633
+ -webkit-animation-timing-function: ease-in-out;
634
+ animation-timing-function: ease-in-out;
635
+ }
636
+ 20%,
637
+ 60% {
638
+ -webkit-transform: rotate(80deg);
639
+ -ms-transform: rotate(80deg);
640
+ transform: rotate(80deg);
641
+ -webkit-transform-origin: top left;
642
+ -ms-transform-origin: top left;
643
+ transform-origin: top left;
644
+ -webkit-animation-timing-function: ease-in-out;
645
+ animation-timing-function: ease-in-out;
646
+ }
647
+ 40% {
648
+ -webkit-transform: rotate(60deg);
649
+ -ms-transform: rotate(60deg);
650
+ transform: rotate(60deg);
651
+ -webkit-transform-origin: top left;
652
+ -ms-transform-origin: top left;
653
+ transform-origin: top left;
654
+ -webkit-animation-timing-function: ease-in-out;
655
+ animation-timing-function: ease-in-out;
656
+ }
657
+ 80% {
658
+ -webkit-transform: rotate(60deg) translateY(0);
659
+ -ms-transform: rotate(60deg) translateY(0);
660
+ transform: rotate(60deg) translateY(0);
661
+ -webkit-transform-origin: top left;
662
+ -ms-transform-origin: top left;
663
+ transform-origin: top left;
664
+ -webkit-animation-timing-function: ease-in-out;
665
+ animation-timing-function: ease-in-out;
666
+ opacity: 1;
667
+ }
668
+ 100% {
669
+ -webkit-transform: translateY(700px);
670
+ -ms-transform: translateY(700px);
671
+ transform: translateY(700px);
672
+ opacity: 0;
673
+ }
674
+ }
675
+ .hinge {
676
+ -webkit-animation-name: hinge;
677
+ animation-name: hinge;
678
+ }
679
+ @-webkit-keyframes lightSpeedIn {
680
+ 0% {
681
+ -webkit-transform: translateX(100%) skewX(-30deg);
682
+ transform: translateX(100%) skewX(-30deg);
683
+ opacity: 0;
684
+ }
685
+ 60% {
686
+ -webkit-transform: translateX(-20%) skewX(30deg);
687
+ transform: translateX(-20%) skewX(30deg);
688
+ opacity: 1;
689
+ }
690
+ 80% {
691
+ -webkit-transform: translateX(0%) skewX(-15deg);
692
+ transform: translateX(0%) skewX(-15deg);
693
+ opacity: 1;
694
+ }
695
+ 100% {
696
+ -webkit-transform: translateX(0%) skewX(0deg);
697
+ transform: translateX(0%) skewX(0deg);
698
+ opacity: 1;
699
+ }
700
+ }
701
+ @keyframes lightSpeedIn {
702
+ 0% {
703
+ -webkit-transform: translateX(100%) skewX(-30deg);
704
+ -ms-transform: translateX(100%) skewX(-30deg);
705
+ transform: translateX(100%) skewX(-30deg);
706
+ opacity: 0;
707
+ }
708
+ 60% {
709
+ -webkit-transform: translateX(-20%) skewX(30deg);
710
+ -ms-transform: translateX(-20%) skewX(30deg);
711
+ transform: translateX(-20%) skewX(30deg);
712
+ opacity: 1;
713
+ }
714
+ 80% {
715
+ -webkit-transform: translateX(0%) skewX(-15deg);
716
+ -ms-transform: translateX(0%) skewX(-15deg);
717
+ transform: translateX(0%) skewX(-15deg);
718
+ opacity: 1;
719
+ }
720
+ 100% {
721
+ -webkit-transform: translateX(0%) skewX(0deg);
722
+ -ms-transform: translateX(0%) skewX(0deg);
723
+ transform: translateX(0%) skewX(0deg);
724
+ opacity: 1;
725
+ }
726
+ }
727
+ .lightSpeedIn {
728
+ -webkit-animation-name: lightSpeedIn;
729
+ animation-name: lightSpeedIn;
730
+ -webkit-animation-timing-function: ease-out;
731
+ animation-timing-function: ease-out;
732
+ }
733
+ @-webkit-keyframes lightSpeedOut {
734
+ 0% {
735
+ -webkit-transform: translateX(0%) skewX(0deg);
736
+ transform: translateX(0%) skewX(0deg);
737
+ opacity: 1;
738
+ }
739
+ 100% {
740
+ -webkit-transform: translateX(100%) skewX(-30deg);
741
+ transform: translateX(100%) skewX(-30deg);
742
+ opacity: 0;
743
+ }
744
+ }
745
+ @keyframes lightSpeedOut {
746
+ 0% {
747
+ -webkit-transform: translateX(0%) skewX(0deg);
748
+ -ms-transform: translateX(0%) skewX(0deg);
749
+ transform: translateX(0%) skewX(0deg);
750
+ opacity: 1;
751
+ }
752
+ 100% {
753
+ -webkit-transform: translateX(100%) skewX(-30deg);
754
+ -ms-transform: translateX(100%) skewX(-30deg);
755
+ transform: translateX(100%) skewX(-30deg);
756
+ opacity: 0;
757
+ }
758
+ }
759
+ .lightSpeedOut {
760
+ -webkit-animation-name: lightSpeedOut;
761
+ animation-name: lightSpeedOut;
762
+ -webkit-animation-timing-function: ease-in;
763
+ animation-timing-function: ease-in;
764
+ }
765
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
766
+ @-webkit-keyframes pulse {
767
+ 0% {
768
+ -webkit-transform: scale(1);
769
+ transform: scale(1);
770
+ }
771
+ 50% {
772
+ -webkit-transform: scale(1.1);
773
+ transform: scale(1.1);
774
+ }
775
+ 100% {
776
+ -webkit-transform: scale(1);
777
+ transform: scale(1);
778
+ }
779
+ }
780
+ @keyframes pulse {
781
+ 0% {
782
+ -webkit-transform: scale(1);
783
+ -ms-transform: scale(1);
784
+ transform: scale(1);
785
+ }
786
+ 50% {
787
+ -webkit-transform: scale(1.1);
788
+ -ms-transform: scale(1.1);
789
+ transform: scale(1.1);
790
+ }
791
+ 100% {
792
+ -webkit-transform: scale(1);
793
+ -ms-transform: scale(1);
794
+ transform: scale(1);
795
+ }
796
+ }
797
+ .pulse {
798
+ -webkit-animation-name: pulse;
799
+ animation-name: pulse;
800
+ }
801
+ @-webkit-keyframes rubberBand {
802
+ 0% {
803
+ -webkit-transform: scale(1);
804
+ transform: scale(1);
805
+ }
806
+ 30% {
807
+ -webkit-transform: scaleX(1.25) scaleY(0.75);
808
+ transform: scaleX(1.25) scaleY(0.75);
809
+ }
810
+ 40% {
811
+ -webkit-transform: scaleX(0.75) scaleY(1.25);
812
+ transform: scaleX(0.75) scaleY(1.25);
813
+ }
814
+ 60% {
815
+ -webkit-transform: scaleX(1.15) scaleY(0.85);
816
+ transform: scaleX(1.15) scaleY(0.85);
817
+ }
818
+ 100% {
819
+ -webkit-transform: scale(1);
820
+ transform: scale(1);
821
+ }
822
+ }
823
+ @keyframes rubberBand {
824
+ 0% {
825
+ -webkit-transform: scale(1);
826
+ -ms-transform: scale(1);
827
+ transform: scale(1);
828
+ }
829
+ 30% {
830
+ -webkit-transform: scaleX(1.25) scaleY(0.75);
831
+ -ms-transform: scaleX(1.25) scaleY(0.75);
832
+ transform: scaleX(1.25) scaleY(0.75);
833
+ }
834
+ 40% {
835
+ -webkit-transform: scaleX(0.75) scaleY(1.25);
836
+ -ms-transform: scaleX(0.75) scaleY(1.25);
837
+ transform: scaleX(0.75) scaleY(1.25);
838
+ }
839
+ 60% {
840
+ -webkit-transform: scaleX(1.15) scaleY(0.85);
841
+ -ms-transform: scaleX(1.15) scaleY(0.85);
842
+ transform: scaleX(1.15) scaleY(0.85);
843
+ }
844
+ 100% {
845
+ -webkit-transform: scale(1);
846
+ -ms-transform: scale(1);
847
+ transform: scale(1);
848
+ }
849
+ }
850
+ .rubberBand {
851
+ -webkit-animation-name: rubberBand;
852
+ animation-name: rubberBand;
853
+ }
854
+ @-webkit-keyframes shake {
855
+ 0%,
856
+ 100% {
857
+ -webkit-transform: translateX(0);
858
+ transform: translateX(0);
859
+ }
860
+ 10%,
861
+ 30%,
862
+ 50%,
863
+ 70%,
864
+ 90% {
865
+ -webkit-transform: translateX(-10px);
866
+ transform: translateX(-10px);
867
+ }
868
+ 20%,
869
+ 40%,
870
+ 60%,
871
+ 80% {
872
+ -webkit-transform: translateX(10px);
873
+ transform: translateX(10px);
874
+ }
875
+ }
876
+ @keyframes shake {
877
+ 0%,
878
+ 100% {
879
+ -webkit-transform: translateX(0);
880
+ -ms-transform: translateX(0);
881
+ transform: translateX(0);
882
+ }
883
+ 10%,
884
+ 30%,
885
+ 50%,
886
+ 70%,
887
+ 90% {
888
+ -webkit-transform: translateX(-10px);
889
+ -ms-transform: translateX(-10px);
890
+ transform: translateX(-10px);
891
+ }
892
+ 20%,
893
+ 40%,
894
+ 60%,
895
+ 80% {
896
+ -webkit-transform: translateX(10px);
897
+ -ms-transform: translateX(10px);
898
+ transform: translateX(10px);
899
+ }
900
+ }
901
+ .shake {
902
+ -webkit-animation-name: shake;
903
+ animation-name: shake;
904
+ }
905
+ @-webkit-keyframes swing {
906
+ 20% {
907
+ -webkit-transform: rotate(15deg);
908
+ transform: rotate(15deg);
909
+ }
910
+ 40% {
911
+ -webkit-transform: rotate(-10deg);
912
+ transform: rotate(-10deg);
913
+ }
914
+ 60% {
915
+ -webkit-transform: rotate(5deg);
916
+ transform: rotate(5deg);
917
+ }
918
+ 80% {
919
+ -webkit-transform: rotate(-5deg);
920
+ transform: rotate(-5deg);
921
+ }
922
+ 100% {
923
+ -webkit-transform: rotate(0deg);
924
+ transform: rotate(0deg);
925
+ }
926
+ }
927
+ @keyframes swing {
928
+ 20% {
929
+ -webkit-transform: rotate(15deg);
930
+ -ms-transform: rotate(15deg);
931
+ transform: rotate(15deg);
932
+ }
933
+ 40% {
934
+ -webkit-transform: rotate(-10deg);
935
+ -ms-transform: rotate(-10deg);
936
+ transform: rotate(-10deg);
937
+ }
938
+ 60% {
939
+ -webkit-transform: rotate(5deg);
940
+ -ms-transform: rotate(5deg);
941
+ transform: rotate(5deg);
942
+ }
943
+ 80% {
944
+ -webkit-transform: rotate(-5deg);
945
+ -ms-transform: rotate(-5deg);
946
+ transform: rotate(-5deg);
947
+ }
948
+ 100% {
949
+ -webkit-transform: rotate(0deg);
950
+ -ms-transform: rotate(0deg);
951
+ transform: rotate(0deg);
952
+ }
953
+ }
954
+ .swing {
955
+ -webkit-transform-origin: top center;
956
+ -ms-transform-origin: top center;
957
+ transform-origin: top center;
958
+ -webkit-animation-name: swing;
959
+ animation-name: swing;
960
+ }
961
+ @-webkit-keyframes tada {
962
+ 0% {
963
+ -webkit-transform: scale(1);
964
+ transform: scale(1);
965
+ }
966
+ 10%,
967
+ 20% {
968
+ -webkit-transform: scale(0.9) rotate(-3deg);
969
+ transform: scale(0.9) rotate(-3deg);
970
+ }
971
+ 30%,
972
+ 50%,
973
+ 70%,
974
+ 90% {
975
+ -webkit-transform: scale(1.1) rotate(3deg);
976
+ transform: scale(1.1) rotate(3deg);
977
+ }
978
+ 40%,
979
+ 60%,
980
+ 80% {
981
+ -webkit-transform: scale(1.1) rotate(-3deg);
982
+ transform: scale(1.1) rotate(-3deg);
983
+ }
984
+ 100% {
985
+ -webkit-transform: scale(1) rotate(0);
986
+ transform: scale(1) rotate(0);
987
+ }
988
+ }
989
+ @keyframes tada {
990
+ 0% {
991
+ -webkit-transform: scale(1);
992
+ -ms-transform: scale(1);
993
+ transform: scale(1);
994
+ }
995
+ 10%,
996
+ 20% {
997
+ -webkit-transform: scale(0.9) rotate(-3deg);
998
+ -ms-transform: scale(0.9) rotate(-3deg);
999
+ transform: scale(0.9) rotate(-3deg);
1000
+ }
1001
+ 30%,
1002
+ 50%,
1003
+ 70%,
1004
+ 90% {
1005
+ -webkit-transform: scale(1.1) rotate(3deg);
1006
+ -ms-transform: scale(1.1) rotate(3deg);
1007
+ transform: scale(1.1) rotate(3deg);
1008
+ }
1009
+ 40%,
1010
+ 60%,
1011
+ 80% {
1012
+ -webkit-transform: scale(1.1) rotate(-3deg);
1013
+ -ms-transform: scale(1.1) rotate(-3deg);
1014
+ transform: scale(1.1) rotate(-3deg);
1015
+ }
1016
+ 100% {
1017
+ -webkit-transform: scale(1) rotate(0);
1018
+ -ms-transform: scale(1) rotate(0);
1019
+ transform: scale(1) rotate(0);
1020
+ }
1021
+ }
1022
+ .tada {
1023
+ -webkit-animation-name: tada;
1024
+ animation-name: tada;
1025
+ }
1026
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
1027
+ @-webkit-keyframes wobble {
1028
+ 0% {
1029
+ -webkit-transform: translateX(0%);
1030
+ transform: translateX(0%);
1031
+ }
1032
+ 15% {
1033
+ -webkit-transform: translateX(-25%) rotate(-5deg);
1034
+ transform: translateX(-25%) rotate(-5deg);
1035
+ }
1036
+ 30% {
1037
+ -webkit-transform: translateX(20%) rotate(3deg);
1038
+ transform: translateX(20%) rotate(3deg);
1039
+ }
1040
+ 45% {
1041
+ -webkit-transform: translateX(-15%) rotate(-3deg);
1042
+ transform: translateX(-15%) rotate(-3deg);
1043
+ }
1044
+ 60% {
1045
+ -webkit-transform: translateX(10%) rotate(2deg);
1046
+ transform: translateX(10%) rotate(2deg);
1047
+ }
1048
+ 75% {
1049
+ -webkit-transform: translateX(-5%) rotate(-1deg);
1050
+ transform: translateX(-5%) rotate(-1deg);
1051
+ }
1052
+ 100% {
1053
+ -webkit-transform: translateX(0%);
1054
+ transform: translateX(0%);
1055
+ }
1056
+ }
1057
+ @keyframes wobble {
1058
+ 0% {
1059
+ -webkit-transform: translateX(0%);
1060
+ -ms-transform: translateX(0%);
1061
+ transform: translateX(0%);
1062
+ }
1063
+ 15% {
1064
+ -webkit-transform: translateX(-25%) rotate(-5deg);
1065
+ -ms-transform: translateX(-25%) rotate(-5deg);
1066
+ transform: translateX(-25%) rotate(-5deg);
1067
+ }
1068
+ 30% {
1069
+ -webkit-transform: translateX(20%) rotate(3deg);
1070
+ -ms-transform: translateX(20%) rotate(3deg);
1071
+ transform: translateX(20%) rotate(3deg);
1072
+ }
1073
+ 45% {
1074
+ -webkit-transform: translateX(-15%) rotate(-3deg);
1075
+ -ms-transform: translateX(-15%) rotate(-3deg);
1076
+ transform: translateX(-15%) rotate(-3deg);
1077
+ }
1078
+ 60% {
1079
+ -webkit-transform: translateX(10%) rotate(2deg);
1080
+ -ms-transform: translateX(10%) rotate(2deg);
1081
+ transform: translateX(10%) rotate(2deg);
1082
+ }
1083
+ 75% {
1084
+ -webkit-transform: translateX(-5%) rotate(-1deg);
1085
+ -ms-transform: translateX(-5%) rotate(-1deg);
1086
+ transform: translateX(-5%) rotate(-1deg);
1087
+ }
1088
+ 100% {
1089
+ -webkit-transform: translateX(0%);
1090
+ -ms-transform: translateX(0%);
1091
+ transform: translateX(0%);
1092
+ }
1093
+ }
1094
+ .wobble {
1095
+ -webkit-animation-name: wobble;
1096
+ animation-name: wobble;
1097
+ }
1098
+ @-webkit-keyframes bounce {
1099
+ 0%,
1100
+ 20%,
1101
+ 50%,
1102
+ 80%,
1103
+ 100% {
1104
+ -webkit-transform: translateY(0);
1105
+ transform: translateY(0);
1106
+ }
1107
+ 40% {
1108
+ -webkit-transform: translateY(-30px);
1109
+ transform: translateY(-30px);
1110
+ }
1111
+ 60% {
1112
+ -webkit-transform: translateY(-15px);
1113
+ transform: translateY(-15px);
1114
+ }
1115
+ }
1116
+ @keyframes bounce {
1117
+ 0%,
1118
+ 20%,
1119
+ 50%,
1120
+ 80%,
1121
+ 100% {
1122
+ -webkit-transform: translateY(0);
1123
+ -ms-transform: translateY(0);
1124
+ transform: translateY(0);
1125
+ }
1126
+ 40% {
1127
+ -webkit-transform: translateY(-30px);
1128
+ -ms-transform: translateY(-30px);
1129
+ transform: translateY(-30px);
1130
+ }
1131
+ 60% {
1132
+ -webkit-transform: translateY(-15px);
1133
+ -ms-transform: translateY(-15px);
1134
+ transform: translateY(-15px);
1135
+ }
1136
+ }
1137
+ .bounce {
1138
+ -webkit-animation-name: bounce;
1139
+ animation-name: bounce;
1140
+ }
1141
+ @-webkit-keyframes bounceIn {
1142
+ 0% {
1143
+ opacity: 0;
1144
+ -webkit-transform: scale(0.3);
1145
+ transform: scale(0.3);
1146
+ }
1147
+ 50% {
1148
+ opacity: 1;
1149
+ -webkit-transform: scale(1.05);
1150
+ transform: scale(1.05);
1151
+ }
1152
+ 70% {
1153
+ -webkit-transform: scale(0.9);
1154
+ transform: scale(0.9);
1155
+ }
1156
+ 100% {
1157
+ opacity: 1;
1158
+ -webkit-transform: scale(1);
1159
+ transform: scale(1);
1160
+ }
1161
+ }
1162
+ @keyframes bounceIn {
1163
+ 0% {
1164
+ opacity: 0;
1165
+ -webkit-transform: scale(0.3);
1166
+ -ms-transform: scale(0.3);
1167
+ transform: scale(0.3);
1168
+ }
1169
+ 50% {
1170
+ opacity: 1;
1171
+ -webkit-transform: scale(1.05);
1172
+ -ms-transform: scale(1.05);
1173
+ transform: scale(1.05);
1174
+ }
1175
+ 70% {
1176
+ -webkit-transform: scale(0.9);
1177
+ -ms-transform: scale(0.9);
1178
+ transform: scale(0.9);
1179
+ }
1180
+ 100% {
1181
+ opacity: 1;
1182
+ -webkit-transform: scale(1);
1183
+ -ms-transform: scale(1);
1184
+ transform: scale(1);
1185
+ }
1186
+ }
1187
+ .bounceIn {
1188
+ -webkit-animation-name: bounceIn;
1189
+ animation-name: bounceIn;
1190
+ }
1191
+ @-webkit-keyframes bounceInDown {
1192
+ 0% {
1193
+ opacity: 0;
1194
+ -webkit-transform: translateY(-2000px);
1195
+ transform: translateY(-2000px);
1196
+ }
1197
+ 60% {
1198
+ opacity: 1;
1199
+ -webkit-transform: translateY(30px);
1200
+ transform: translateY(30px);
1201
+ }
1202
+ 80% {
1203
+ -webkit-transform: translateY(-10px);
1204
+ transform: translateY(-10px);
1205
+ }
1206
+ 100% {
1207
+ -webkit-transform: translateY(0);
1208
+ transform: translateY(0);
1209
+ }
1210
+ }
1211
+ @keyframes bounceInDown {
1212
+ 0% {
1213
+ opacity: 0;
1214
+ -webkit-transform: translateY(-2000px);
1215
+ -ms-transform: translateY(-2000px);
1216
+ transform: translateY(-2000px);
1217
+ }
1218
+ 60% {
1219
+ opacity: 1;
1220
+ -webkit-transform: translateY(30px);
1221
+ -ms-transform: translateY(30px);
1222
+ transform: translateY(30px);
1223
+ }
1224
+ 80% {
1225
+ -webkit-transform: translateY(-10px);
1226
+ -ms-transform: translateY(-10px);
1227
+ transform: translateY(-10px);
1228
+ }
1229
+ 100% {
1230
+ -webkit-transform: translateY(0);
1231
+ -ms-transform: translateY(0);
1232
+ transform: translateY(0);
1233
+ }
1234
+ }
1235
+ .bounceInDown {
1236
+ -webkit-animation-name: bounceInDown;
1237
+ animation-name: bounceInDown;
1238
+ }
1239
+ @-webkit-keyframes bounceInLeft {
1240
+ 0% {
1241
+ opacity: 0;
1242
+ -webkit-transform: translateX(-2000px);
1243
+ transform: translateX(-2000px);
1244
+ }
1245
+ 60% {
1246
+ opacity: 1;
1247
+ -webkit-transform: translateX(30px);
1248
+ transform: translateX(30px);
1249
+ }
1250
+ 80% {
1251
+ -webkit-transform: translateX(-10px);
1252
+ transform: translateX(-10px);
1253
+ }
1254
+ 100% {
1255
+ -webkit-transform: translateX(0);
1256
+ transform: translateX(0);
1257
+ }
1258
+ }
1259
+ @keyframes bounceInLeft {
1260
+ 0% {
1261
+ opacity: 0;
1262
+ -webkit-transform: translateX(-2000px);
1263
+ -ms-transform: translateX(-2000px);
1264
+ transform: translateX(-2000px);
1265
+ }
1266
+ 60% {
1267
+ opacity: 1;
1268
+ -webkit-transform: translateX(30px);
1269
+ -ms-transform: translateX(30px);
1270
+ transform: translateX(30px);
1271
+ }
1272
+ 80% {
1273
+ -webkit-transform: translateX(-10px);
1274
+ -ms-transform: translateX(-10px);
1275
+ transform: translateX(-10px);
1276
+ }
1277
+ 100% {
1278
+ -webkit-transform: translateX(0);
1279
+ -ms-transform: translateX(0);
1280
+ transform: translateX(0);
1281
+ }
1282
+ }
1283
+ .bounceInLeft {
1284
+ -webkit-animation-name: bounceInLeft;
1285
+ animation-name: bounceInLeft;
1286
+ }
1287
+ @-webkit-keyframes bounceInRight {
1288
+ 0% {
1289
+ opacity: 0;
1290
+ -webkit-transform: translateX(2000px);
1291
+ transform: translateX(2000px);
1292
+ }
1293
+ 60% {
1294
+ opacity: 1;
1295
+ -webkit-transform: translateX(-30px);
1296
+ transform: translateX(-30px);
1297
+ }
1298
+ 80% {
1299
+ -webkit-transform: translateX(10px);
1300
+ transform: translateX(10px);
1301
+ }
1302
+ 100% {
1303
+ -webkit-transform: translateX(0);
1304
+ transform: translateX(0);
1305
+ }
1306
+ }
1307
+ @keyframes bounceInRight {
1308
+ 0% {
1309
+ opacity: 0;
1310
+ -webkit-transform: translateX(2000px);
1311
+ -ms-transform: translateX(2000px);
1312
+ transform: translateX(2000px);
1313
+ }
1314
+ 60% {
1315
+ opacity: 1;
1316
+ -webkit-transform: translateX(-30px);
1317
+ -ms-transform: translateX(-30px);
1318
+ transform: translateX(-30px);
1319
+ }
1320
+ 80% {
1321
+ -webkit-transform: translateX(10px);
1322
+ -ms-transform: translateX(10px);
1323
+ transform: translateX(10px);
1324
+ }
1325
+ 100% {
1326
+ -webkit-transform: translateX(0);
1327
+ -ms-transform: translateX(0);
1328
+ transform: translateX(0);
1329
+ }
1330
+ }
1331
+ .bounceInRight {
1332
+ -webkit-animation-name: bounceInRight;
1333
+ animation-name: bounceInRight;
1334
+ }
1335
+ @-webkit-keyframes bounceInUp {
1336
+ 0% {
1337
+ opacity: 0;
1338
+ -webkit-transform: translateY(2000px);
1339
+ transform: translateY(2000px);
1340
+ }
1341
+ 60% {
1342
+ opacity: 1;
1343
+ -webkit-transform: translateY(-30px);
1344
+ transform: translateY(-30px);
1345
+ }
1346
+ 80% {
1347
+ -webkit-transform: translateY(10px);
1348
+ transform: translateY(10px);
1349
+ }
1350
+ 100% {
1351
+ -webkit-transform: translateY(0);
1352
+ transform: translateY(0);
1353
+ }
1354
+ }
1355
+ @keyframes bounceInUp {
1356
+ 0% {
1357
+ opacity: 0;
1358
+ -webkit-transform: translateY(2000px);
1359
+ -ms-transform: translateY(2000px);
1360
+ transform: translateY(2000px);
1361
+ }
1362
+ 60% {
1363
+ opacity: 1;
1364
+ -webkit-transform: translateY(-30px);
1365
+ -ms-transform: translateY(-30px);
1366
+ transform: translateY(-30px);
1367
+ }
1368
+ 80% {
1369
+ -webkit-transform: translateY(10px);
1370
+ -ms-transform: translateY(10px);
1371
+ transform: translateY(10px);
1372
+ }
1373
+ 100% {
1374
+ -webkit-transform: translateY(0);
1375
+ -ms-transform: translateY(0);
1376
+ transform: translateY(0);
1377
+ }
1378
+ }
1379
+ .bounceInUp {
1380
+ -webkit-animation-name: bounceInUp;
1381
+ animation-name: bounceInUp;
1382
+ }
1383
+ @-webkit-keyframes bounceOut {
1384
+ 0% {
1385
+ -webkit-transform: scale(1);
1386
+ transform: scale(1);
1387
+ }
1388
+ 25% {
1389
+ -webkit-transform: scale(0.95);
1390
+ transform: scale(0.95);
1391
+ }
1392
+ 50% {
1393
+ opacity: 1;
1394
+ -webkit-transform: scale(1.1);
1395
+ transform: scale(1.1);
1396
+ }
1397
+ 100% {
1398
+ opacity: 0;
1399
+ -webkit-transform: scale(0.3);
1400
+ transform: scale(0.3);
1401
+ }
1402
+ }
1403
+ @keyframes bounceOut {
1404
+ 0% {
1405
+ -webkit-transform: scale(1);
1406
+ -ms-transform: scale(1);
1407
+ transform: scale(1);
1408
+ }
1409
+ 25% {
1410
+ -webkit-transform: scale(0.95);
1411
+ -ms-transform: scale(0.95);
1412
+ transform: scale(0.95);
1413
+ }
1414
+ 50% {
1415
+ opacity: 1;
1416
+ -webkit-transform: scale(1.1);
1417
+ -ms-transform: scale(1.1);
1418
+ transform: scale(1.1);
1419
+ }
1420
+ 100% {
1421
+ opacity: 0;
1422
+ -webkit-transform: scale(0.3);
1423
+ -ms-transform: scale(0.3);
1424
+ transform: scale(0.3);
1425
+ }
1426
+ }
1427
+ .bounceOut {
1428
+ -webkit-animation-name: bounceOut;
1429
+ animation-name: bounceOut;
1430
+ }
1431
+ @-webkit-keyframes bounceOutDown {
1432
+ 0% {
1433
+ -webkit-transform: translateY(0);
1434
+ transform: translateY(0);
1435
+ }
1436
+ 20% {
1437
+ opacity: 1;
1438
+ -webkit-transform: translateY(-20px);
1439
+ transform: translateY(-20px);
1440
+ }
1441
+ 100% {
1442
+ opacity: 0;
1443
+ -webkit-transform: translateY(2000px);
1444
+ transform: translateY(2000px);
1445
+ }
1446
+ }
1447
+ @keyframes bounceOutDown {
1448
+ 0% {
1449
+ -webkit-transform: translateY(0);
1450
+ -ms-transform: translateY(0);
1451
+ transform: translateY(0);
1452
+ }
1453
+ 20% {
1454
+ opacity: 1;
1455
+ -webkit-transform: translateY(-20px);
1456
+ -ms-transform: translateY(-20px);
1457
+ transform: translateY(-20px);
1458
+ }
1459
+ 100% {
1460
+ opacity: 0;
1461
+ -webkit-transform: translateY(2000px);
1462
+ -ms-transform: translateY(2000px);
1463
+ transform: translateY(2000px);
1464
+ }
1465
+ }
1466
+ .bounceOutDown {
1467
+ -webkit-animation-name: bounceOutDown;
1468
+ animation-name: bounceOutDown;
1469
+ }
1470
+ @-webkit-keyframes bounceOutLeft {
1471
+ 0% {
1472
+ -webkit-transform: translateX(0);
1473
+ transform: translateX(0);
1474
+ }
1475
+ 20% {
1476
+ opacity: 1;
1477
+ -webkit-transform: translateX(20px);
1478
+ transform: translateX(20px);
1479
+ }
1480
+ 100% {
1481
+ opacity: 0;
1482
+ -webkit-transform: translateX(-2000px);
1483
+ transform: translateX(-2000px);
1484
+ }
1485
+ }
1486
+ @keyframes bounceOutLeft {
1487
+ 0% {
1488
+ -webkit-transform: translateX(0);
1489
+ -ms-transform: translateX(0);
1490
+ transform: translateX(0);
1491
+ }
1492
+ 20% {
1493
+ opacity: 1;
1494
+ -webkit-transform: translateX(20px);
1495
+ -ms-transform: translateX(20px);
1496
+ transform: translateX(20px);
1497
+ }
1498
+ 100% {
1499
+ opacity: 0;
1500
+ -webkit-transform: translateX(-2000px);
1501
+ -ms-transform: translateX(-2000px);
1502
+ transform: translateX(-2000px);
1503
+ }
1504
+ }
1505
+ .bounceOutLeft {
1506
+ -webkit-animation-name: bounceOutLeft;
1507
+ animation-name: bounceOutLeft;
1508
+ }
1509
+ @-webkit-keyframes bounceOutRight {
1510
+ 0% {
1511
+ -webkit-transform: translateX(0);
1512
+ transform: translateX(0);
1513
+ }
1514
+ 20% {
1515
+ opacity: 1;
1516
+ -webkit-transform: translateX(-20px);
1517
+ transform: translateX(-20px);
1518
+ }
1519
+ 100% {
1520
+ opacity: 0;
1521
+ -webkit-transform: translateX(2000px);
1522
+ transform: translateX(2000px);
1523
+ }
1524
+ }
1525
+ @keyframes bounceOutRight {
1526
+ 0% {
1527
+ -webkit-transform: translateX(0);
1528
+ -ms-transform: translateX(0);
1529
+ transform: translateX(0);
1530
+ }
1531
+ 20% {
1532
+ opacity: 1;
1533
+ -webkit-transform: translateX(-20px);
1534
+ -ms-transform: translateX(-20px);
1535
+ transform: translateX(-20px);
1536
+ }
1537
+ 100% {
1538
+ opacity: 0;
1539
+ -webkit-transform: translateX(2000px);
1540
+ -ms-transform: translateX(2000px);
1541
+ transform: translateX(2000px);
1542
+ }
1543
+ }
1544
+ .bounceOutRight {
1545
+ -webkit-animation-name: bounceOutRight;
1546
+ animation-name: bounceOutRight;
1547
+ }
1548
+ @-webkit-keyframes bounceOutUp {
1549
+ 0% {
1550
+ -webkit-transform: translateY(0);
1551
+ transform: translateY(0);
1552
+ }
1553
+ 20% {
1554
+ opacity: 1;
1555
+ -webkit-transform: translateY(20px);
1556
+ transform: translateY(20px);
1557
+ }
1558
+ 100% {
1559
+ opacity: 0;
1560
+ -webkit-transform: translateY(-2000px);
1561
+ transform: translateY(-2000px);
1562
+ }
1563
+ }
1564
+ @keyframes bounceOutUp {
1565
+ 0% {
1566
+ -webkit-transform: translateY(0);
1567
+ -ms-transform: translateY(0);
1568
+ transform: translateY(0);
1569
+ }
1570
+ 20% {
1571
+ opacity: 1;
1572
+ -webkit-transform: translateY(20px);
1573
+ -ms-transform: translateY(20px);
1574
+ transform: translateY(20px);
1575
+ }
1576
+ 100% {
1577
+ opacity: 0;
1578
+ -webkit-transform: translateY(-2000px);
1579
+ -ms-transform: translateY(-2000px);
1580
+ transform: translateY(-2000px);
1581
+ }
1582
+ }
1583
+ .bounceOutUp {
1584
+ -webkit-animation-name: bounceOutUp;
1585
+ animation-name: bounceOutUp;
1586
+ }
1587
+ @-webkit-keyframes fadeIn {
1588
+ 0% {
1589
+ opacity: 0;
1590
+ }
1591
+ 100% {
1592
+ opacity: 1;
1593
+ }
1594
+ }
1595
+ @keyframes fadeIn {
1596
+ 0% {
1597
+ opacity: 0;
1598
+ }
1599
+ 100% {
1600
+ opacity: 1;
1601
+ }
1602
+ }
1603
+ .fadeIn {
1604
+ -webkit-animation-name: fadeIn;
1605
+ animation-name: fadeIn;
1606
+ }
1607
+ @-webkit-keyframes fadeInDown {
1608
+ 0% {
1609
+ opacity: 0;
1610
+ -webkit-transform: translateY(-20px);
1611
+ transform: translateY(-20px);
1612
+ }
1613
+ 100% {
1614
+ opacity: 1;
1615
+ -webkit-transform: translateY(0);
1616
+ transform: translateY(0);
1617
+ }
1618
+ }
1619
+ @keyframes fadeInDown {
1620
+ 0% {
1621
+ opacity: 0;
1622
+ -webkit-transform: translateY(-20px);
1623
+ -ms-transform: translateY(-20px);
1624
+ transform: translateY(-20px);
1625
+ }
1626
+ 100% {
1627
+ opacity: 1;
1628
+ -webkit-transform: translateY(0);
1629
+ -ms-transform: translateY(0);
1630
+ transform: translateY(0);
1631
+ }
1632
+ }
1633
+ .fadeInDown {
1634
+ -webkit-animation-name: fadeInDown;
1635
+ animation-name: fadeInDown;
1636
+ }
1637
+ @-webkit-keyframes fadeInDownBig {
1638
+ 0% {
1639
+ opacity: 0;
1640
+ -webkit-transform: translateY(-2000px);
1641
+ transform: translateY(-2000px);
1642
+ }
1643
+ 100% {
1644
+ opacity: 1;
1645
+ -webkit-transform: translateY(0);
1646
+ transform: translateY(0);
1647
+ }
1648
+ }
1649
+ @keyframes fadeInDownBig {
1650
+ 0% {
1651
+ opacity: 0;
1652
+ -webkit-transform: translateY(-2000px);
1653
+ -ms-transform: translateY(-2000px);
1654
+ transform: translateY(-2000px);
1655
+ }
1656
+ 100% {
1657
+ opacity: 1;
1658
+ -webkit-transform: translateY(0);
1659
+ -ms-transform: translateY(0);
1660
+ transform: translateY(0);
1661
+ }
1662
+ }
1663
+ .fadeInDownBig {
1664
+ -webkit-animation-name: fadeInDownBig;
1665
+ animation-name: fadeInDownBig;
1666
+ }
1667
+ @-webkit-keyframes fadeInLeft {
1668
+ 0% {
1669
+ opacity: 0;
1670
+ -webkit-transform: translateX(-20px);
1671
+ transform: translateX(-20px);
1672
+ }
1673
+ 100% {
1674
+ opacity: 1;
1675
+ -webkit-transform: translateX(0);
1676
+ transform: translateX(0);
1677
+ }
1678
+ }
1679
+ @keyframes fadeInLeft {
1680
+ 0% {
1681
+ opacity: 0;
1682
+ -webkit-transform: translateX(-20px);
1683
+ -ms-transform: translateX(-20px);
1684
+ transform: translateX(-20px);
1685
+ }
1686
+ 100% {
1687
+ opacity: 1;
1688
+ -webkit-transform: translateX(0);
1689
+ -ms-transform: translateX(0);
1690
+ transform: translateX(0);
1691
+ }
1692
+ }
1693
+ .fadeInLeft {
1694
+ -webkit-animation-name: fadeInLeft;
1695
+ animation-name: fadeInLeft;
1696
+ }
1697
+ @-webkit-keyframes fadeInLeftBig {
1698
+ 0% {
1699
+ opacity: 0;
1700
+ -webkit-transform: translateX(-2000px);
1701
+ transform: translateX(-2000px);
1702
+ }
1703
+ 100% {
1704
+ opacity: 1;
1705
+ -webkit-transform: translateX(0);
1706
+ transform: translateX(0);
1707
+ }
1708
+ }
1709
+ @keyframes fadeInLeftBig {
1710
+ 0% {
1711
+ opacity: 0;
1712
+ -webkit-transform: translateX(-2000px);
1713
+ -ms-transform: translateX(-2000px);
1714
+ transform: translateX(-2000px);
1715
+ }
1716
+ 100% {
1717
+ opacity: 1;
1718
+ -webkit-transform: translateX(0);
1719
+ -ms-transform: translateX(0);
1720
+ transform: translateX(0);
1721
+ }
1722
+ }
1723
+ .fadeInLeftBig {
1724
+ -webkit-animation-name: fadeInLeftBig;
1725
+ animation-name: fadeInLeftBig;
1726
+ }
1727
+ @-webkit-keyframes fadeInRight {
1728
+ 0% {
1729
+ opacity: 0;
1730
+ -webkit-transform: translateX(20px);
1731
+ transform: translateX(20px);
1732
+ }
1733
+ 100% {
1734
+ opacity: 1;
1735
+ -webkit-transform: translateX(0);
1736
+ transform: translateX(0);
1737
+ }
1738
+ }
1739
+ @keyframes fadeInRight {
1740
+ 0% {
1741
+ opacity: 0;
1742
+ -webkit-transform: translateX(20px);
1743
+ -ms-transform: translateX(20px);
1744
+ transform: translateX(20px);
1745
+ }
1746
+ 100% {
1747
+ opacity: 1;
1748
+ -webkit-transform: translateX(0);
1749
+ -ms-transform: translateX(0);
1750
+ transform: translateX(0);
1751
+ }
1752
+ }
1753
+ .fadeInRight {
1754
+ -webkit-animation-name: fadeInRight;
1755
+ animation-name: fadeInRight;
1756
+ }
1757
+ @-webkit-keyframes fadeInRightBig {
1758
+ 0% {
1759
+ opacity: 0;
1760
+ -webkit-transform: translateX(2000px);
1761
+ transform: translateX(2000px);
1762
+ }
1763
+ 100% {
1764
+ opacity: 1;
1765
+ -webkit-transform: translateX(0);
1766
+ transform: translateX(0);
1767
+ }
1768
+ }
1769
+ @keyframes fadeInRightBig {
1770
+ 0% {
1771
+ opacity: 0;
1772
+ -webkit-transform: translateX(2000px);
1773
+ -ms-transform: translateX(2000px);
1774
+ transform: translateX(2000px);
1775
+ }
1776
+ 100% {
1777
+ opacity: 1;
1778
+ -webkit-transform: translateX(0);
1779
+ -ms-transform: translateX(0);
1780
+ transform: translateX(0);
1781
+ }
1782
+ }
1783
+ .fadeInRightBig {
1784
+ -webkit-animation-name: fadeInRightBig;
1785
+ animation-name: fadeInRightBig;
1786
+ }
1787
+ @-webkit-keyframes fadeInUp {
1788
+ 0% {
1789
+ opacity: 0;
1790
+ -webkit-transform: translateY(20px);
1791
+ transform: translateY(20px);
1792
+ }
1793
+ 100% {
1794
+ opacity: 1;
1795
+ -webkit-transform: translateY(0);
1796
+ transform: translateY(0);
1797
+ }
1798
+ }
1799
+ @keyframes fadeInUp {
1800
+ 0% {
1801
+ opacity: 0;
1802
+ -webkit-transform: translateY(20px);
1803
+ -ms-transform: translateY(20px);
1804
+ transform: translateY(20px);
1805
+ }
1806
+ 100% {
1807
+ opacity: 1;
1808
+ -webkit-transform: translateY(0);
1809
+ -ms-transform: translateY(0);
1810
+ transform: translateY(0);
1811
+ }
1812
+ }
1813
+ .fadeInUp {
1814
+ -webkit-animation-name: fadeInUp;
1815
+ animation-name: fadeInUp;
1816
+ }
1817
+ @-webkit-keyframes fadeInUpBig {
1818
+ 0% {
1819
+ opacity: 0;
1820
+ -webkit-transform: translateY(2000px);
1821
+ transform: translateY(2000px);
1822
+ }
1823
+ 100% {
1824
+ opacity: 1;
1825
+ -webkit-transform: translateY(0);
1826
+ transform: translateY(0);
1827
+ }
1828
+ }
1829
+ @keyframes fadeInUpBig {
1830
+ 0% {
1831
+ opacity: 0;
1832
+ -webkit-transform: translateY(2000px);
1833
+ -ms-transform: translateY(2000px);
1834
+ transform: translateY(2000px);
1835
+ }
1836
+ 100% {
1837
+ opacity: 1;
1838
+ -webkit-transform: translateY(0);
1839
+ -ms-transform: translateY(0);
1840
+ transform: translateY(0);
1841
+ }
1842
+ }
1843
+ .fadeInUpBig {
1844
+ -webkit-animation-name: fadeInUpBig;
1845
+ animation-name: fadeInUpBig;
1846
+ }
1847
+ @-webkit-keyframes fadeOut {
1848
+ 0% {
1849
+ opacity: 1;
1850
+ }
1851
+ 100% {
1852
+ opacity: 0;
1853
+ }
1854
+ }
1855
+ @keyframes fadeOut {
1856
+ 0% {
1857
+ opacity: 1;
1858
+ }
1859
+ 100% {
1860
+ opacity: 0;
1861
+ }
1862
+ }
1863
+ .fadeOut {
1864
+ -webkit-animation-name: fadeOut;
1865
+ animation-name: fadeOut;
1866
+ }
1867
+ @-webkit-keyframes fadeOutDown {
1868
+ 0% {
1869
+ opacity: 1;
1870
+ -webkit-transform: translateY(0);
1871
+ transform: translateY(0);
1872
+ }
1873
+ 100% {
1874
+ opacity: 0;
1875
+ -webkit-transform: translateY(20px);
1876
+ transform: translateY(20px);
1877
+ }
1878
+ }
1879
+ @keyframes fadeOutDown {
1880
+ 0% {
1881
+ opacity: 1;
1882
+ -webkit-transform: translateY(0);
1883
+ -ms-transform: translateY(0);
1884
+ transform: translateY(0);
1885
+ }
1886
+ 100% {
1887
+ opacity: 0;
1888
+ -webkit-transform: translateY(20px);
1889
+ -ms-transform: translateY(20px);
1890
+ transform: translateY(20px);
1891
+ }
1892
+ }
1893
+ .fadeOutDown {
1894
+ -webkit-animation-name: fadeOutDown;
1895
+ animation-name: fadeOutDown;
1896
+ }
1897
+ @-webkit-keyframes fadeOutDownBig {
1898
+ 0% {
1899
+ opacity: 1;
1900
+ -webkit-transform: translateY(0);
1901
+ transform: translateY(0);
1902
+ }
1903
+ 100% {
1904
+ opacity: 0;
1905
+ -webkit-transform: translateY(2000px);
1906
+ transform: translateY(2000px);
1907
+ }
1908
+ }
1909
+ @keyframes fadeOutDownBig {
1910
+ 0% {
1911
+ opacity: 1;
1912
+ -webkit-transform: translateY(0);
1913
+ -ms-transform: translateY(0);
1914
+ transform: translateY(0);
1915
+ }
1916
+ 100% {
1917
+ opacity: 0;
1918
+ -webkit-transform: translateY(2000px);
1919
+ -ms-transform: translateY(2000px);
1920
+ transform: translateY(2000px);
1921
+ }
1922
+ }
1923
+ .fadeOutDownBig {
1924
+ -webkit-animation-name: fadeOutDownBig;
1925
+ animation-name: fadeOutDownBig;
1926
+ }
1927
+ @-webkit-keyframes fadeOutLeft {
1928
+ 0% {
1929
+ opacity: 1;
1930
+ -webkit-transform: translateX(0);
1931
+ transform: translateX(0);
1932
+ }
1933
+ 100% {
1934
+ opacity: 0;
1935
+ -webkit-transform: translateX(-20px);
1936
+ transform: translateX(-20px);
1937
+ }
1938
+ }
1939
+ @keyframes fadeOutLeft {
1940
+ 0% {
1941
+ opacity: 1;
1942
+ -webkit-transform: translateX(0);
1943
+ -ms-transform: translateX(0);
1944
+ transform: translateX(0);
1945
+ }
1946
+ 100% {
1947
+ opacity: 0;
1948
+ -webkit-transform: translateX(-20px);
1949
+ -ms-transform: translateX(-20px);
1950
+ transform: translateX(-20px);
1951
+ }
1952
+ }
1953
+ .fadeOutLeft {
1954
+ -webkit-animation-name: fadeOutLeft;
1955
+ animation-name: fadeOutLeft;
1956
+ }
1957
+ @-webkit-keyframes fadeOutLeftBig {
1958
+ 0% {
1959
+ opacity: 1;
1960
+ -webkit-transform: translateX(0);
1961
+ transform: translateX(0);
1962
+ }
1963
+ 100% {
1964
+ opacity: 0;
1965
+ -webkit-transform: translateX(-2000px);
1966
+ transform: translateX(-2000px);
1967
+ }
1968
+ }
1969
+ @keyframes fadeOutLeftBig {
1970
+ 0% {
1971
+ opacity: 1;
1972
+ -webkit-transform: translateX(0);
1973
+ -ms-transform: translateX(0);
1974
+ transform: translateX(0);
1975
+ }
1976
+ 100% {
1977
+ opacity: 0;
1978
+ -webkit-transform: translateX(-2000px);
1979
+ -ms-transform: translateX(-2000px);
1980
+ transform: translateX(-2000px);
1981
+ }
1982
+ }
1983
+ .fadeOutLeftBig {
1984
+ -webkit-animation-name: fadeOutLeftBig;
1985
+ animation-name: fadeOutLeftBig;
1986
+ }
1987
+ @-webkit-keyframes fadeOutRight {
1988
+ 0% {
1989
+ opacity: 1;
1990
+ -webkit-transform: translateX(0);
1991
+ transform: translateX(0);
1992
+ }
1993
+ 100% {
1994
+ opacity: 0;
1995
+ -webkit-transform: translateX(20px);
1996
+ transform: translateX(20px);
1997
+ }
1998
+ }
1999
+ @keyframes fadeOutRight {
2000
+ 0% {
2001
+ opacity: 1;
2002
+ -webkit-transform: translateX(0);
2003
+ -ms-transform: translateX(0);
2004
+ transform: translateX(0);
2005
+ }
2006
+ 100% {
2007
+ opacity: 0;
2008
+ -webkit-transform: translateX(20px);
2009
+ -ms-transform: translateX(20px);
2010
+ transform: translateX(20px);
2011
+ }
2012
+ }
2013
+ .fadeOutRight {
2014
+ -webkit-animation-name: fadeOutRight;
2015
+ animation-name: fadeOutRight;
2016
+ }
2017
+ @-webkit-keyframes fadeOutRightBig {
2018
+ 0% {
2019
+ opacity: 1;
2020
+ -webkit-transform: translateX(0);
2021
+ transform: translateX(0);
2022
+ }
2023
+ 100% {
2024
+ opacity: 0;
2025
+ -webkit-transform: translateX(2000px);
2026
+ transform: translateX(2000px);
2027
+ }
2028
+ }
2029
+ @keyframes fadeOutRightBig {
2030
+ 0% {
2031
+ opacity: 1;
2032
+ -webkit-transform: translateX(0);
2033
+ -ms-transform: translateX(0);
2034
+ transform: translateX(0);
2035
+ }
2036
+ 100% {
2037
+ opacity: 0;
2038
+ -webkit-transform: translateX(2000px);
2039
+ -ms-transform: translateX(2000px);
2040
+ transform: translateX(2000px);
2041
+ }
2042
+ }
2043
+ .fadeOutRightBig {
2044
+ -webkit-animation-name: fadeOutRightBig;
2045
+ animation-name: fadeOutRightBig;
2046
+ }
2047
+ @-webkit-keyframes fadeOutUp {
2048
+ 0% {
2049
+ opacity: 1;
2050
+ -webkit-transform: translateY(0);
2051
+ transform: translateY(0);
2052
+ }
2053
+ 100% {
2054
+ opacity: 0;
2055
+ -webkit-transform: translateY(-20px);
2056
+ transform: translateY(-20px);
2057
+ }
2058
+ }
2059
+ @keyframes fadeOutUp {
2060
+ 0% {
2061
+ opacity: 1;
2062
+ -webkit-transform: translateY(0);
2063
+ -ms-transform: translateY(0);
2064
+ transform: translateY(0);
2065
+ }
2066
+ 100% {
2067
+ opacity: 0;
2068
+ -webkit-transform: translateY(-20px);
2069
+ -ms-transform: translateY(-20px);
2070
+ transform: translateY(-20px);
2071
+ }
2072
+ }
2073
+ .fadeOutUp {
2074
+ -webkit-animation-name: fadeOutUp;
2075
+ animation-name: fadeOutUp;
2076
+ }
2077
+ @-webkit-keyframes fadeOutUpBig {
2078
+ 0% {
2079
+ opacity: 1;
2080
+ -webkit-transform: translateY(0);
2081
+ transform: translateY(0);
2082
+ }
2083
+ 100% {
2084
+ opacity: 0;
2085
+ -webkit-transform: translateY(-2000px);
2086
+ transform: translateY(-2000px);
2087
+ }
2088
+ }
2089
+ @keyframes fadeOutUpBig {
2090
+ 0% {
2091
+ opacity: 1;
2092
+ -webkit-transform: translateY(0);
2093
+ -ms-transform: translateY(0);
2094
+ transform: translateY(0);
2095
+ }
2096
+ 100% {
2097
+ opacity: 0;
2098
+ -webkit-transform: translateY(-2000px);
2099
+ -ms-transform: translateY(-2000px);
2100
+ transform: translateY(-2000px);
2101
+ }
2102
+ }
2103
+ .fadeOutUpBig {
2104
+ -webkit-animation-name: fadeOutUpBig;
2105
+ animation-name: fadeOutUpBig;
2106
+ }
2107
+ @-webkit-keyframes flip {
2108
+ 0% {
2109
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
2110
+ transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
2111
+ -webkit-animation-timing-function: ease-out;
2112
+ animation-timing-function: ease-out;
2113
+ }
2114
+ 40% {
2115
+ -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
2116
+ transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
2117
+ -webkit-animation-timing-function: ease-out;
2118
+ animation-timing-function: ease-out;
2119
+ }
2120
+ 50% {
2121
+ -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
2122
+ transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
2123
+ -webkit-animation-timing-function: ease-in;
2124
+ animation-timing-function: ease-in;
2125
+ }
2126
+ 80% {
2127
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
2128
+ transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
2129
+ -webkit-animation-timing-function: ease-in;
2130
+ animation-timing-function: ease-in;
2131
+ }
2132
+ 100% {
2133
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
2134
+ transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
2135
+ -webkit-animation-timing-function: ease-in;
2136
+ animation-timing-function: ease-in;
2137
+ }
2138
+ }
2139
+ @keyframes flip {
2140
+ 0% {
2141
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
2142
+ -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
2143
+ transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
2144
+ -webkit-animation-timing-function: ease-out;
2145
+ animation-timing-function: ease-out;
2146
+ }
2147
+ 40% {
2148
+ -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
2149
+ -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
2150
+ transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
2151
+ -webkit-animation-timing-function: ease-out;
2152
+ animation-timing-function: ease-out;
2153
+ }
2154
+ 50% {
2155
+ -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
2156
+ -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
2157
+ transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
2158
+ -webkit-animation-timing-function: ease-in;
2159
+ animation-timing-function: ease-in;
2160
+ }
2161
+ 80% {
2162
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
2163
+ -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
2164
+ transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
2165
+ -webkit-animation-timing-function: ease-in;
2166
+ animation-timing-function: ease-in;
2167
+ }
2168
+ 100% {
2169
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
2170
+ -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
2171
+ transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
2172
+ -webkit-animation-timing-function: ease-in;
2173
+ animation-timing-function: ease-in;
2174
+ }
2175
+ }
2176
+ .animated.flip {
2177
+ -webkit-backface-visibility: visible;
2178
+ -ms-backface-visibility: visible;
2179
+ backface-visibility: visible;
2180
+ -webkit-animation-name: flip;
2181
+ animation-name: flip;
2182
+ }
2183
+ @-webkit-keyframes flipInX {
2184
+ 0% {
2185
+ -webkit-transform: perspective(400px) rotateX(90deg);
2186
+ transform: perspective(400px) rotateX(90deg);
2187
+ opacity: 0;
2188
+ }
2189
+ 40% {
2190
+ -webkit-transform: perspective(400px) rotateX(-10deg);
2191
+ transform: perspective(400px) rotateX(-10deg);
2192
+ }
2193
+ 70% {
2194
+ -webkit-transform: perspective(400px) rotateX(10deg);
2195
+ transform: perspective(400px) rotateX(10deg);
2196
+ }
2197
+ 100% {
2198
+ -webkit-transform: perspective(400px) rotateX(0deg);
2199
+ transform: perspective(400px) rotateX(0deg);
2200
+ opacity: 1;
2201
+ }
2202
+ }
2203
+ @keyframes flipInX {
2204
+ 0% {
2205
+ -webkit-transform: perspective(400px) rotateX(90deg);
2206
+ -ms-transform: perspective(400px) rotateX(90deg);
2207
+ transform: perspective(400px) rotateX(90deg);
2208
+ opacity: 0;
2209
+ }
2210
+ 40% {
2211
+ -webkit-transform: perspective(400px) rotateX(-10deg);
2212
+ -ms-transform: perspective(400px) rotateX(-10deg);
2213
+ transform: perspective(400px) rotateX(-10deg);
2214
+ }
2215
+ 70% {
2216
+ -webkit-transform: perspective(400px) rotateX(10deg);
2217
+ -ms-transform: perspective(400px) rotateX(10deg);
2218
+ transform: perspective(400px) rotateX(10deg);
2219
+ }
2220
+ 100% {
2221
+ -webkit-transform: perspective(400px) rotateX(0deg);
2222
+ -ms-transform: perspective(400px) rotateX(0deg);
2223
+ transform: perspective(400px) rotateX(0deg);
2224
+ opacity: 1;
2225
+ }
2226
+ }
2227
+ .flipInX {
2228
+ -webkit-backface-visibility: visible !important;
2229
+ -ms-backface-visibility: visible !important;
2230
+ backface-visibility: visible !important;
2231
+ -webkit-animation-name: flipInX;
2232
+ animation-name: flipInX;
2233
+ }
2234
+ @-webkit-keyframes flipOutX {
2235
+ 0% {
2236
+ -webkit-transform: perspective(400px) rotateX(0deg);
2237
+ transform: perspective(400px) rotateX(0deg);
2238
+ opacity: 1;
2239
+ }
2240
+ 100% {
2241
+ -webkit-transform: perspective(400px) rotateX(90deg);
2242
+ transform: perspective(400px) rotateX(90deg);
2243
+ opacity: 0;
2244
+ }
2245
+ }
2246
+ @keyframes flipOutX {
2247
+ 0% {
2248
+ -webkit-transform: perspective(400px) rotateX(0deg);
2249
+ -ms-transform: perspective(400px) rotateX(0deg);
2250
+ transform: perspective(400px) rotateX(0deg);
2251
+ opacity: 1;
2252
+ }
2253
+ 100% {
2254
+ -webkit-transform: perspective(400px) rotateX(90deg);
2255
+ -ms-transform: perspective(400px) rotateX(90deg);
2256
+ transform: perspective(400px) rotateX(90deg);
2257
+ opacity: 0;
2258
+ }
2259
+ }
2260
+ .flipOutX {
2261
+ -webkit-animation-name: flipOutX;
2262
+ animation-name: flipOutX;
2263
+ -webkit-backface-visibility: visible !important;
2264
+ -ms-backface-visibility: visible !important;
2265
+ backface-visibility: visible !important;
2266
+ }
2267
+ @-webkit-keyframes flipOutY {
2268
+ 0% {
2269
+ -webkit-transform: perspective(400px) rotateY(0deg);
2270
+ transform: perspective(400px) rotateY(0deg);
2271
+ opacity: 1;
2272
+ }
2273
+ 100% {
2274
+ -webkit-transform: perspective(400px) rotateY(90deg);
2275
+ transform: perspective(400px) rotateY(90deg);
2276
+ opacity: 0;
2277
+ }
2278
+ }
2279
+ @keyframes flipOutY {
2280
+ 0% {
2281
+ -webkit-transform: perspective(400px) rotateY(0deg);
2282
+ -ms-transform: perspective(400px) rotateY(0deg);
2283
+ transform: perspective(400px) rotateY(0deg);
2284
+ opacity: 1;
2285
+ }
2286
+ 100% {
2287
+ -webkit-transform: perspective(400px) rotateY(90deg);
2288
+ -ms-transform: perspective(400px) rotateY(90deg);
2289
+ transform: perspective(400px) rotateY(90deg);
2290
+ opacity: 0;
2291
+ }
2292
+ }
2293
+ .flipOutY {
2294
+ -webkit-backface-visibility: visible !important;
2295
+ -ms-backface-visibility: visible !important;
2296
+ backface-visibility: visible !important;
2297
+ -webkit-animation-name: flipOutY;
2298
+ animation-name: flipOutY;
2299
+ }
2300
+ @-webkit-keyframes flipInY {
2301
+ 0% {
2302
+ -webkit-transform: perspective(400px) rotateY(90deg);
2303
+ transform: perspective(400px) rotateY(90deg);
2304
+ opacity: 0;
2305
+ }
2306
+ 40% {
2307
+ -webkit-transform: perspective(400px) rotateY(-10deg);
2308
+ transform: perspective(400px) rotateY(-10deg);
2309
+ }
2310
+ 70% {
2311
+ -webkit-transform: perspective(400px) rotateY(10deg);
2312
+ transform: perspective(400px) rotateY(10deg);
2313
+ }
2314
+ 100% {
2315
+ -webkit-transform: perspective(400px) rotateY(0deg);
2316
+ transform: perspective(400px) rotateY(0deg);
2317
+ opacity: 1;
2318
+ }
2319
+ }
2320
+ @keyframes flipInY {
2321
+ 0% {
2322
+ -webkit-transform: perspective(400px) rotateY(90deg);
2323
+ -ms-transform: perspective(400px) rotateY(90deg);
2324
+ transform: perspective(400px) rotateY(90deg);
2325
+ opacity: 0;
2326
+ }
2327
+ 40% {
2328
+ -webkit-transform: perspective(400px) rotateY(-10deg);
2329
+ -ms-transform: perspective(400px) rotateY(-10deg);
2330
+ transform: perspective(400px) rotateY(-10deg);
2331
+ }
2332
+ 70% {
2333
+ -webkit-transform: perspective(400px) rotateY(10deg);
2334
+ -ms-transform: perspective(400px) rotateY(10deg);
2335
+ transform: perspective(400px) rotateY(10deg);
2336
+ }
2337
+ 100% {
2338
+ -webkit-transform: perspective(400px) rotateY(0deg);
2339
+ -ms-transform: perspective(400px) rotateY(0deg);
2340
+ transform: perspective(400px) rotateY(0deg);
2341
+ opacity: 1;
2342
+ }
2343
+ }
2344
+ .flipInY {
2345
+ -webkit-backface-visibility: visible !important;
2346
+ -ms-backface-visibility: visible !important;
2347
+ backface-visibility: visible !important;
2348
+ -webkit-animation-name: flipInY;
2349
+ animation-name: flipInY;
2350
+ }
2351
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2352
+ @-webkit-keyframes rollIn {
2353
+ 0% {
2354
+ opacity: 0;
2355
+ -webkit-transform: translateX(-100%) rotate(-120deg);
2356
+ transform: translateX(-100%) rotate(-120deg);
2357
+ }
2358
+ 100% {
2359
+ opacity: 1;
2360
+ -webkit-transform: translateX(0px) rotate(0deg);
2361
+ transform: translateX(0px) rotate(0deg);
2362
+ }
2363
+ }
2364
+ @keyframes rollIn {
2365
+ 0% {
2366
+ opacity: 0;
2367
+ -webkit-transform: translateX(-100%) rotate(-120deg);
2368
+ -ms-transform: translateX(-100%) rotate(-120deg);
2369
+ transform: translateX(-100%) rotate(-120deg);
2370
+ }
2371
+ 100% {
2372
+ opacity: 1;
2373
+ -webkit-transform: translateX(0px) rotate(0deg);
2374
+ -ms-transform: translateX(0px) rotate(0deg);
2375
+ transform: translateX(0px) rotate(0deg);
2376
+ }
2377
+ }
2378
+ .rollIn {
2379
+ -webkit-animation-name: rollIn;
2380
+ animation-name: rollIn;
2381
+ }
2382
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2383
+ @-webkit-keyframes rollOut {
2384
+ 0% {
2385
+ opacity: 1;
2386
+ -webkit-transform: translateX(0px) rotate(0deg);
2387
+ transform: translateX(0px) rotate(0deg);
2388
+ }
2389
+ 100% {
2390
+ opacity: 0;
2391
+ -webkit-transform: translateX(100%) rotate(120deg);
2392
+ transform: translateX(100%) rotate(120deg);
2393
+ }
2394
+ }
2395
+ @keyframes rollOut {
2396
+ 0% {
2397
+ opacity: 1;
2398
+ -webkit-transform: translateX(0px) rotate(0deg);
2399
+ -ms-transform: translateX(0px) rotate(0deg);
2400
+ transform: translateX(0px) rotate(0deg);
2401
+ }
2402
+ 100% {
2403
+ opacity: 0;
2404
+ -webkit-transform: translateX(100%) rotate(120deg);
2405
+ -ms-transform: translateX(100%) rotate(120deg);
2406
+ transform: translateX(100%) rotate(120deg);
2407
+ }
2408
+ }
2409
+ .rollOut {
2410
+ -webkit-animation-name: rollOut;
2411
+ animation-name: rollOut;
2412
+ }
2413
+ @-webkit-keyframes rotateIn {
2414
+ 0% {
2415
+ -webkit-transform-origin: center center;
2416
+ transform-origin: center center;
2417
+ -webkit-transform: rotate(-200deg);
2418
+ transform: rotate(-200deg);
2419
+ opacity: 0;
2420
+ }
2421
+ 100% {
2422
+ -webkit-transform-origin: center center;
2423
+ transform-origin: center center;
2424
+ -webkit-transform: rotate(0);
2425
+ transform: rotate(0);
2426
+ opacity: 1;
2427
+ }
2428
+ }
2429
+ @keyframes rotateIn {
2430
+ 0% {
2431
+ -webkit-transform-origin: center center;
2432
+ -ms-transform-origin: center center;
2433
+ transform-origin: center center;
2434
+ -webkit-transform: rotate(-200deg);
2435
+ -ms-transform: rotate(-200deg);
2436
+ transform: rotate(-200deg);
2437
+ opacity: 0;
2438
+ }
2439
+ 100% {
2440
+ -webkit-transform-origin: center center;
2441
+ -ms-transform-origin: center center;
2442
+ transform-origin: center center;
2443
+ -webkit-transform: rotate(0);
2444
+ -ms-transform: rotate(0);
2445
+ transform: rotate(0);
2446
+ opacity: 1;
2447
+ }
2448
+ }
2449
+ .rotateIn {
2450
+ -webkit-animation-name: rotateIn;
2451
+ animation-name: rotateIn;
2452
+ }
2453
+ @-webkit-keyframes rotateInDownLeft {
2454
+ 0% {
2455
+ -webkit-transform-origin: left bottom;
2456
+ transform-origin: left bottom;
2457
+ -webkit-transform: rotate(-90deg);
2458
+ transform: rotate(-90deg);
2459
+ opacity: 0;
2460
+ }
2461
+ 100% {
2462
+ -webkit-transform-origin: left bottom;
2463
+ transform-origin: left bottom;
2464
+ -webkit-transform: rotate(0);
2465
+ transform: rotate(0);
2466
+ opacity: 1;
2467
+ }
2468
+ }
2469
+ @keyframes rotateInDownLeft {
2470
+ 0% {
2471
+ -webkit-transform-origin: left bottom;
2472
+ -ms-transform-origin: left bottom;
2473
+ transform-origin: left bottom;
2474
+ -webkit-transform: rotate(-90deg);
2475
+ -ms-transform: rotate(-90deg);
2476
+ transform: rotate(-90deg);
2477
+ opacity: 0;
2478
+ }
2479
+ 100% {
2480
+ -webkit-transform-origin: left bottom;
2481
+ -ms-transform-origin: left bottom;
2482
+ transform-origin: left bottom;
2483
+ -webkit-transform: rotate(0);
2484
+ -ms-transform: rotate(0);
2485
+ transform: rotate(0);
2486
+ opacity: 1;
2487
+ }
2488
+ }
2489
+ .rotateInDownLeft {
2490
+ -webkit-animation-name: rotateInDownLeft;
2491
+ animation-name: rotateInDownLeft;
2492
+ }
2493
+ @-webkit-keyframes rotateInDownRight {
2494
+ 0% {
2495
+ -webkit-transform-origin: right bottom;
2496
+ transform-origin: right bottom;
2497
+ -webkit-transform: rotate(90deg);
2498
+ transform: rotate(90deg);
2499
+ opacity: 0;
2500
+ }
2501
+ 100% {
2502
+ -webkit-transform-origin: right bottom;
2503
+ transform-origin: right bottom;
2504
+ -webkit-transform: rotate(0);
2505
+ transform: rotate(0);
2506
+ opacity: 1;
2507
+ }
2508
+ }
2509
+ @keyframes rotateInDownRight {
2510
+ 0% {
2511
+ -webkit-transform-origin: right bottom;
2512
+ -ms-transform-origin: right bottom;
2513
+ transform-origin: right bottom;
2514
+ -webkit-transform: rotate(90deg);
2515
+ -ms-transform: rotate(90deg);
2516
+ transform: rotate(90deg);
2517
+ opacity: 0;
2518
+ }
2519
+ 100% {
2520
+ -webkit-transform-origin: right bottom;
2521
+ -ms-transform-origin: right bottom;
2522
+ transform-origin: right bottom;
2523
+ -webkit-transform: rotate(0);
2524
+ -ms-transform: rotate(0);
2525
+ transform: rotate(0);
2526
+ opacity: 1;
2527
+ }
2528
+ }
2529
+ .rotateInDownRight {
2530
+ -webkit-animation-name: rotateInDownRight;
2531
+ animation-name: rotateInDownRight;
2532
+ }
2533
+ @-webkit-keyframes rotateInUpLeft {
2534
+ 0% {
2535
+ -webkit-transform-origin: left bottom;
2536
+ transform-origin: left bottom;
2537
+ -webkit-transform: rotate(90deg);
2538
+ transform: rotate(90deg);
2539
+ opacity: 0;
2540
+ }
2541
+ 100% {
2542
+ -webkit-transform-origin: left bottom;
2543
+ transform-origin: left bottom;
2544
+ -webkit-transform: rotate(0);
2545
+ transform: rotate(0);
2546
+ opacity: 1;
2547
+ }
2548
+ }
2549
+ @keyframes rotateInUpLeft {
2550
+ 0% {
2551
+ -webkit-transform-origin: left bottom;
2552
+ -ms-transform-origin: left bottom;
2553
+ transform-origin: left bottom;
2554
+ -webkit-transform: rotate(90deg);
2555
+ -ms-transform: rotate(90deg);
2556
+ transform: rotate(90deg);
2557
+ opacity: 0;
2558
+ }
2559
+ 100% {
2560
+ -webkit-transform-origin: left bottom;
2561
+ -ms-transform-origin: left bottom;
2562
+ transform-origin: left bottom;
2563
+ -webkit-transform: rotate(0);
2564
+ -ms-transform: rotate(0);
2565
+ transform: rotate(0);
2566
+ opacity: 1;
2567
+ }
2568
+ }
2569
+ .rotateInUpLeft {
2570
+ -webkit-animation-name: rotateInUpLeft;
2571
+ animation-name: rotateInUpLeft;
2572
+ }
2573
+ @-webkit-keyframes rotateInUpRight {
2574
+ 0% {
2575
+ -webkit-transform-origin: right bottom;
2576
+ transform-origin: right bottom;
2577
+ -webkit-transform: rotate(-90deg);
2578
+ transform: rotate(-90deg);
2579
+ opacity: 0;
2580
+ }
2581
+ 100% {
2582
+ -webkit-transform-origin: right bottom;
2583
+ transform-origin: right bottom;
2584
+ -webkit-transform: rotate(0);
2585
+ transform: rotate(0);
2586
+ opacity: 1;
2587
+ }
2588
+ }
2589
+ @keyframes rotateInUpRight {
2590
+ 0% {
2591
+ -webkit-transform-origin: right bottom;
2592
+ -ms-transform-origin: right bottom;
2593
+ transform-origin: right bottom;
2594
+ -webkit-transform: rotate(-90deg);
2595
+ -ms-transform: rotate(-90deg);
2596
+ transform: rotate(-90deg);
2597
+ opacity: 0;
2598
+ }
2599
+ 100% {
2600
+ -webkit-transform-origin: right bottom;
2601
+ -ms-transform-origin: right bottom;
2602
+ transform-origin: right bottom;
2603
+ -webkit-transform: rotate(0);
2604
+ -ms-transform: rotate(0);
2605
+ transform: rotate(0);
2606
+ opacity: 1;
2607
+ }
2608
+ }
2609
+ .rotateInUpRight {
2610
+ -webkit-animation-name: rotateInUpRight;
2611
+ animation-name: rotateInUpRight;
2612
+ }
2613
+ @-webkit-keyframes rotateOut {
2614
+ 0% {
2615
+ -webkit-transform-origin: center center;
2616
+ transform-origin: center center;
2617
+ -webkit-transform: rotate(0);
2618
+ transform: rotate(0);
2619
+ opacity: 1;
2620
+ }
2621
+ 100% {
2622
+ -webkit-transform-origin: center center;
2623
+ transform-origin: center center;
2624
+ -webkit-transform: rotate(200deg);
2625
+ transform: rotate(200deg);
2626
+ opacity: 0;
2627
+ }
2628
+ }
2629
+ @keyframes rotateOut {
2630
+ 0% {
2631
+ -webkit-transform-origin: center center;
2632
+ -ms-transform-origin: center center;
2633
+ transform-origin: center center;
2634
+ -webkit-transform: rotate(0);
2635
+ -ms-transform: rotate(0);
2636
+ transform: rotate(0);
2637
+ opacity: 1;
2638
+ }
2639
+ 100% {
2640
+ -webkit-transform-origin: center center;
2641
+ -ms-transform-origin: center center;
2642
+ transform-origin: center center;
2643
+ -webkit-transform: rotate(200deg);
2644
+ -ms-transform: rotate(200deg);
2645
+ transform: rotate(200deg);
2646
+ opacity: 0;
2647
+ }
2648
+ }
2649
+ .rotateOut {
2650
+ -webkit-animation-name: rotateOut;
2651
+ animation-name: rotateOut;
2652
+ }
2653
+ @-webkit-keyframes rotateOutDownLeft {
2654
+ 0% {
2655
+ -webkit-transform-origin: left bottom;
2656
+ transform-origin: left bottom;
2657
+ -webkit-transform: rotate(0);
2658
+ transform: rotate(0);
2659
+ opacity: 1;
2660
+ }
2661
+ 100% {
2662
+ -webkit-transform-origin: left bottom;
2663
+ transform-origin: left bottom;
2664
+ -webkit-transform: rotate(90deg);
2665
+ transform: rotate(90deg);
2666
+ opacity: 0;
2667
+ }
2668
+ }
2669
+ @keyframes rotateOutDownLeft {
2670
+ 0% {
2671
+ -webkit-transform-origin: left bottom;
2672
+ -ms-transform-origin: left bottom;
2673
+ transform-origin: left bottom;
2674
+ -webkit-transform: rotate(0);
2675
+ -ms-transform: rotate(0);
2676
+ transform: rotate(0);
2677
+ opacity: 1;
2678
+ }
2679
+ 100% {
2680
+ -webkit-transform-origin: left bottom;
2681
+ -ms-transform-origin: left bottom;
2682
+ transform-origin: left bottom;
2683
+ -webkit-transform: rotate(90deg);
2684
+ -ms-transform: rotate(90deg);
2685
+ transform: rotate(90deg);
2686
+ opacity: 0;
2687
+ }
2688
+ }
2689
+ .rotateOutDownLeft {
2690
+ -webkit-animation-name: rotateOutDownLeft;
2691
+ animation-name: rotateOutDownLeft;
2692
+ }
2693
+ @-webkit-keyframes rotateOutDownRight {
2694
+ 0% {
2695
+ -webkit-transform-origin: right bottom;
2696
+ transform-origin: right bottom;
2697
+ -webkit-transform: rotate(0);
2698
+ transform: rotate(0);
2699
+ opacity: 1;
2700
+ }
2701
+ 100% {
2702
+ -webkit-transform-origin: right bottom;
2703
+ transform-origin: right bottom;
2704
+ -webkit-transform: rotate(-90deg);
2705
+ transform: rotate(-90deg);
2706
+ opacity: 0;
2707
+ }
2708
+ }
2709
+ @keyframes rotateOutDownRight {
2710
+ 0% {
2711
+ -webkit-transform-origin: right bottom;
2712
+ -ms-transform-origin: right bottom;
2713
+ transform-origin: right bottom;
2714
+ -webkit-transform: rotate(0);
2715
+ -ms-transform: rotate(0);
2716
+ transform: rotate(0);
2717
+ opacity: 1;
2718
+ }
2719
+ 100% {
2720
+ -webkit-transform-origin: right bottom;
2721
+ -ms-transform-origin: right bottom;
2722
+ transform-origin: right bottom;
2723
+ -webkit-transform: rotate(-90deg);
2724
+ -ms-transform: rotate(-90deg);
2725
+ transform: rotate(-90deg);
2726
+ opacity: 0;
2727
+ }
2728
+ }
2729
+ .rotateOutDownRight {
2730
+ -webkit-animation-name: rotateOutDownRight;
2731
+ animation-name: rotateOutDownRight;
2732
+ }
2733
+ @-webkit-keyframes rotateOutUpLeft {
2734
+ 0% {
2735
+ -webkit-transform-origin: left bottom;
2736
+ transform-origin: left bottom;
2737
+ -webkit-transform: rotate(0);
2738
+ transform: rotate(0);
2739
+ opacity: 1;
2740
+ }
2741
+ 100% {
2742
+ -webkit-transform-origin: left bottom;
2743
+ transform-origin: left bottom;
2744
+ -webkit-transform: rotate(-90deg);
2745
+ transform: rotate(-90deg);
2746
+ opacity: 0;
2747
+ }
2748
+ }
2749
+ @keyframes rotateOutUpLeft {
2750
+ 0% {
2751
+ -webkit-transform-origin: left bottom;
2752
+ -ms-transform-origin: left bottom;
2753
+ transform-origin: left bottom;
2754
+ -webkit-transform: rotate(0);
2755
+ -ms-transform: rotate(0);
2756
+ transform: rotate(0);
2757
+ opacity: 1;
2758
+ }
2759
+ 100% {
2760
+ -webkit-transform-origin: left bottom;
2761
+ -ms-transform-origin: left bottom;
2762
+ transform-origin: left bottom;
2763
+ -webkit-transform: rotate(-90deg);
2764
+ -ms-transform: rotate(-90deg);
2765
+ transform: rotate(-90deg);
2766
+ opacity: 0;
2767
+ }
2768
+ }
2769
+ .rotateOutUpLeft {
2770
+ -webkit-animation-name: rotateOutUpLeft;
2771
+ animation-name: rotateOutUpLeft;
2772
+ }
2773
+ @-webkit-keyframes rotateOutUpRight {
2774
+ 0% {
2775
+ -webkit-transform-origin: right bottom;
2776
+ transform-origin: right bottom;
2777
+ -webkit-transform: rotate(0);
2778
+ transform: rotate(0);
2779
+ opacity: 1;
2780
+ }
2781
+ 100% {
2782
+ -webkit-transform-origin: right bottom;
2783
+ transform-origin: right bottom;
2784
+ -webkit-transform: rotate(90deg);
2785
+ transform: rotate(90deg);
2786
+ opacity: 0;
2787
+ }
2788
+ }
2789
+ @keyframes rotateOutUpRight {
2790
+ 0% {
2791
+ -webkit-transform-origin: right bottom;
2792
+ -ms-transform-origin: right bottom;
2793
+ transform-origin: right bottom;
2794
+ -webkit-transform: rotate(0);
2795
+ -ms-transform: rotate(0);
2796
+ transform: rotate(0);
2797
+ opacity: 1;
2798
+ }
2799
+ 100% {
2800
+ -webkit-transform-origin: right bottom;
2801
+ -ms-transform-origin: right bottom;
2802
+ transform-origin: right bottom;
2803
+ -webkit-transform: rotate(90deg);
2804
+ -ms-transform: rotate(90deg);
2805
+ transform: rotate(90deg);
2806
+ opacity: 0;
2807
+ }
2808
+ }
2809
+ .rotateOutUpRight {
2810
+ -webkit-animation-name: rotateOutUpRight;
2811
+ animation-name: rotateOutUpRight;
2812
+ }
2813
+ @-webkit-keyframes slideInDown {
2814
+ 0% {
2815
+ opacity: 0;
2816
+ -webkit-transform: translateY(-2000px);
2817
+ transform: translateY(-2000px);
2818
+ }
2819
+ 100% {
2820
+ -webkit-transform: translateY(0);
2821
+ transform: translateY(0);
2822
+ }
2823
+ }
2824
+ @keyframes slideInDown {
2825
+ 0% {
2826
+ opacity: 0;
2827
+ -webkit-transform: translateY(-2000px);
2828
+ -ms-transform: translateY(-2000px);
2829
+ transform: translateY(-2000px);
2830
+ }
2831
+ 100% {
2832
+ -webkit-transform: translateY(0);
2833
+ -ms-transform: translateY(0);
2834
+ transform: translateY(0);
2835
+ }
2836
+ }
2837
+ .slideInDown {
2838
+ -webkit-animation-name: slideInDown;
2839
+ animation-name: slideInDown;
2840
+ }
2841
+ @-webkit-keyframes slideInLeft {
2842
+ 0% {
2843
+ opacity: 0;
2844
+ -webkit-transform: translateX(-2000px);
2845
+ transform: translateX(-2000px);
2846
+ }
2847
+ 100% {
2848
+ -webkit-transform: translateX(0);
2849
+ transform: translateX(0);
2850
+ }
2851
+ }
2852
+ @keyframes slideInLeft {
2853
+ 0% {
2854
+ opacity: 0;
2855
+ -webkit-transform: translateX(-2000px);
2856
+ -ms-transform: translateX(-2000px);
2857
+ transform: translateX(-2000px);
2858
+ }
2859
+ 100% {
2860
+ -webkit-transform: translateX(0);
2861
+ -ms-transform: translateX(0);
2862
+ transform: translateX(0);
2863
+ }
2864
+ }
2865
+ .slideInLeft {
2866
+ -webkit-animation-name: slideInLeft;
2867
+ animation-name: slideInLeft;
2868
+ }
2869
+ @-webkit-keyframes slideInRight {
2870
+ 0% {
2871
+ opacity: 0;
2872
+ -webkit-transform: translateX(2000px);
2873
+ transform: translateX(2000px);
2874
+ }
2875
+ 100% {
2876
+ -webkit-transform: translateX(0);
2877
+ transform: translateX(0);
2878
+ }
2879
+ }
2880
+ @keyframes slideInRight {
2881
+ 0% {
2882
+ opacity: 0;
2883
+ -webkit-transform: translateX(2000px);
2884
+ -ms-transform: translateX(2000px);
2885
+ transform: translateX(2000px);
2886
+ }
2887
+ 100% {
2888
+ -webkit-transform: translateX(0);
2889
+ -ms-transform: translateX(0);
2890
+ transform: translateX(0);
2891
+ }
2892
+ }
2893
+ .slideInRight {
2894
+ -webkit-animation-name: slideInRight;
2895
+ animation-name: slideInRight;
2896
+ }
2897
+ @-webkit-keyframes slideInUp {
2898
+ 0% {
2899
+ opacity: 0;
2900
+ -webkit-transform: translateY(2000px);
2901
+ transform: translateY(2000px);
2902
+ }
2903
+ 100% {
2904
+ opacity: 1;
2905
+ -webkit-transform: translateY(0);
2906
+ transform: translateY(0);
2907
+ }
2908
+ }
2909
+ @keyframes slideInUp {
2910
+ 0% {
2911
+ opacity: 0;
2912
+ -webkit-transform: translateY(2000px);
2913
+ -ms-transform: translateY(2000px);
2914
+ transform: translateY(2000px);
2915
+ }
2916
+ 100% {
2917
+ opacity: 1;
2918
+ -webkit-transform: translateY(0);
2919
+ -ms-transform: translateY(0);
2920
+ transform: translateY(0);
2921
+ }
2922
+ }
2923
+ .slideInUp {
2924
+ -webkit-animation-name: slideInUp;
2925
+ animation-name: slideInUp;
2926
+ }
2927
+ @-webkit-keyframes slideOutDown {
2928
+ 0% {
2929
+ -webkit-transform: translateY(0);
2930
+ transform: translateY(0);
2931
+ }
2932
+ 100% {
2933
+ opacity: 0;
2934
+ -webkit-transform: translateY(2000px);
2935
+ transform: translateY(2000px);
2936
+ }
2937
+ }
2938
+ @keyframes slideOutDown {
2939
+ 0% {
2940
+ -webkit-transform: translateY(0);
2941
+ -ms-transform: translateY(0);
2942
+ transform: translateY(0);
2943
+ }
2944
+ 100% {
2945
+ opacity: 0;
2946
+ -webkit-transform: translateY(2000px);
2947
+ -ms-transform: translateY(2000px);
2948
+ transform: translateY(2000px);
2949
+ }
2950
+ }
2951
+ .slideOutDown {
2952
+ -webkit-animation-name: slideOutDown;
2953
+ animation-name: slideOutDown;
2954
+ }
2955
+ @-webkit-keyframes slideOutLeft {
2956
+ 0% {
2957
+ -webkit-transform: translateX(0);
2958
+ transform: translateX(0);
2959
+ }
2960
+ 100% {
2961
+ opacity: 0;
2962
+ -webkit-transform: translateX(-2000px);
2963
+ transform: translateX(-2000px);
2964
+ }
2965
+ }
2966
+ @keyframes slideOutLeft {
2967
+ 0% {
2968
+ -webkit-transform: translateX(0);
2969
+ -ms-transform: translateX(0);
2970
+ transform: translateX(0);
2971
+ }
2972
+ 100% {
2973
+ opacity: 0;
2974
+ -webkit-transform: translateX(-2000px);
2975
+ -ms-transform: translateX(-2000px);
2976
+ transform: translateX(-2000px);
2977
+ }
2978
+ }
2979
+ .slideOutLeft {
2980
+ -webkit-animation-name: slideOutLeft;
2981
+ animation-name: slideOutLeft;
2982
+ }
2983
+ @-webkit-keyframes slideOutRight {
2984
+ 0% {
2985
+ -webkit-transform: translateX(0);
2986
+ transform: translateX(0);
2987
+ }
2988
+ 100% {
2989
+ opacity: 0;
2990
+ -webkit-transform: translateX(2000px);
2991
+ transform: translateX(2000px);
2992
+ }
2993
+ }
2994
+ @keyframes slideOutRight {
2995
+ 0% {
2996
+ -webkit-transform: translateX(0);
2997
+ -ms-transform: translateX(0);
2998
+ transform: translateX(0);
2999
+ }
3000
+ 100% {
3001
+ opacity: 0;
3002
+ -webkit-transform: translateX(2000px);
3003
+ -ms-transform: translateX(2000px);
3004
+ transform: translateX(2000px);
3005
+ }
3006
+ }
3007
+ .slideOutRight {
3008
+ -webkit-animation-name: slideOutRight;
3009
+ animation-name: slideOutRight;
3010
+ }
3011
+ @-webkit-keyframes slideOutUp {
3012
+ 0% {
3013
+ -webkit-transform: translateY(0);
3014
+ transform: translateY(0);
3015
+ }
3016
+ 100% {
3017
+ opacity: 0;
3018
+ -webkit-transform: translateY(-2000px);
3019
+ transform: translateY(-2000px);
3020
+ }
3021
+ }
3022
+ @keyframes slideOutUp {
3023
+ 0% {
3024
+ -webkit-transform: translateY(0);
3025
+ -ms-transform: translateY(0);
3026
+ transform: translateY(0);
3027
+ }
3028
+ 100% {
3029
+ opacity: 0;
3030
+ -webkit-transform: translateY(-2000px);
3031
+ -ms-transform: translateY(-2000px);
3032
+ transform: translateY(-2000px);
3033
+ }
3034
+ }
3035
+ .slideOutUp {
3036
+ -webkit-animation-name: slideOutUp;
3037
+ animation-name: slideOutUp;
3038
+ }
3039
+ @-webkit-keyframes zoomIn {
3040
+ 0% {
3041
+ opacity: 0;
3042
+ -webkit-transform: scale(0.3);
3043
+ transform: scale(0.3);
3044
+ }
3045
+ 50% {
3046
+ opacity: 1;
3047
+ }
3048
+ }
3049
+ @keyframes zoomIn {
3050
+ 0% {
3051
+ opacity: 0;
3052
+ -webkit-transform: scale(0.3);
3053
+ -ms-transform: scale(0.3);
3054
+ transform: scale(0.3);
3055
+ }
3056
+ 50% {
3057
+ opacity: 1;
3058
+ }
3059
+ }
3060
+ .zoomIn {
3061
+ -webkit-animation-name: zoomIn;
3062
+ animation-name: zoomIn;
3063
+ }
3064
+ @-webkit-keyframes zoomInDown {
3065
+ 0% {
3066
+ opacity: 0;
3067
+ -webkit-transform: scale(0.1) translateY(-2000px);
3068
+ transform: scale(0.1) translateY(-2000px);
3069
+ -webkit-animation-timing-function: ease-in-out;
3070
+ animation-timing-function: ease-in-out;
3071
+ }
3072
+ 60% {
3073
+ opacity: 1;
3074
+ -webkit-transform: scale(0.475) translateY(60px);
3075
+ transform: scale(0.475) translateY(60px);
3076
+ -webkit-animation-timing-function: ease-out;
3077
+ animation-timing-function: ease-out;
3078
+ }
3079
+ }
3080
+ @keyframes zoomInDown {
3081
+ 0% {
3082
+ opacity: 0;
3083
+ -webkit-transform: scale(0.1) translateY(-2000px);
3084
+ -ms-transform: scale(0.1) translateY(-2000px);
3085
+ transform: scale(0.1) translateY(-2000px);
3086
+ -webkit-animation-timing-function: ease-in-out;
3087
+ animation-timing-function: ease-in-out;
3088
+ }
3089
+ 60% {
3090
+ opacity: 1;
3091
+ -webkit-transform: scale(0.475) translateY(60px);
3092
+ -ms-transform: scale(0.475) translateY(60px);
3093
+ transform: scale(0.475) translateY(60px);
3094
+ -webkit-animation-timing-function: ease-out;
3095
+ animation-timing-function: ease-out;
3096
+ }
3097
+ }
3098
+ .zoomInDown {
3099
+ -webkit-animation-name: zoomInDown;
3100
+ animation-name: zoomInDown;
3101
+ }
3102
+ @-webkit-keyframes zoomInLeft {
3103
+ 0% {
3104
+ opacity: 0;
3105
+ -webkit-transform: scale(0.1) translateX(-2000px);
3106
+ transform: scale(0.1) translateX(-2000px);
3107
+ -webkit-animation-timing-function: ease-in-out;
3108
+ animation-timing-function: ease-in-out;
3109
+ }
3110
+ 60% {
3111
+ opacity: 1;
3112
+ -webkit-transform: scale(0.475) translateX(48px);
3113
+ transform: scale(0.475) translateX(48px);
3114
+ -webkit-animation-timing-function: ease-out;
3115
+ animation-timing-function: ease-out;
3116
+ }
3117
+ }
3118
+ @keyframes zoomInLeft {
3119
+ 0% {
3120
+ opacity: 0;
3121
+ -webkit-transform: scale(0.1) translateX(-2000px);
3122
+ -ms-transform: scale(0.1) translateX(-2000px);
3123
+ transform: scale(0.1) translateX(-2000px);
3124
+ -webkit-animation-timing-function: ease-in-out;
3125
+ animation-timing-function: ease-in-out;
3126
+ }
3127
+ 60% {
3128
+ opacity: 1;
3129
+ -webkit-transform: scale(0.475) translateX(48px);
3130
+ -ms-transform: scale(0.475) translateX(48px);
3131
+ transform: scale(0.475) translateX(48px);
3132
+ -webkit-animation-timing-function: ease-out;
3133
+ animation-timing-function: ease-out;
3134
+ }
3135
+ }
3136
+ .zoomInLeft {
3137
+ -webkit-animation-name: zoomInLeft;
3138
+ animation-name: zoomInLeft;
3139
+ }
3140
+ @-webkit-keyframes zoomInRight {
3141
+ 0% {
3142
+ opacity: 0;
3143
+ -webkit-transform: scale(0.1) translateX(2000px);
3144
+ transform: scale(0.1) translateX(2000px);
3145
+ -webkit-animation-timing-function: ease-in-out;
3146
+ animation-timing-function: ease-in-out;
3147
+ }
3148
+ 60% {
3149
+ opacity: 1;
3150
+ -webkit-transform: scale(0.475) translateX(-48px);
3151
+ transform: scale(0.475) translateX(-48px);
3152
+ -webkit-animation-timing-function: ease-out;
3153
+ animation-timing-function: ease-out;
3154
+ }
3155
+ }
3156
+ @keyframes zoomInRight {
3157
+ 0% {
3158
+ opacity: 0;
3159
+ -webkit-transform: scale(0.1) translateX(2000px);
3160
+ -ms-transform: scale(0.1) translateX(2000px);
3161
+ transform: scale(0.1) translateX(2000px);
3162
+ -webkit-animation-timing-function: ease-in-out;
3163
+ animation-timing-function: ease-in-out;
3164
+ }
3165
+ 60% {
3166
+ opacity: 1;
3167
+ -webkit-transform: scale(0.475) translateX(-48px);
3168
+ -ms-transform: scale(0.475) translateX(-48px);
3169
+ transform: scale(0.475) translateX(-48px);
3170
+ -webkit-animation-timing-function: ease-out;
3171
+ animation-timing-function: ease-out;
3172
+ }
3173
+ }
3174
+ .zoomInRight {
3175
+ -webkit-animation-name: zoomInRight;
3176
+ animation-name: zoomInRight;
3177
+ }
3178
+ @-webkit-keyframes zoomInUp {
3179
+ 0% {
3180
+ opacity: 0;
3181
+ -webkit-transform: scale(0.1) translateY(2000px);
3182
+ transform: scale(0.1) translateY(2000px);
3183
+ -webkit-animation-timing-function: ease-in-out;
3184
+ animation-timing-function: ease-in-out;
3185
+ }
3186
+ 60% {
3187
+ opacity: 1;
3188
+ -webkit-transform: scale(0.475) translateY(-60px);
3189
+ transform: scale(0.475) translateY(-60px);
3190
+ -webkit-animation-timing-function: ease-out;
3191
+ animation-timing-function: ease-out;
3192
+ }
3193
+ }
3194
+ @keyframes zoomInUp {
3195
+ 0% {
3196
+ opacity: 0;
3197
+ -webkit-transform: scale(0.1) translateY(2000px);
3198
+ -ms-transform: scale(0.1) translateY(2000px);
3199
+ transform: scale(0.1) translateY(2000px);
3200
+ -webkit-animation-timing-function: ease-in-out;
3201
+ animation-timing-function: ease-in-out;
3202
+ }
3203
+ 60% {
3204
+ opacity: 1;
3205
+ -webkit-transform: scale(0.475) translateY(-60px);
3206
+ -ms-transform: scale(0.475) translateY(-60px);
3207
+ transform: scale(0.475) translateY(-60px);
3208
+ -webkit-animation-timing-function: ease-out;
3209
+ animation-timing-function: ease-out;
3210
+ }
3211
+ }
3212
+ .zoomInUp {
3213
+ -webkit-animation-name: zoomInUp;
3214
+ animation-name: zoomInUp;
3215
+ }
3216
+ @-webkit-keyframes zoomOut {
3217
+ 0% {
3218
+ opacity: 1;
3219
+ -webkit-transform: scale(1);
3220
+ transform: scale(1);
3221
+ }
3222
+ 50% {
3223
+ opacity: 0;
3224
+ -webkit-transform: scale(0.3);
3225
+ transform: scale(0.3);
3226
+ }
3227
+ 100% {
3228
+ opacity: 0;
3229
+ }
3230
+ }
3231
+ @keyframes zoomOut {
3232
+ 0% {
3233
+ opacity: 1;
3234
+ -webkit-transform: scale(1);
3235
+ -ms-transform: scale(1);
3236
+ transform: scale(1);
3237
+ }
3238
+ 50% {
3239
+ opacity: 0;
3240
+ -webkit-transform: scale(0.3);
3241
+ -ms-transform: scale(0.3);
3242
+ transform: scale(0.3);
3243
+ }
3244
+ 100% {
3245
+ opacity: 0;
3246
+ }
3247
+ }
3248
+ .zoomOut {
3249
+ -webkit-animation-name: zoomOut;
3250
+ animation-name: zoomOut;
3251
+ }
3252
+ @-webkit-keyframes zoomOutDown {
3253
+ 40% {
3254
+ opacity: 1;
3255
+ -webkit-transform: scale(0.475) translateY(-60px);
3256
+ transform: scale(0.475) translateY(-60px);
3257
+ -webkit-animation-timing-function: linear;
3258
+ animation-timing-function: linear;
3259
+ }
3260
+ 100% {
3261
+ opacity: 0;
3262
+ -webkit-transform: scale(0.1) translateY(2000px);
3263
+ transform: scale(0.1) translateY(2000px);
3264
+ -webkit-transform-origin: center bottom;
3265
+ transform-origin: center bottom;
3266
+ }
3267
+ }
3268
+ @keyframes zoomOutDown {
3269
+ 40% {
3270
+ opacity: 1;
3271
+ -webkit-transform: scale(0.475) translateY(-60px);
3272
+ -ms-transform: scale(0.475) translateY(-60px);
3273
+ transform: scale(0.475) translateY(-60px);
3274
+ -webkit-animation-timing-function: linear;
3275
+ animation-timing-function: linear;
3276
+ }
3277
+ 100% {
3278
+ opacity: 0;
3279
+ -webkit-transform: scale(0.1) translateY(2000px);
3280
+ -ms-transform: scale(0.1) translateY(2000px);
3281
+ transform: scale(0.1) translateY(2000px);
3282
+ -webkit-transform-origin: center bottom;
3283
+ -ms-transform-origin: center bottom;
3284
+ transform-origin: center bottom;
3285
+ }
3286
+ }
3287
+ .zoomOutDown {
3288
+ -webkit-animation-name: zoomOutDown;
3289
+ animation-name: zoomOutDown;
3290
+ }
3291
+ @-webkit-keyframes zoomOutLeft {
3292
+ 40% {
3293
+ opacity: 1;
3294
+ -webkit-transform: scale(0.475) translateX(42px);
3295
+ transform: scale(0.475) translateX(42px);
3296
+ -webkit-animation-timing-function: linear;
3297
+ animation-timing-function: linear;
3298
+ }
3299
+ 100% {
3300
+ opacity: 0;
3301
+ -webkit-transform: scale(0.1) translateX(-2000px);
3302
+ transform: scale(0.1) translateX(-2000px);
3303
+ -webkit-transform-origin: left center;
3304
+ transform-origin: left center;
3305
+ }
3306
+ }
3307
+ @keyframes zoomOutLeft {
3308
+ 40% {
3309
+ opacity: 1;
3310
+ -webkit-transform: scale(0.475) translateX(42px);
3311
+ -ms-transform: scale(0.475) translateX(42px);
3312
+ transform: scale(0.475) translateX(42px);
3313
+ -webkit-animation-timing-function: linear;
3314
+ animation-timing-function: linear;
3315
+ }
3316
+ 100% {
3317
+ opacity: 0;
3318
+ -webkit-transform: scale(0.1) translateX(-2000px);
3319
+ -ms-transform: scale(0.1) translateX(-2000px);
3320
+ transform: scale(0.1) translateX(-2000px);
3321
+ -webkit-transform-origin: left center;
3322
+ -ms-transform-origin: left center;
3323
+ transform-origin: left center;
3324
+ }
3325
+ }
3326
+ .zoomOutLeft {
3327
+ -webkit-animation-name: zoomOutLeft;
3328
+ animation-name: zoomOutLeft;
3329
+ }
3330
+ @-webkit-keyframes zoomOutRight {
3331
+ 40% {
3332
+ opacity: 1;
3333
+ -webkit-transform: scale(0.475) translateX(-42px);
3334
+ transform: scale(0.475) translateX(-42px);
3335
+ -webkit-animation-timing-function: linear;
3336
+ animation-timing-function: linear;
3337
+ }
3338
+ 100% {
3339
+ opacity: 0;
3340
+ -webkit-transform: scale(0.1) translateX(2000px);
3341
+ transform: scale(0.1) translateX(2000px);
3342
+ -webkit-transform-origin: right center;
3343
+ transform-origin: right center;
3344
+ }
3345
+ }
3346
+ @keyframes zoomOutRight {
3347
+ 40% {
3348
+ opacity: 1;
3349
+ -webkit-transform: scale(0.475) translateX(-42px);
3350
+ -ms-transform: scale(0.475) translateX(-42px);
3351
+ transform: scale(0.475) translateX(-42px);
3352
+ -webkit-animation-timing-function: linear;
3353
+ animation-timing-function: linear;
3354
+ }
3355
+ 100% {
3356
+ opacity: 0;
3357
+ -webkit-transform: scale(0.1) translateX(2000px);
3358
+ -ms-transform: scale(0.1) translateX(2000px);
3359
+ transform: scale(0.1) translateX(2000px);
3360
+ -webkit-transform-origin: right center;
3361
+ -ms-transform-origin: right center;
3362
+ transform-origin: right center;
3363
+ }
3364
+ }
3365
+ .zoomOutRight {
3366
+ -webkit-animation-name: zoomOutRight;
3367
+ animation-name: zoomOutRight;
3368
+ }
3369
+ @-webkit-keyframes zoomOutUp {
3370
+ 40% {
3371
+ opacity: 1;
3372
+ -webkit-transform: scale(0.475) translateY(60px);
3373
+ transform: scale(0.475) translateY(60px);
3374
+ -webkit-animation-timing-function: linear;
3375
+ animation-timing-function: linear;
3376
+ }
3377
+ 100% {
3378
+ opacity: 0;
3379
+ -webkit-transform: scale(0.1) translateY(-2000px);
3380
+ transform: scale(0.1) translateY(-2000px);
3381
+ -webkit-transform-origin: center top;
3382
+ transform-origin: center top;
3383
+ }
3384
+ }
3385
+ @keyframes zoomOutUp {
3386
+ 40% {
3387
+ opacity: 1;
3388
+ -webkit-transform: scale(0.475) translateY(60px);
3389
+ -ms-transform: scale(0.475) translateY(60px);
3390
+ transform: scale(0.475) translateY(60px);
3391
+ -webkit-animation-timing-function: linear;
3392
+ animation-timing-function: linear;
3393
+ }
3394
+ 100% {
3395
+ opacity: 0;
3396
+ -webkit-transform: scale(0.1) translateY(-2000px);
3397
+ -ms-transform: scale(0.1) translateY(-2000px);
3398
+ transform: scale(0.1) translateY(-2000px);
3399
+ -webkit-transform-origin: center top;
3400
+ -ms-transform-origin: center top;
3401
+ transform-origin: center top;
3402
+ }
3403
+ }
3404
+ .zoomOutUp {
3405
+ -webkit-animation-name: zoomOutUp;
3406
+ animation-name: zoomOutUp;
3407
+ }