fomantic-ui-sass 2.7.4 → 2.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/app/assets/javascripts/semantic-ui/accordion.js +2 -2
  4. data/app/assets/javascripts/semantic-ui/api.js +7 -3
  5. data/app/assets/javascripts/semantic-ui/calendar.js +45 -17
  6. data/app/assets/javascripts/semantic-ui/checkbox.js +2 -2
  7. data/app/assets/javascripts/semantic-ui/dimmer.js +2 -2
  8. data/app/assets/javascripts/semantic-ui/dropdown.js +13 -3
  9. data/app/assets/javascripts/semantic-ui/embed.js +2 -2
  10. data/app/assets/javascripts/semantic-ui/form.js +364 -152
  11. data/app/assets/javascripts/semantic-ui/modal.js +13 -7
  12. data/app/assets/javascripts/semantic-ui/nag.js +2 -2
  13. data/app/assets/javascripts/semantic-ui/popup.js +8 -4
  14. data/app/assets/javascripts/semantic-ui/progress.js +31 -26
  15. data/app/assets/javascripts/semantic-ui/rating.js +2 -2
  16. data/app/assets/javascripts/semantic-ui/search.js +3 -3
  17. data/app/assets/javascripts/semantic-ui/shape.js +2 -2
  18. data/app/assets/javascripts/semantic-ui/sidebar.js +2 -2
  19. data/app/assets/javascripts/semantic-ui/site.js +2 -2
  20. data/app/assets/javascripts/semantic-ui/slider.js +2 -2
  21. data/app/assets/javascripts/semantic-ui/state.js +2 -2
  22. data/app/assets/javascripts/semantic-ui/sticky.js +2 -2
  23. data/app/assets/javascripts/semantic-ui/tab.js +2 -2
  24. data/app/assets/javascripts/semantic-ui/toast.js +2 -2
  25. data/app/assets/javascripts/semantic-ui/transition.js +5 -2
  26. data/app/assets/javascripts/semantic-ui/visibility.js +2 -2
  27. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +20 -3
  28. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +36 -5
  29. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +24 -18
  30. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +24 -14
  31. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +8 -2
  32. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +196 -101
  33. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +13 -3
  34. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +11 -5
  35. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +38 -3
  36. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +995 -2
  37. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +8 -2
  38. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +11808 -774
  39. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +8 -2
  40. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +15 -2
  41. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +29 -2
  42. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +10 -2
  43. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +8 -2
  44. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +8 -2
  45. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +8 -2
  46. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +8 -2
  47. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +21 -2
  48. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +21 -4
  49. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +7 -1
  50. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +349 -2
  51. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +8 -2
  52. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +30 -2
  53. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +8 -2
  54. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +36 -2
  55. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +9 -3
  56. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +147 -71
  57. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +8 -2
  58. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +22 -18
  59. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +8 -2
  60. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +9 -3
  61. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +8 -2
  62. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +11 -10
  63. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +9 -3
  64. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +8 -2
  65. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +8 -2
  66. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +6 -0
  67. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +8 -2
  68. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +8 -2
  69. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +2 -2
  70. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1201 -2
  71. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +9 -3
  72. data/app/assets/stylesheets/semantic-ui/views/_card.scss +24 -5
  73. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +8 -2
  74. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +8 -2
  75. data/app/assets/stylesheets/semantic-ui/views/_item.scss +11 -5
  76. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +9 -3
  77. data/lib/fomantic/ui/sass/version.rb +2 -2
  78. metadata +2 -2
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Button
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Button
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -176,7 +176,7 @@
176
176
  Disabled
177
177
  --------------------*/
178
178
 
179
- .ui.buttons .disabled.button,
179
+ .ui.buttons .disabled.button:not(.basic),
180
180
  .ui.disabled.button,
181
181
  .ui.button:disabled,
182
182
  .ui.disabled.button:hover,
@@ -685,6 +685,10 @@
685
685
  .ui.compact.labeled.icon.button {
686
686
  padding: 0.58928571em 3.69642857em 0.58928571em;
687
687
  }
688
+ .ui.compact.labeled.icon.buttons .button > .icon,
689
+ .ui.compact.labeled.icon.button > .icon {
690
+ padding: 0.58928571em 0 0.58928571em 0;
691
+ }
688
692
 
689
693
  /*-------------------
690
694
  Sizes
@@ -4389,6 +4393,12 @@
4389
4393
 
4390
4394
 
4391
4395
 
4396
+ /*******************************
4397
+ Theme Overrides
4398
+ *******************************/
4399
+
4400
+
4401
+
4392
4402
  /*******************************
4393
4403
  Site Overrides
4394
4404
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Container
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Container
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -21,7 +21,7 @@
21
21
  }
22
22
 
23
23
  /* Mobile */
24
- @media only screen and (max-width: 767.99px) {
24
+ @media only screen and (max-width: 767.98px) {
25
25
  .ui.container {
26
26
  width: auto !important;
27
27
  margin-left: 1em !important;
@@ -39,7 +39,7 @@
39
39
  }
40
40
 
41
41
  /* Tablet */
42
- @media only screen and (min-width: 768px) and (max-width: 991.99px) {
42
+ @media only screen and (min-width: 768px) and (max-width: 991.98px) {
43
43
  .ui.container {
44
44
  width: 723px;
45
45
  margin-left: auto !important;
@@ -57,7 +57,7 @@
57
57
  }
58
58
 
59
59
  /* Small Monitor */
60
- @media only screen and (min-width: 992px) and (max-width: 1199.99px) {
60
+ @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
61
61
  .ui.container {
62
62
  width: 933px;
63
63
  margin-left: auto !important;
@@ -139,6 +139,12 @@
139
139
 
140
140
 
141
141
 
142
+ /*******************************
143
+ Theme Overrides
144
+ *******************************/
145
+
146
+
147
+
142
148
  /*******************************
143
149
  Site Overrides
144
150
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Divider
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Divider
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -114,7 +114,7 @@
114
114
  }
115
115
 
116
116
  /* Inside grid */
117
- @media only screen and (max-width: 767.99px) {
117
+ @media only screen and (max-width: 767.98px) {
118
118
  .ui.stackable.grid .ui.vertical.divider,
119
119
  .ui.grid .stackable.row .ui.vertical.divider {
120
120
  display: table;
@@ -165,6 +165,23 @@
165
165
  vertical-align: middle;
166
166
  }
167
167
 
168
+ /*--------------
169
+ Header
170
+ ---------------*/
171
+
172
+ .ui.horizontal.divider[class*="left aligned"]:before {
173
+ display: none;
174
+ }
175
+ .ui.horizontal.divider[class*="left aligned"]:after {
176
+ width: 100%;
177
+ }
178
+ .ui.horizontal.divider[class*="right aligned"]:before {
179
+ width: 100%;
180
+ }
181
+ .ui.horizontal.divider[class*="right aligned"]:after {
182
+ display: none;
183
+ }
184
+
168
185
 
169
186
  /*******************************
170
187
  Variations
@@ -253,6 +270,24 @@
253
270
  }
254
271
 
255
272
 
273
+ /*******************************
274
+ Theme Overrides
275
+ *******************************/
276
+
277
+ .ui.horizontal.divider:before,
278
+ .ui.horizontal.divider:after {
279
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
280
+ }
281
+ @media only screen and (max-width: 767px) {
282
+ .ui.stackable.grid .ui.vertical.divider:before,
283
+ .ui.grid .stackable.row .ui.vertical.divider:before,
284
+ .ui.stackable.grid .ui.vertical.divider:after,
285
+ .ui.grid .stackable.row .ui.vertical.divider:after {
286
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
287
+ }
288
+ }
289
+
290
+
256
291
  /*******************************
257
292
  Site Overrides
258
293
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Flag
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Flag
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -1029,6 +1029,999 @@ i.flag.zimbabwe:before {
1029
1029
  background-position: -108px -390px;
1030
1030
  }
1031
1031
 
1032
+ /* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
1033
+
1034
+
1035
+ /*******************************
1036
+ Theme Overrides
1037
+ *******************************/
1038
+
1039
+ i.flag.ad:before,
1040
+ i.flag.andorra:before {
1041
+ background-position: 0 0;
1042
+ }
1043
+ i.flag.ae:before,
1044
+ i.flag.united.arab.emirates:before,
1045
+ i.flag.uae:before {
1046
+ background-position: 0 -26px;
1047
+ }
1048
+ i.flag.af:before,
1049
+ i.flag.afghanistan:before {
1050
+ background-position: 0 -52px;
1051
+ }
1052
+ i.flag.ag:before,
1053
+ i.flag.antigua:before {
1054
+ background-position: 0 -78px;
1055
+ }
1056
+ i.flag.ai:before,
1057
+ i.flag.anguilla:before {
1058
+ background-position: 0 -104px;
1059
+ }
1060
+ i.flag.al:before,
1061
+ i.flag.albania:before {
1062
+ background-position: 0 -130px;
1063
+ }
1064
+ i.flag.am:before,
1065
+ i.flag.armenia:before {
1066
+ background-position: 0 -156px;
1067
+ }
1068
+ i.flag.an:before,
1069
+ i.flag.netherlands.antilles:before {
1070
+ background-position: 0 -182px;
1071
+ }
1072
+ i.flag.ao:before,
1073
+ i.flag.angola:before {
1074
+ background-position: 0 -208px;
1075
+ }
1076
+ i.flag.ar:before,
1077
+ i.flag.argentina:before {
1078
+ background-position: 0 -234px;
1079
+ }
1080
+ i.flag.as:before,
1081
+ i.flag.american.samoa:before {
1082
+ background-position: 0 -260px;
1083
+ }
1084
+ i.flag.at:before,
1085
+ i.flag.austria:before {
1086
+ background-position: 0 -286px;
1087
+ }
1088
+ i.flag.au:before,
1089
+ i.flag.australia:before {
1090
+ background-position: 0 -312px;
1091
+ }
1092
+ i.flag.aw:before,
1093
+ i.flag.aruba:before {
1094
+ background-position: 0 -338px;
1095
+ }
1096
+ i.flag.ax:before,
1097
+ i.flag.aland.islands:before {
1098
+ background-position: 0 -364px;
1099
+ }
1100
+ i.flag.az:before,
1101
+ i.flag.azerbaijan:before {
1102
+ background-position: 0 -390px;
1103
+ }
1104
+ i.flag.ba:before,
1105
+ i.flag.bosnia:before {
1106
+ background-position: 0 -416px;
1107
+ }
1108
+ i.flag.bb:before,
1109
+ i.flag.barbados:before {
1110
+ background-position: 0 -442px;
1111
+ }
1112
+ i.flag.bd:before,
1113
+ i.flag.bangladesh:before {
1114
+ background-position: 0 -468px;
1115
+ }
1116
+ i.flag.be:before,
1117
+ i.flag.belgium:before {
1118
+ background-position: 0 -494px;
1119
+ }
1120
+ i.flag.bf:before,
1121
+ i.flag.burkina.faso:before {
1122
+ background-position: 0 -520px;
1123
+ }
1124
+ i.flag.bg:before,
1125
+ i.flag.bulgaria:before {
1126
+ background-position: 0 -546px;
1127
+ }
1128
+ i.flag.bh:before,
1129
+ i.flag.bahrain:before {
1130
+ background-position: 0 -572px;
1131
+ }
1132
+ i.flag.bi:before,
1133
+ i.flag.burundi:before {
1134
+ background-position: 0 -598px;
1135
+ }
1136
+ i.flag.bj:before,
1137
+ i.flag.benin:before {
1138
+ background-position: 0 -624px;
1139
+ }
1140
+ i.flag.bm:before,
1141
+ i.flag.bermuda:before {
1142
+ background-position: 0 -650px;
1143
+ }
1144
+ i.flag.bn:before,
1145
+ i.flag.brunei:before {
1146
+ background-position: 0 -676px;
1147
+ }
1148
+ i.flag.bo:before,
1149
+ i.flag.bolivia:before {
1150
+ background-position: 0 -702px;
1151
+ }
1152
+ i.flag.br:before,
1153
+ i.flag.brazil:before {
1154
+ background-position: 0 -728px;
1155
+ }
1156
+ i.flag.bs:before,
1157
+ i.flag.bahamas:before {
1158
+ background-position: 0 -754px;
1159
+ }
1160
+ i.flag.bt:before,
1161
+ i.flag.bhutan:before {
1162
+ background-position: 0 -780px;
1163
+ }
1164
+ i.flag.bv:before,
1165
+ i.flag.bouvet.island:before {
1166
+ background-position: 0 -806px;
1167
+ }
1168
+ i.flag.bw:before,
1169
+ i.flag.botswana:before {
1170
+ background-position: 0 -832px;
1171
+ }
1172
+ i.flag.by:before,
1173
+ i.flag.belarus:before {
1174
+ background-position: 0 -858px;
1175
+ }
1176
+ i.flag.bz:before,
1177
+ i.flag.belize:before {
1178
+ background-position: 0 -884px;
1179
+ }
1180
+ i.flag.ca:before,
1181
+ i.flag.canada:before {
1182
+ background-position: 0 -910px;
1183
+ }
1184
+ i.flag.cc:before,
1185
+ i.flag.cocos.islands:before {
1186
+ background-position: 0 -962px;
1187
+ }
1188
+ i.flag.cd:before,
1189
+ i.flag.congo:before {
1190
+ background-position: 0 -988px;
1191
+ }
1192
+ i.flag.cf:before,
1193
+ i.flag.central.african.republic:before {
1194
+ background-position: 0 -1014px;
1195
+ }
1196
+ i.flag.cg:before,
1197
+ i.flag.congo.brazzaville:before {
1198
+ background-position: 0 -1040px;
1199
+ }
1200
+ i.flag.ch:before,
1201
+ i.flag.switzerland:before {
1202
+ background-position: 0 -1066px;
1203
+ }
1204
+ i.flag.ci:before,
1205
+ i.flag.cote.divoire:before {
1206
+ background-position: 0 -1092px;
1207
+ }
1208
+ i.flag.ck:before,
1209
+ i.flag.cook.islands:before {
1210
+ background-position: 0 -1118px;
1211
+ }
1212
+ i.flag.cl:before,
1213
+ i.flag.chile:before {
1214
+ background-position: 0 -1144px;
1215
+ }
1216
+ i.flag.cm:before,
1217
+ i.flag.cameroon:before {
1218
+ background-position: 0 -1170px;
1219
+ }
1220
+ i.flag.cn:before,
1221
+ i.flag.china:before {
1222
+ background-position: 0 -1196px;
1223
+ }
1224
+ i.flag.co:before,
1225
+ i.flag.colombia:before {
1226
+ background-position: 0 -1222px;
1227
+ }
1228
+ i.flag.cr:before,
1229
+ i.flag.costa.rica:before {
1230
+ background-position: 0 -1248px;
1231
+ }
1232
+ i.flag.cs:before,
1233
+ i.flag.serbia:before {
1234
+ background-position: 0 -1274px;
1235
+ }
1236
+ i.flag.cu:before,
1237
+ i.flag.cuba:before {
1238
+ background-position: 0 -1300px;
1239
+ }
1240
+ i.flag.cv:before,
1241
+ i.flag.cape.verde:before {
1242
+ background-position: 0 -1326px;
1243
+ }
1244
+ i.flag.cx:before,
1245
+ i.flag.christmas.island:before {
1246
+ background-position: 0 -1352px;
1247
+ }
1248
+ i.flag.cy:before,
1249
+ i.flag.cyprus:before {
1250
+ background-position: 0 -1378px;
1251
+ }
1252
+ i.flag.cz:before,
1253
+ i.flag.czech.republic:before {
1254
+ background-position: 0 -1404px;
1255
+ }
1256
+ i.flag.de:before,
1257
+ i.flag.germany:before {
1258
+ background-position: 0 -1430px;
1259
+ }
1260
+ i.flag.dj:before,
1261
+ i.flag.djibouti:before {
1262
+ background-position: 0 -1456px;
1263
+ }
1264
+ i.flag.dk:before,
1265
+ i.flag.denmark:before {
1266
+ background-position: 0 -1482px;
1267
+ }
1268
+ i.flag.dm:before,
1269
+ i.flag.dominica:before {
1270
+ background-position: 0 -1508px;
1271
+ }
1272
+ i.flag.do:before,
1273
+ i.flag.dominican.republic:before {
1274
+ background-position: 0 -1534px;
1275
+ }
1276
+ i.flag.dz:before,
1277
+ i.flag.algeria:before {
1278
+ background-position: 0 -1560px;
1279
+ }
1280
+ i.flag.ec:before,
1281
+ i.flag.ecuador:before {
1282
+ background-position: 0 -1586px;
1283
+ }
1284
+ i.flag.ee:before,
1285
+ i.flag.estonia:before {
1286
+ background-position: 0 -1612px;
1287
+ }
1288
+ i.flag.eg:before,
1289
+ i.flag.egypt:before {
1290
+ background-position: 0 -1638px;
1291
+ }
1292
+ i.flag.eh:before,
1293
+ i.flag.western.sahara:before {
1294
+ background-position: 0 -1664px;
1295
+ }
1296
+ i.flag.gb.eng:before,
1297
+ i.flag.england:before {
1298
+ background-position: 0 -1690px;
1299
+ }
1300
+ i.flag.er:before,
1301
+ i.flag.eritrea:before {
1302
+ background-position: 0 -1716px;
1303
+ }
1304
+ i.flag.es:before,
1305
+ i.flag.spain:before {
1306
+ background-position: 0 -1742px;
1307
+ }
1308
+ i.flag.et:before,
1309
+ i.flag.ethiopia:before {
1310
+ background-position: 0 -1768px;
1311
+ }
1312
+ i.flag.eu:before,
1313
+ i.flag.european.union:before {
1314
+ background-position: 0 -1794px;
1315
+ }
1316
+ i.flag.fi:before,
1317
+ i.flag.finland:before {
1318
+ background-position: 0 -1846px;
1319
+ }
1320
+ i.flag.fj:before,
1321
+ i.flag.fiji:before {
1322
+ background-position: 0 -1872px;
1323
+ }
1324
+ i.flag.fk:before,
1325
+ i.flag.falkland.islands:before {
1326
+ background-position: 0 -1898px;
1327
+ }
1328
+ i.flag.fm:before,
1329
+ i.flag.micronesia:before {
1330
+ background-position: 0 -1924px;
1331
+ }
1332
+ i.flag.fo:before,
1333
+ i.flag.faroe.islands:before {
1334
+ background-position: 0 -1950px;
1335
+ }
1336
+ i.flag.fr:before,
1337
+ i.flag.france:before {
1338
+ background-position: 0 -1976px;
1339
+ }
1340
+ i.flag.ga:before,
1341
+ i.flag.gabon:before {
1342
+ background-position: -36px 0;
1343
+ }
1344
+ i.flag.gb:before,
1345
+ i.flag.uk:before,
1346
+ i.flag.united.kingdom:before {
1347
+ background-position: -36px -26px;
1348
+ }
1349
+ i.flag.gd:before,
1350
+ i.flag.grenada:before {
1351
+ background-position: -36px -52px;
1352
+ }
1353
+ i.flag.ge:before,
1354
+ i.flag.georgia:before {
1355
+ background-position: -36px -78px;
1356
+ }
1357
+ i.flag.gf:before,
1358
+ i.flag.french.guiana:before {
1359
+ background-position: -36px -104px;
1360
+ }
1361
+ i.flag.gh:before,
1362
+ i.flag.ghana:before {
1363
+ background-position: -36px -130px;
1364
+ }
1365
+ i.flag.gi:before,
1366
+ i.flag.gibraltar:before {
1367
+ background-position: -36px -156px;
1368
+ }
1369
+ i.flag.gl:before,
1370
+ i.flag.greenland:before {
1371
+ background-position: -36px -182px;
1372
+ }
1373
+ i.flag.gm:before,
1374
+ i.flag.gambia:before {
1375
+ background-position: -36px -208px;
1376
+ }
1377
+ i.flag.gn:before,
1378
+ i.flag.guinea:before {
1379
+ background-position: -36px -234px;
1380
+ }
1381
+ i.flag.gp:before,
1382
+ i.flag.guadeloupe:before {
1383
+ background-position: -36px -260px;
1384
+ }
1385
+ i.flag.gq:before,
1386
+ i.flag.equatorial.guinea:before {
1387
+ background-position: -36px -286px;
1388
+ }
1389
+ i.flag.gr:before,
1390
+ i.flag.greece:before {
1391
+ background-position: -36px -312px;
1392
+ }
1393
+ i.flag.gs:before,
1394
+ i.flag.sandwich.islands:before {
1395
+ background-position: -36px -338px;
1396
+ }
1397
+ i.flag.gt:before,
1398
+ i.flag.guatemala:before {
1399
+ background-position: -36px -364px;
1400
+ }
1401
+ i.flag.gu:before,
1402
+ i.flag.guam:before {
1403
+ background-position: -36px -390px;
1404
+ }
1405
+ i.flag.gw:before,
1406
+ i.flag.guinea-bissau:before {
1407
+ background-position: -36px -416px;
1408
+ }
1409
+ i.flag.gy:before,
1410
+ i.flag.guyana:before {
1411
+ background-position: -36px -442px;
1412
+ }
1413
+ i.flag.hk:before,
1414
+ i.flag.hong.kong:before {
1415
+ background-position: -36px -468px;
1416
+ }
1417
+ i.flag.hm:before,
1418
+ i.flag.heard.island:before {
1419
+ background-position: -36px -494px;
1420
+ }
1421
+ i.flag.hn:before,
1422
+ i.flag.honduras:before {
1423
+ background-position: -36px -520px;
1424
+ }
1425
+ i.flag.hr:before,
1426
+ i.flag.croatia:before {
1427
+ background-position: -36px -546px;
1428
+ }
1429
+ i.flag.ht:before,
1430
+ i.flag.haiti:before {
1431
+ background-position: -36px -572px;
1432
+ }
1433
+ i.flag.hu:before,
1434
+ i.flag.hungary:before {
1435
+ background-position: -36px -598px;
1436
+ }
1437
+ i.flag.id:before,
1438
+ i.flag.indonesia:before {
1439
+ background-position: -36px -624px;
1440
+ }
1441
+ i.flag.ie:before,
1442
+ i.flag.ireland:before {
1443
+ background-position: -36px -650px;
1444
+ }
1445
+ i.flag.il:before,
1446
+ i.flag.israel:before {
1447
+ background-position: -36px -676px;
1448
+ }
1449
+ i.flag.in:before,
1450
+ i.flag.india:before {
1451
+ background-position: -36px -702px;
1452
+ }
1453
+ i.flag.io:before,
1454
+ i.flag.indian.ocean.territory:before {
1455
+ background-position: -36px -728px;
1456
+ }
1457
+ i.flag.iq:before,
1458
+ i.flag.iraq:before {
1459
+ background-position: -36px -754px;
1460
+ }
1461
+ i.flag.ir:before,
1462
+ i.flag.iran:before {
1463
+ background-position: -36px -780px;
1464
+ }
1465
+ i.flag.is:before,
1466
+ i.flag.iceland:before {
1467
+ background-position: -36px -806px;
1468
+ }
1469
+ i.flag.it:before,
1470
+ i.flag.italy:before {
1471
+ background-position: -36px -832px;
1472
+ }
1473
+ i.flag.jm:before,
1474
+ i.flag.jamaica:before {
1475
+ background-position: -36px -858px;
1476
+ }
1477
+ i.flag.jo:before,
1478
+ i.flag.jordan:before {
1479
+ background-position: -36px -884px;
1480
+ }
1481
+ i.flag.jp:before,
1482
+ i.flag.japan:before {
1483
+ background-position: -36px -910px;
1484
+ }
1485
+ i.flag.ke:before,
1486
+ i.flag.kenya:before {
1487
+ background-position: -36px -936px;
1488
+ }
1489
+ i.flag.kg:before,
1490
+ i.flag.kyrgyzstan:before {
1491
+ background-position: -36px -962px;
1492
+ }
1493
+ i.flag.kh:before,
1494
+ i.flag.cambodia:before {
1495
+ background-position: -36px -988px;
1496
+ }
1497
+ i.flag.ki:before,
1498
+ i.flag.kiribati:before {
1499
+ background-position: -36px -1014px;
1500
+ }
1501
+ i.flag.km:before,
1502
+ i.flag.comoros:before {
1503
+ background-position: -36px -1040px;
1504
+ }
1505
+ i.flag.kn:before,
1506
+ i.flag.saint.kitts.and.nevis:before {
1507
+ background-position: -36px -1066px;
1508
+ }
1509
+ i.flag.kp:before,
1510
+ i.flag.north.korea:before {
1511
+ background-position: -36px -1092px;
1512
+ }
1513
+ i.flag.kr:before,
1514
+ i.flag.south.korea:before {
1515
+ background-position: -36px -1118px;
1516
+ }
1517
+ i.flag.kw:before,
1518
+ i.flag.kuwait:before {
1519
+ background-position: -36px -1144px;
1520
+ }
1521
+ i.flag.ky:before,
1522
+ i.flag.cayman.islands:before {
1523
+ background-position: -36px -1170px;
1524
+ }
1525
+ i.flag.kz:before,
1526
+ i.flag.kazakhstan:before {
1527
+ background-position: -36px -1196px;
1528
+ }
1529
+ i.flag.la:before,
1530
+ i.flag.laos:before {
1531
+ background-position: -36px -1222px;
1532
+ }
1533
+ i.flag.lb:before,
1534
+ i.flag.lebanon:before {
1535
+ background-position: -36px -1248px;
1536
+ }
1537
+ i.flag.lc:before,
1538
+ i.flag.saint.lucia:before {
1539
+ background-position: -36px -1274px;
1540
+ }
1541
+ i.flag.li:before,
1542
+ i.flag.liechtenstein:before {
1543
+ background-position: -36px -1300px;
1544
+ }
1545
+ i.flag.lk:before,
1546
+ i.flag.sri.lanka:before {
1547
+ background-position: -36px -1326px;
1548
+ }
1549
+ i.flag.lr:before,
1550
+ i.flag.liberia:before {
1551
+ background-position: -36px -1352px;
1552
+ }
1553
+ i.flag.ls:before,
1554
+ i.flag.lesotho:before {
1555
+ background-position: -36px -1378px;
1556
+ }
1557
+ i.flag.lt:before,
1558
+ i.flag.lithuania:before {
1559
+ background-position: -36px -1404px;
1560
+ }
1561
+ i.flag.lu:before,
1562
+ i.flag.luxembourg:before {
1563
+ background-position: -36px -1430px;
1564
+ }
1565
+ i.flag.lv:before,
1566
+ i.flag.latvia:before {
1567
+ background-position: -36px -1456px;
1568
+ }
1569
+ i.flag.ly:before,
1570
+ i.flag.libya:before {
1571
+ background-position: -36px -1482px;
1572
+ }
1573
+ i.flag.ma:before,
1574
+ i.flag.morocco:before {
1575
+ background-position: -36px -1508px;
1576
+ }
1577
+ i.flag.mc:before,
1578
+ i.flag.monaco:before {
1579
+ background-position: -36px -1534px;
1580
+ }
1581
+ i.flag.md:before,
1582
+ i.flag.moldova:before {
1583
+ background-position: -36px -1560px;
1584
+ }
1585
+ i.flag.me:before,
1586
+ i.flag.montenegro:before {
1587
+ background-position: -36px -1586px;
1588
+ }
1589
+ i.flag.mg:before,
1590
+ i.flag.madagascar:before {
1591
+ background-position: -36px -1613px;
1592
+ }
1593
+ i.flag.mh:before,
1594
+ i.flag.marshall.islands:before {
1595
+ background-position: -36px -1639px;
1596
+ }
1597
+ i.flag.mk:before,
1598
+ i.flag.macedonia:before {
1599
+ background-position: -36px -1665px;
1600
+ }
1601
+ i.flag.ml:before,
1602
+ i.flag.mali:before {
1603
+ background-position: -36px -1691px;
1604
+ }
1605
+ i.flag.mm:before,
1606
+ i.flag.myanmar:before,
1607
+ i.flag.burma:before {
1608
+ background-position: -36px -1717px;
1609
+ }
1610
+ i.flag.mn:before,
1611
+ i.flag.mongolia:before {
1612
+ background-position: -36px -1743px;
1613
+ }
1614
+ i.flag.mo:before,
1615
+ i.flag.macau:before {
1616
+ background-position: -36px -1769px;
1617
+ }
1618
+ i.flag.mp:before,
1619
+ i.flag.northern.mariana.islands:before {
1620
+ background-position: -36px -1795px;
1621
+ }
1622
+ i.flag.mq:before,
1623
+ i.flag.martinique:before {
1624
+ background-position: -36px -1821px;
1625
+ }
1626
+ i.flag.mr:before,
1627
+ i.flag.mauritania:before {
1628
+ background-position: -36px -1847px;
1629
+ }
1630
+ i.flag.ms:before,
1631
+ i.flag.montserrat:before {
1632
+ background-position: -36px -1873px;
1633
+ }
1634
+ i.flag.mt:before,
1635
+ i.flag.malta:before {
1636
+ background-position: -36px -1899px;
1637
+ }
1638
+ i.flag.mu:before,
1639
+ i.flag.mauritius:before {
1640
+ background-position: -36px -1925px;
1641
+ }
1642
+ i.flag.mv:before,
1643
+ i.flag.maldives:before {
1644
+ background-position: -36px -1951px;
1645
+ }
1646
+ i.flag.mw:before,
1647
+ i.flag.malawi:before {
1648
+ background-position: -36px -1977px;
1649
+ }
1650
+ i.flag.mx:before,
1651
+ i.flag.mexico:before {
1652
+ background-position: -72px 0;
1653
+ }
1654
+ i.flag.my:before,
1655
+ i.flag.malaysia:before {
1656
+ background-position: -72px -26px;
1657
+ }
1658
+ i.flag.mz:before,
1659
+ i.flag.mozambique:before {
1660
+ background-position: -72px -52px;
1661
+ }
1662
+ i.flag.na:before,
1663
+ i.flag.namibia:before {
1664
+ background-position: -72px -78px;
1665
+ }
1666
+ i.flag.nc:before,
1667
+ i.flag.new.caledonia:before {
1668
+ background-position: -72px -104px;
1669
+ }
1670
+ i.flag.ne:before,
1671
+ i.flag.niger:before {
1672
+ background-position: -72px -130px;
1673
+ }
1674
+ i.flag.nf:before,
1675
+ i.flag.norfolk.island:before {
1676
+ background-position: -72px -156px;
1677
+ }
1678
+ i.flag.ng:before,
1679
+ i.flag.nigeria:before {
1680
+ background-position: -72px -182px;
1681
+ }
1682
+ i.flag.ni:before,
1683
+ i.flag.nicaragua:before {
1684
+ background-position: -72px -208px;
1685
+ }
1686
+ i.flag.nl:before,
1687
+ i.flag.netherlands:before {
1688
+ background-position: -72px -234px;
1689
+ }
1690
+ i.flag.no:before,
1691
+ i.flag.norway:before {
1692
+ background-position: -72px -260px;
1693
+ }
1694
+ i.flag.np:before,
1695
+ i.flag.nepal:before {
1696
+ background-position: -72px -286px;
1697
+ }
1698
+ i.flag.nr:before,
1699
+ i.flag.nauru:before {
1700
+ background-position: -72px -312px;
1701
+ }
1702
+ i.flag.nu:before,
1703
+ i.flag.niue:before {
1704
+ background-position: -72px -338px;
1705
+ }
1706
+ i.flag.nz:before,
1707
+ i.flag.new.zealand:before {
1708
+ background-position: -72px -364px;
1709
+ }
1710
+ i.flag.om:before,
1711
+ i.flag.oman:before {
1712
+ background-position: -72px -390px;
1713
+ }
1714
+ i.flag.pa:before,
1715
+ i.flag.panama:before {
1716
+ background-position: -72px -416px;
1717
+ }
1718
+ i.flag.pe:before,
1719
+ i.flag.peru:before {
1720
+ background-position: -72px -442px;
1721
+ }
1722
+ i.flag.pf:before,
1723
+ i.flag.french.polynesia:before {
1724
+ background-position: -72px -468px;
1725
+ }
1726
+ i.flag.pg:before,
1727
+ i.flag.new.guinea:before {
1728
+ background-position: -72px -494px;
1729
+ }
1730
+ i.flag.ph:before,
1731
+ i.flag.philippines:before {
1732
+ background-position: -72px -520px;
1733
+ }
1734
+ i.flag.pk:before,
1735
+ i.flag.pakistan:before {
1736
+ background-position: -72px -546px;
1737
+ }
1738
+ i.flag.pl:before,
1739
+ i.flag.poland:before {
1740
+ background-position: -72px -572px;
1741
+ }
1742
+ i.flag.pm:before,
1743
+ i.flag.saint.pierre:before {
1744
+ background-position: -72px -598px;
1745
+ }
1746
+ i.flag.pn:before,
1747
+ i.flag.pitcairn.islands:before {
1748
+ background-position: -72px -624px;
1749
+ }
1750
+ i.flag.pr:before,
1751
+ i.flag.puerto.rico:before {
1752
+ background-position: -72px -650px;
1753
+ }
1754
+ i.flag.ps:before,
1755
+ i.flag.palestine:before {
1756
+ background-position: -72px -676px;
1757
+ }
1758
+ i.flag.pt:before,
1759
+ i.flag.portugal:before {
1760
+ background-position: -72px -702px;
1761
+ }
1762
+ i.flag.pw:before,
1763
+ i.flag.palau:before {
1764
+ background-position: -72px -728px;
1765
+ }
1766
+ i.flag.py:before,
1767
+ i.flag.paraguay:before {
1768
+ background-position: -72px -754px;
1769
+ }
1770
+ i.flag.qa:before,
1771
+ i.flag.qatar:before {
1772
+ background-position: -72px -780px;
1773
+ }
1774
+ i.flag.re:before,
1775
+ i.flag.reunion:before {
1776
+ background-position: -72px -806px;
1777
+ }
1778
+ i.flag.ro:before,
1779
+ i.flag.romania:before {
1780
+ background-position: -72px -832px;
1781
+ }
1782
+ i.flag.rs:before,
1783
+ i.flag.serbia:before {
1784
+ background-position: -72px -858px;
1785
+ }
1786
+ i.flag.ru:before,
1787
+ i.flag.russia:before {
1788
+ background-position: -72px -884px;
1789
+ }
1790
+ i.flag.rw:before,
1791
+ i.flag.rwanda:before {
1792
+ background-position: -72px -910px;
1793
+ }
1794
+ i.flag.sa:before,
1795
+ i.flag.saudi.arabia:before {
1796
+ background-position: -72px -936px;
1797
+ }
1798
+ i.flag.sb:before,
1799
+ i.flag.solomon.islands:before {
1800
+ background-position: -72px -962px;
1801
+ }
1802
+ i.flag.sc:before,
1803
+ i.flag.seychelles:before {
1804
+ background-position: -72px -988px;
1805
+ }
1806
+ i.flag.gb.sct:before,
1807
+ i.flag.scotland:before {
1808
+ background-position: -72px -1014px;
1809
+ }
1810
+ i.flag.sd:before,
1811
+ i.flag.sudan:before {
1812
+ background-position: -72px -1040px;
1813
+ }
1814
+ i.flag.se:before,
1815
+ i.flag.sweden:before {
1816
+ background-position: -72px -1066px;
1817
+ }
1818
+ i.flag.sg:before,
1819
+ i.flag.singapore:before {
1820
+ background-position: -72px -1092px;
1821
+ }
1822
+ i.flag.sh:before,
1823
+ i.flag.saint.helena:before {
1824
+ background-position: -72px -1118px;
1825
+ }
1826
+ i.flag.si:before,
1827
+ i.flag.slovenia:before {
1828
+ background-position: -72px -1144px;
1829
+ }
1830
+ i.flag.sj:before,
1831
+ i.flag.svalbard:before,
1832
+ i.flag.jan.mayen:before {
1833
+ background-position: -72px -1170px;
1834
+ }
1835
+ i.flag.sk:before,
1836
+ i.flag.slovakia:before {
1837
+ background-position: -72px -1196px;
1838
+ }
1839
+ i.flag.sl:before,
1840
+ i.flag.sierra.leone:before {
1841
+ background-position: -72px -1222px;
1842
+ }
1843
+ i.flag.sm:before,
1844
+ i.flag.san.marino:before {
1845
+ background-position: -72px -1248px;
1846
+ }
1847
+ i.flag.sn:before,
1848
+ i.flag.senegal:before {
1849
+ background-position: -72px -1274px;
1850
+ }
1851
+ i.flag.so:before,
1852
+ i.flag.somalia:before {
1853
+ background-position: -72px -1300px;
1854
+ }
1855
+ i.flag.sr:before,
1856
+ i.flag.suriname:before {
1857
+ background-position: -72px -1326px;
1858
+ }
1859
+ i.flag.st:before,
1860
+ i.flag.sao.tome:before {
1861
+ background-position: -72px -1352px;
1862
+ }
1863
+ i.flag.sv:before,
1864
+ i.flag.el.salvador:before {
1865
+ background-position: -72px -1378px;
1866
+ }
1867
+ i.flag.sy:before,
1868
+ i.flag.syria:before {
1869
+ background-position: -72px -1404px;
1870
+ }
1871
+ i.flag.sz:before,
1872
+ i.flag.swaziland:before {
1873
+ background-position: -72px -1430px;
1874
+ }
1875
+ i.flag.tc:before,
1876
+ i.flag.caicos.islands:before {
1877
+ background-position: -72px -1456px;
1878
+ }
1879
+ i.flag.td:before,
1880
+ i.flag.chad:before {
1881
+ background-position: -72px -1482px;
1882
+ }
1883
+ i.flag.tf:before,
1884
+ i.flag.french.territories:before {
1885
+ background-position: -72px -1508px;
1886
+ }
1887
+ i.flag.tg:before,
1888
+ i.flag.togo:before {
1889
+ background-position: -72px -1534px;
1890
+ }
1891
+ i.flag.th:before,
1892
+ i.flag.thailand:before {
1893
+ background-position: -72px -1560px;
1894
+ }
1895
+ i.flag.tj:before,
1896
+ i.flag.tajikistan:before {
1897
+ background-position: -72px -1586px;
1898
+ }
1899
+ i.flag.tk:before,
1900
+ i.flag.tokelau:before {
1901
+ background-position: -72px -1612px;
1902
+ }
1903
+ i.flag.tl:before,
1904
+ i.flag.timorleste:before {
1905
+ background-position: -72px -1638px;
1906
+ }
1907
+ i.flag.tm:before,
1908
+ i.flag.turkmenistan:before {
1909
+ background-position: -72px -1664px;
1910
+ }
1911
+ i.flag.tn:before,
1912
+ i.flag.tunisia:before {
1913
+ background-position: -72px -1690px;
1914
+ }
1915
+ i.flag.to:before,
1916
+ i.flag.tonga:before {
1917
+ background-position: -72px -1716px;
1918
+ }
1919
+ i.flag.tr:before,
1920
+ i.flag.turkey:before {
1921
+ background-position: -72px -1742px;
1922
+ }
1923
+ i.flag.tt:before,
1924
+ i.flag.trinidad:before {
1925
+ background-position: -72px -1768px;
1926
+ }
1927
+ i.flag.tv:before,
1928
+ i.flag.tuvalu:before {
1929
+ background-position: -72px -1794px;
1930
+ }
1931
+ i.flag.tw:before,
1932
+ i.flag.taiwan:before {
1933
+ background-position: -72px -1820px;
1934
+ }
1935
+ i.flag.tz:before,
1936
+ i.flag.tanzania:before {
1937
+ background-position: -72px -1846px;
1938
+ }
1939
+ i.flag.ua:before,
1940
+ i.flag.ukraine:before {
1941
+ background-position: -72px -1872px;
1942
+ }
1943
+ i.flag.ug:before,
1944
+ i.flag.uganda:before {
1945
+ background-position: -72px -1898px;
1946
+ }
1947
+ i.flag.um:before,
1948
+ i.flag.us.minor.islands:before {
1949
+ background-position: -72px -1924px;
1950
+ }
1951
+ i.flag.us:before,
1952
+ i.flag.america:before,
1953
+ i.flag.united.states:before {
1954
+ background-position: -72px -1950px;
1955
+ }
1956
+ i.flag.uy:before,
1957
+ i.flag.uruguay:before {
1958
+ background-position: -72px -1976px;
1959
+ }
1960
+ i.flag.uz:before,
1961
+ i.flag.uzbekistan:before {
1962
+ background-position: -108px 0;
1963
+ }
1964
+ i.flag.va:before,
1965
+ i.flag.vatican.city:before {
1966
+ background-position: -108px -26px;
1967
+ }
1968
+ i.flag.vc:before,
1969
+ i.flag.saint.vincent:before {
1970
+ background-position: -108px -52px;
1971
+ }
1972
+ i.flag.ve:before,
1973
+ i.flag.venezuela:before {
1974
+ background-position: -108px -78px;
1975
+ }
1976
+ i.flag.vg:before,
1977
+ i.flag.british.virgin.islands:before {
1978
+ background-position: -108px -104px;
1979
+ }
1980
+ i.flag.vi:before,
1981
+ i.flag.us.virgin.islands:before {
1982
+ background-position: -108px -130px;
1983
+ }
1984
+ i.flag.vn:before,
1985
+ i.flag.vietnam:before {
1986
+ background-position: -108px -156px;
1987
+ }
1988
+ i.flag.vu:before,
1989
+ i.flag.vanuatu:before {
1990
+ background-position: -108px -182px;
1991
+ }
1992
+ i.flag.gb.wls:before,
1993
+ i.flag.wales:before {
1994
+ background-position: -108px -208px;
1995
+ }
1996
+ i.flag.wf:before,
1997
+ i.flag.wallis.and.futuna:before {
1998
+ background-position: -108px -234px;
1999
+ }
2000
+ i.flag.ws:before,
2001
+ i.flag.samoa:before {
2002
+ background-position: -108px -260px;
2003
+ }
2004
+ i.flag.ye:before,
2005
+ i.flag.yemen:before {
2006
+ background-position: -108px -286px;
2007
+ }
2008
+ i.flag.yt:before,
2009
+ i.flag.mayotte:before {
2010
+ background-position: -108px -312px;
2011
+ }
2012
+ i.flag.za:before,
2013
+ i.flag.south.africa:before {
2014
+ background-position: -108px -338px;
2015
+ }
2016
+ i.flag.zm:before,
2017
+ i.flag.zambia:before {
2018
+ background-position: -108px -364px;
2019
+ }
2020
+ i.flag.zw:before,
2021
+ i.flag.zimbabwe:before {
2022
+ background-position: -108px -390px;
2023
+ }
2024
+
1032
2025
 
1033
2026
  /*******************************
1034
2027
  Site Overrides