creative_tim 1.0.13 → 1.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/lib/creative_tim/version.rb +1 -1
  3. data/vendor/assets/javascripts/creative-tim/{awesome-landing-page.js → awesome_landing_page/awesome-landing-page.js} +0 -0
  4. data/vendor/assets/javascripts/creative-tim/{gaia.js → gaia/gaia.js} +0 -0
  5. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-checkbox-radio-switch.js +502 -0
  6. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-notify.js +404 -0
  7. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-select.js +438 -0
  8. data/vendor/assets/javascripts/creative-tim/light_dashboard/chartist.min.js +9 -0
  9. data/vendor/assets/javascripts/creative-tim/light_dashboard/demo.js +152 -0
  10. data/vendor/assets/javascripts/creative-tim/light_dashboard/light-bootstrap-dashboard.js +159 -0
  11. data/vendor/assets/javascripts/creative-tim/paper_dashboard/bootstrap-checkbox-radio.js +179 -179
  12. data/vendor/assets/javascripts/creative-tim/paper_kit/bootstrap-datepicker.js +492 -0
  13. data/vendor/assets/javascripts/creative-tim/paper_kit/bootstrap-select.js +438 -0
  14. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper-checkbox.js +109 -0
  15. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper-radio.js +140 -0
  16. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper.js +378 -0
  17. data/vendor/assets/javascripts/creative-tim/shit_done/custom.js +9 -0
  18. data/vendor/assets/javascripts/creative-tim/shit_done/get-shit-done.js +108 -0
  19. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-bootstrapswitch.js +249 -0
  20. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-checkbox.js +109 -0
  21. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-radio.js +140 -0
  22. data/vendor/assets/stylesheets/creative-tim/{awesome_landing → awesome_landing_page}/landing-page.css +41 -41
  23. data/vendor/assets/stylesheets/creative-tim/awesome_landing_page/pe-icon-7-stroke.css +632 -0
  24. data/vendor/assets/stylesheets/creative-tim/light_dashboard/animate.min.css +6 -0
  25. data/vendor/assets/stylesheets/creative-tim/light_dashboard/demo.css +61 -0
  26. data/vendor/assets/stylesheets/creative-tim/light_dashboard/light-bootstrap-dashboard.css +3393 -0
  27. data/vendor/assets/stylesheets/creative-tim/light_dashboard/pe-icon-7-stroke.css +632 -0
  28. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/paper-dashboard.css +2 -2
  29. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_alerts.scss +0 -23
  30. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_buttons.scss +7 -1
  31. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_carousel.scss +59 -0
  32. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_checkbox-radio.scss +10 -13
  33. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_collapse.scss +30 -0
  34. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_datepicker.scss +221 -0
  35. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_dropdown.scss +2 -0
  36. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_images.scss +28 -0
  37. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_inputs.scss +5 -38
  38. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_labels.scss +26 -0
  39. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_misc.scss +127 -0
  40. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_mixins.scss +1 -4
  41. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_modal.scss +54 -0
  42. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_navbars.scss +117 -13
  43. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_progress-bars.scss +27 -0
  44. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_responsive.scss +124 -218
  45. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_sections.scss +38 -0
  46. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_sliders.scss +222 -0
  47. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_tabs-navs-pagination.scss +353 -0
  48. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_tooltips-and-popovers.scss +171 -0
  49. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_typography.scss +7 -41
  50. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_variables.scss +55 -79
  51. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_buttons.scss +1 -0
  52. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_inputs.scss +0 -0
  53. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_labels.scss +0 -0
  54. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_navbars.scss +0 -0
  55. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_tabs.scss +0 -0
  56. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_transparency.scss +0 -0
  57. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_vendor-prefixes.scss +0 -12
  58. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper.css +3323 -0
  59. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper.scss +34 -0
  60. data/vendor/assets/stylesheets/creative-tim/paper_kit/demo.css +994 -0
  61. data/vendor/assets/stylesheets/creative-tim/paper_kit/examples.css +179 -0
  62. data/vendor/assets/stylesheets/creative-tim/paper_kit/examples.scss +150 -0
  63. data/vendor/assets/stylesheets/creative-tim/shit_done/demo.css +324 -0
  64. data/vendor/assets/stylesheets/creative-tim/shit_done/get-shit-done.css +7 -0
  65. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-base.css +1187 -0
  66. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-checkbox-radio-switch.css +257 -0
  67. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-sliders.css +220 -0
  68. metadata +64 -39
  69. data/vendor/assets/javascripts/creative-tim/paper_dashboard/bootstrap.min.js +0 -7
  70. data/vendor/assets/javascripts/creative-tim/paper_dashboard/jquery-1.10.2.js +0 -9789
  71. data/vendor/assets/stylesheets/creative-tim/awesome_landing/bootstrap.css +0 -6358
  72. data/vendor/assets/stylesheets/creative-tim/awesome_landing/fixes.scss +0 -39
  73. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/bootstrap.min.css +0 -5
  74. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/fixes.scss +0 -45
  75. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_cards.scss +0 -243
  76. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_chartist.scss +0 -230
  77. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_footers.scss +0 -43
  78. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_misc.scss +0 -69
  79. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_sidebar-and-main-panel.scss +0 -195
  80. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_tables.scss +0 -77
  81. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_cards.scss +0 -8
  82. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_chartist.scss +0 -104
  83. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_icons.scss +0 -13
  84. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_sidebar.scss +0 -42
  85. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper-dashboard.scss +0 -28
  86. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/themify-icons.css +0 -1081
@@ -0,0 +1,140 @@
1
+ /* =============================================================
2
+ * flatui-radio v0.0.3
3
+ * ============================================================ */
4
+
5
+ !function ($) {
6
+
7
+ /* RADIO PUBLIC CLASS DEFINITION
8
+ * ============================== */
9
+
10
+ var Radio = function (element, options) {
11
+ this.init(element, options);
12
+ }
13
+
14
+ Radio.prototype = {
15
+
16
+ constructor: Radio
17
+
18
+ , init: function (element, options) {
19
+ var $el = this.$element = $(element)
20
+
21
+ this.options = $.extend({}, $.fn.radio.defaults, options);
22
+ $el.before(this.options.template);
23
+ this.setState();
24
+ }
25
+
26
+ , setState: function () {
27
+ var $el = this.$element
28
+ , $parent = $el.closest('.radio');
29
+
30
+ $el.prop('disabled') && $parent.addClass('disabled');
31
+ $el.prop('checked') && $parent.addClass('checked');
32
+ }
33
+
34
+ , toggle: function () {
35
+ var d = 'disabled'
36
+ , ch = 'checked'
37
+ , $el = this.$element
38
+ , checked = $el.prop(ch)
39
+ , $parent = $el.closest('.radio')
40
+ , $parentWrap = $el.closest('form').length ? $el.closest('form') : $el.closest('body')
41
+ , $elemGroup = $parentWrap.find(':radio[name="' + $el.attr('name') + '"]')
42
+ , e = $.Event('toggle')
43
+
44
+ $elemGroup.not($el).each(function () {
45
+ var $el = $(this)
46
+ , $parent = $(this).closest('.radio');
47
+
48
+ if ($el.prop(d) == false) {
49
+ $parent.removeClass(ch) && $el.removeAttr(ch).trigger('change');
50
+ }
51
+ });
52
+
53
+ if ($el.prop(d) == false) {
54
+ if (checked == false) $parent.addClass(ch) && $el.prop(ch, true);
55
+ $el.trigger(e);
56
+
57
+ if (checked !== $el.prop(ch)) {
58
+ $el.trigger('change');
59
+ }
60
+ }
61
+ }
62
+
63
+ , setCheck: function (option) {
64
+ var ch = 'checked'
65
+ , $el = this.$element
66
+ , $parent = $el.closest('.radio')
67
+ , checkAction = option == 'check' ? true : false
68
+ , checked = $el.prop(ch)
69
+ , $parentWrap = $el.closest('form').length ? $el.closest('form') : $el.closest('body')
70
+ , $elemGroup = $parentWrap.find(':radio[name="' + $el['attr']('name') + '"]')
71
+ , e = $.Event(option)
72
+
73
+ $elemGroup.not($el).each(function () {
74
+ var $el = $(this)
75
+ , $parent = $(this).closest('.radio');
76
+
77
+ $parent.removeClass(ch) && $el.removeAttr(ch);
78
+ });
79
+
80
+ $parent[checkAction ? 'addClass' : 'removeClass'](ch) && checkAction ? $el.prop(ch, ch) : $el.removeAttr(ch);
81
+ $el.trigger(e);
82
+
83
+ if (checked !== $el.prop(ch)) {
84
+ $el.trigger('change');
85
+ }
86
+ }
87
+
88
+ }
89
+
90
+
91
+ /* RADIO PLUGIN DEFINITION
92
+ * ======================== */
93
+
94
+ var old = $.fn.radio
95
+
96
+ $.fn.radio = function (option) {
97
+ return this.each(function () {
98
+ var $this = $(this)
99
+ , data = $this.data('radio')
100
+ , options = $.extend({}, $.fn.radio.defaults, $this.data(), typeof option == 'object' && option);
101
+ if (!data) $this.data('radio', (data = new Radio(this, options)));
102
+ if (option == 'toggle') data.toggle()
103
+ if (option == 'check' || option == 'uncheck') data.setCheck(option)
104
+ else if (option) data.setState();
105
+ });
106
+ }
107
+
108
+ $.fn.radio.defaults = {
109
+ template: '<span class="icons"><span class="first-icon fa fa-circle-o"></span><span class="second-icon fa fa-dot-circle-o"></span></span>'
110
+ }
111
+
112
+
113
+ /* RADIO NO CONFLICT
114
+ * ================== */
115
+
116
+ $.fn.radio.noConflict = function () {
117
+ $.fn.radio = old;
118
+ return this;
119
+ }
120
+
121
+
122
+ /* RADIO DATA-API
123
+ * =============== */
124
+
125
+ $(document).on('click.radio.data-api', '[data-toggle^=radio], .radio', function (e) {
126
+ var $radio = $(e.target);
127
+ e && e.preventDefault() && e.stopPropagation();
128
+ if (!$radio.hasClass('radio')) $radio = $radio.closest('.radio');
129
+ $radio.find(':radio').radio('toggle');
130
+ });
131
+
132
+ $(function () {
133
+ $('[data-toggle="radio"]').each(function () {
134
+ var $radio = $(this);
135
+ $radio.radio();
136
+ });
137
+ });
138
+
139
+ }(window.jQuery);
140
+
@@ -905,62 +905,62 @@ a:focus, a:active {
905
905
  content: "";
906
906
  opacity: .7;
907
907
  }
908
- .filter-gradient.gray-layer:after{
908
+ .filter-gradient.gray:after{
909
909
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
910
910
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMjUyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTQzNDUiIHN0b3Atb3BhY2l0eT0iMC44NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
911
- background: -moz-linear-gradient(top, rgba(35,37,38,1) 0%, rgba(65,67,69,0.87) 100%) !important; /* FF3.6+ */
912
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,37,38,1)), color-stop(100%,rgba(65,67,69,0.87))) !important; /* Chrome,Safari4+ */
913
- background: -webkit-linear-gradient(top, rgba(35,37,38,1) 0%,rgba(65,67,69,0.87) 100%) !important; /* Chrome10+,Safari5.1+ */
914
- background: -o-linear-gradient(top, rgba(35,37,38,1) 0%,rgba(65,67,69,0.87) 100%) !important; /* Opera 11.10+ */
915
- background: -ms-linear-gradient(top, rgba(35,37,38,1) 0%,rgba(65,67,69,0.87) 100%) !important; /* IE10+ */
916
- background: linear-gradient(to bottom, rgba(35,37,38,1) 0%,rgba(65,67,69,0.87) 100%) !important; /* W3C */
917
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232526', endColorstr='#de414345',GradientType=0 ) !important; /* IE6-8 */
918
-
919
- }
920
- .filter-gradient.blue-layer:after{
921
- background: rgba(54, 151, 142, 0.8); /* Old browsers */
922
- background: -moz-radial-gradient(center, ellipse cover, #1e5799 0%, rgba(54, 151, 142, 0.8) 0%, #0C526C 100%, #3d7eaa 100%, #182848 100%, #6e48aa 100%, #6e48aa 100%) !important; /* FF3.6+ */
923
- background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#1e5799), color-stop(0%,rgba(54, 151, 142, 0.8) ), color-stop(100%,#0C526C), color-stop(100%,#3d7eaa), color-stop(100%,#182848), color-stop(100%,#6e48aa), color-stop(100%,#6e48aa)) !important; /* Chrome,Safari4+ */
924
- background: -webkit-radial-gradient(center, ellipse cover, #1e5799 0%,rgba(54, 151, 142, 0.8) 0%,#0C526C 100%,#3d7eaa 100%,#182848 100%,#6e48aa 100%,#6e48aa 100%) !important; /* Chrome10+,Safari5.1+ */
925
- background: -o-radial-gradient(center, ellipse cover, #1e5799 0%,rgba(54, 151, 142, 0.8) 0%,#0C526C 100%,#3d7eaa 100%,#182848 100%,#6e48aa 100%,#6e48aa 100%) !important; /* Opera 12+ */
926
- background: -ms-radial-gradient(center, ellipse cover, #1e5799 0%,rgba(54, 151, 142, 0.8) 0%,#0C526C 100%,#3d7eaa 100%,#182848 100%,#6e48aa 100%,#6e48aa 100%) !important; /* IE10+ */
911
+ background: -moz-linear-gradient(top, rgba(35,37,38,1) 0%, rgba(65,67,69,0.87) 100%); /* FF3.6+ */
912
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,37,38,1)), color-stop(100%,rgba(65,67,69,0.87))); /* Chrome,Safari4+ */
913
+ background: -webkit-linear-gradient(top, rgba(35,37,38,1) 0%,rgba(65,67,69,0.87) 100%); /* Chrome10+,Safari5.1+ */
914
+ background: -o-linear-gradient(top, rgba(35,37,38,1) 0%,rgba(65,67,69,0.87) 100%); /* Opera 11.10+ */
915
+ background: -ms-linear-gradient(top, rgba(35,37,38,1) 0%,rgba(65,67,69,0.87) 100%); /* IE10+ */
916
+ background: linear-gradient(to bottom, rgba(35,37,38,1) 0%,rgba(65,67,69,0.87) 100%); /* W3C */
917
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232526', endColorstr='#de414345',GradientType=0 ); /* IE6-8 */
918
+
919
+ }
920
+ .filter-gradient.blue:after{
921
+ background: rgba(54, 151, 142, 0.8) ; /* Old browsers */
922
+ background: -moz-radial-gradient(center, ellipse cover, #1e5799 0%, rgba(54, 151, 142, 0.8) 0%, #0C526C 100%, #3d7eaa 100%, #182848 100%, #6e48aa 100%, #6e48aa 100%); /* FF3.6+ */
923
+ background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#1e5799), color-stop(0%,rgba(54, 151, 142, 0.8) ), color-stop(100%,#0C526C), color-stop(100%,#3d7eaa), color-stop(100%,#182848), color-stop(100%,#6e48aa), color-stop(100%,#6e48aa)); /* Chrome,Safari4+ */
924
+ background: -webkit-radial-gradient(center, ellipse cover, #1e5799 0%,rgba(54, 151, 142, 0.8) 0%,#0C526C 100%,#3d7eaa 100%,#182848 100%,#6e48aa 100%,#6e48aa 100%); /* Chrome10+,Safari5.1+ */
925
+ background: -o-radial-gradient(center, ellipse cover, #1e5799 0%,rgba(54, 151, 142, 0.8) 0%,#0C526C 100%,#3d7eaa 100%,#182848 100%,#6e48aa 100%,#6e48aa 100%); /* Opera 12+ */
926
+ background: -ms-radial-gradient(center, ellipse cover, #1e5799 0%,rgba(54, 151, 142, 0.8) 0%,#0C526C 100%,#3d7eaa 100%,#182848 100%,#6e48aa 100%,#6e48aa 100%); /* IE10+ */
927
927
  background: radial-gradient(ellipse at center, #1e5799 0%,rgba(54, 151, 142, 0.8) 0%,#0C526C 100%,#3d7eaa 100%,#182848 100%,#6e48aa 100%,#6e48aa 100%); /* W3C */
928
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(54, 151, 142, 0.8) ', endColorstr='#6e48aa',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
928
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(54, 151, 142, 0.8) ', endColorstr='#6e48aa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
929
929
  }
930
- .filter-gradient.green-layer:after{
930
+ .filter-gradient.green:after{
931
931
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
932
932
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzQ4ZjUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU2YjRkMyIgc3RvcC1vcGFjaXR5PSIwLjg3Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
933
- background: -moz-linear-gradient(45deg, rgba(52,143,80,1) 0%, rgba(86, 211, 146, 0.75) 100%) !important; /* FF3.6+ */
934
- background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(52,143,80,1)), color-stop(100%,rgba(86, 211, 146, 0.75))) !important; /* Chrome,Safari4+ */
935
- background: -webkit-linear-gradient(45deg, rgba(52,143,80,1) 0%,rgba(86, 211, 146, 0.75) 100%) !important; /* Chrome10+,Safari5.1+ */
936
- background: -o-linear-gradient(45deg, rgba(52,143,80,1) 0%,rgba(86, 211, 146, 0.75) 100%) !important; /* Opera 11.10+ */
937
- background: -ms-linear-gradient(45deg, rgba(52,143,80,1) 0%,rgba(86, 211, 146, 0.75) 100%) !important; /* IE10+ */
938
- background: linear-gradient(45deg, rgba(52,143,80,1) 0%,rgba(86, 211, 146, 0.75) 100%) !important; /* W3C */
939
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#348f50', endColorstr='#de56b4d3',GradientType=1 ) !important; /* IE6-8 fallback on horizontal gradient */
933
+ background: -moz-linear-gradient(45deg, rgba(52,143,80,1) 0%, rgba(86, 211, 146, 0.75) 100%); /* FF3.6+ */
934
+ background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(52,143,80,1)), color-stop(100%,rgba(86, 211, 146, 0.75))); /* Chrome,Safari4+ */
935
+ background: -webkit-linear-gradient(45deg, rgba(52,143,80,1) 0%,rgba(86, 211, 146, 0.75) 100%); /* Chrome10+,Safari5.1+ */
936
+ background: -o-linear-gradient(45deg, rgba(52,143,80,1) 0%,rgba(86, 211, 146, 0.75) 100%); /* Opera 11.10+ */
937
+ background: -ms-linear-gradient(45deg, rgba(52,143,80,1) 0%,rgba(86, 211, 146, 0.75) 100%); /* IE10+ */
938
+ background: linear-gradient(45deg, rgba(52,143,80,1) 0%,rgba(86, 211, 146, 0.75) 100%); /* W3C */
939
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#348f50', endColorstr='#de56b4d3',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
940
940
 
941
941
  }
942
- .filter-gradient.orange-layer:after{
942
+ .filter-gradient.orange:after{
943
943
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
944
944
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTE3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDIyM2UiIHN0b3Atb3BhY2l0eT0iMC44NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
945
945
  background: -moz-linear-gradient(top, rgba(255,161,127,1) 0%, rgba(0,34,62,0.87) 100%); /* FF3.6+ */
946
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,161,127,1)), color-stop(100%,rgba(0,34,62,0.87))) !important; /* Chrome,Safari4+ */
947
- background: -webkit-linear-gradient(top, rgba(255,161,127,1) 0%,rgba(0,34,62,0.87) 100%) !important; /* Chrome10+,Safari5.1+ */
948
- background: -o-linear-gradient(top, rgba(255,161,127,1) 0%,rgba(0,34,62,0.87) 100%) !important; /* Opera 11.10+ */
949
- background: -ms-linear-gradient(top, rgba(255,161,127,1) 0%,rgba(0,34,62,0.87) 100%) !important; /* IE10+ */
950
- background: linear-gradient(to bottom, rgba(255,161,127,1) 0%,rgba(0,34,62,0.87) 100%) !important; /* W3C */
951
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa17f', endColorstr='#de00223e',GradientType=0 ) !important; /* IE6-8 */
946
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,161,127,1)), color-stop(100%,rgba(0,34,62,0.87))); /* Chrome,Safari4+ */
947
+ background: -webkit-linear-gradient(top, rgba(255,161,127,1) 0%,rgba(0,34,62,0.87) 100%); /* Chrome10+,Safari5.1+ */
948
+ background: -o-linear-gradient(top, rgba(255,161,127,1) 0%,rgba(0,34,62,0.87) 100%); /* Opera 11.10+ */
949
+ background: -ms-linear-gradient(top, rgba(255,161,127,1) 0%,rgba(0,34,62,0.87) 100%); /* IE10+ */
950
+ background: linear-gradient(to bottom, rgba(255,161,127,1) 0%,rgba(0,34,62,0.87) 100%); /* W3C */
951
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa17f', endColorstr='#de00223e',GradientType=0 ); /* IE6-8 */
952
952
 
953
953
  }
954
- .filter-gradient.red-layer:after{
954
+ .filter-gradient.red:after{
955
955
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
956
956
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiM4ZTAwMDkiIHN0b3Atb3BhY2l0eT0iMC44NyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTYxMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
957
- background: -moz-radial-gradient(center, ellipse cover, rgba(224, 23, 36, 0.7) 1%, rgba(86,17,17,1) 100%) !important; /* FF3.6+ */
958
- background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,rgba(224, 23, 36, 0.7) ), color-stop(100%,rgba(86,17,17,1))) !important; /* Chrome,Safari4+ */
959
- background: -webkit-radial-gradient(center, ellipse cover, rgba(224, 23, 36, 0.7) 1%,rgba(86,17,17,1) 100%) !important; /* Chrome10+,Safari5.1+ */
960
- background: -o-radial-gradient(center, ellipse cover, rgba(224, 23, 36, 0.7) 1%,rgba(86,17,17,1) 100%) !important; /* Opera 12+ */
961
- background: -ms-radial-gradient(center, ellipse cover, rgba(224, 23, 36, 0.7) 1%,rgba(86,17,17,1) 100%) !important; /* IE10+ */
962
- background: radial-gradient(ellipse at center, rgba(224, 23, 36, 0.7) 1%,rgba(86,17,17,1) 100%) !important; /* W3C */
963
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de8e0009', endColorstr='#561111',GradientType=1 ) !important; /* IE6-8 fallback on horizontal gradient */
957
+ background: -moz-radial-gradient(center, ellipse cover, rgba(224, 23, 36, 0.7) 1%, rgba(86,17,17,1) 100%); /* FF3.6+ */
958
+ background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,rgba(224, 23, 36, 0.7) ), color-stop(100%,rgba(86,17,17,1))); /* Chrome,Safari4+ */
959
+ background: -webkit-radial-gradient(center, ellipse cover, rgba(224, 23, 36, 0.7) 1%,rgba(86,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
960
+ background: -o-radial-gradient(center, ellipse cover, rgba(224, 23, 36, 0.7) 1%,rgba(86,17,17,1) 100%); /* Opera 12+ */
961
+ background: -ms-radial-gradient(center, ellipse cover, rgba(224, 23, 36, 0.7) 1%,rgba(86,17,17,1) 100%); /* IE10+ */
962
+ background: radial-gradient(ellipse at center, rgba(224, 23, 36, 0.7) 1%,rgba(86,17,17,1) 100%); /* W3C */
963
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de8e0009', endColorstr='#561111',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
964
964
 
965
965
  }
966
966
  .section-no-padding{
@@ -0,0 +1,632 @@
1
+ @font-face {
2
+ font-family: 'Pe-icon-7-stroke';
3
+ src:url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
4
+ src:url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
5
+ url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
6
+ url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
7
+ url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ [class^="pe-7s-"], [class*=" pe-7s-"] {
13
+ display: inline-block;
14
+ font-family: 'Pe-icon-7-stroke';
15
+ speak: none;
16
+ font-style: normal;
17
+ font-weight: normal;
18
+ font-variant: normal;
19
+ text-transform: none;
20
+ line-height: 1;
21
+
22
+ /* Better Font Rendering =========== */
23
+ -webkit-font-smoothing: antialiased;
24
+ -moz-osx-font-smoothing: grayscale;
25
+ }
26
+
27
+ .pe-7s-album:before {
28
+ content: "\e6aa";
29
+ }
30
+ .pe-7s-arc:before {
31
+ content: "\e6ab";
32
+ }
33
+ .pe-7s-back-2:before {
34
+ content: "\e6ac";
35
+ }
36
+ .pe-7s-bandaid:before {
37
+ content: "\e6ad";
38
+ }
39
+ .pe-7s-car:before {
40
+ content: "\e6ae";
41
+ }
42
+ .pe-7s-diamond:before {
43
+ content: "\e6af";
44
+ }
45
+ .pe-7s-door-lock:before {
46
+ content: "\e6b0";
47
+ }
48
+ .pe-7s-eyedropper:before {
49
+ content: "\e6b1";
50
+ }
51
+ .pe-7s-female:before {
52
+ content: "\e6b2";
53
+ }
54
+ .pe-7s-gym:before {
55
+ content: "\e6b3";
56
+ }
57
+ .pe-7s-hammer:before {
58
+ content: "\e6b4";
59
+ }
60
+ .pe-7s-headphones:before {
61
+ content: "\e6b5";
62
+ }
63
+ .pe-7s-helm:before {
64
+ content: "\e6b6";
65
+ }
66
+ .pe-7s-hourglass:before {
67
+ content: "\e6b7";
68
+ }
69
+ .pe-7s-leaf:before {
70
+ content: "\e6b8";
71
+ }
72
+ .pe-7s-magic-wand:before {
73
+ content: "\e6b9";
74
+ }
75
+ .pe-7s-male:before {
76
+ content: "\e6ba";
77
+ }
78
+ .pe-7s-map-2:before {
79
+ content: "\e6bb";
80
+ }
81
+ .pe-7s-next-2:before {
82
+ content: "\e6bc";
83
+ }
84
+ .pe-7s-paint-bucket:before {
85
+ content: "\e6bd";
86
+ }
87
+ .pe-7s-pendrive:before {
88
+ content: "\e6be";
89
+ }
90
+ .pe-7s-photo:before {
91
+ content: "\e6bf";
92
+ }
93
+ .pe-7s-piggy:before {
94
+ content: "\e6c0";
95
+ }
96
+ .pe-7s-plugin:before {
97
+ content: "\e6c1";
98
+ }
99
+ .pe-7s-refresh-2:before {
100
+ content: "\e6c2";
101
+ }
102
+ .pe-7s-rocket:before {
103
+ content: "\e6c3";
104
+ }
105
+ .pe-7s-settings:before {
106
+ content: "\e6c4";
107
+ }
108
+ .pe-7s-shield:before {
109
+ content: "\e6c5";
110
+ }
111
+ .pe-7s-smile:before {
112
+ content: "\e6c6";
113
+ }
114
+ .pe-7s-usb:before {
115
+ content: "\e6c7";
116
+ }
117
+ .pe-7s-vector:before {
118
+ content: "\e6c8";
119
+ }
120
+ .pe-7s-wine:before {
121
+ content: "\e6c9";
122
+ }
123
+ .pe-7s-cloud-upload:before {
124
+ content: "\e68a";
125
+ }
126
+ .pe-7s-cash:before {
127
+ content: "\e68c";
128
+ }
129
+ .pe-7s-close:before {
130
+ content: "\e680";
131
+ }
132
+ .pe-7s-bluetooth:before {
133
+ content: "\e68d";
134
+ }
135
+ .pe-7s-cloud-download:before {
136
+ content: "\e68b";
137
+ }
138
+ .pe-7s-way:before {
139
+ content: "\e68e";
140
+ }
141
+ .pe-7s-close-circle:before {
142
+ content: "\e681";
143
+ }
144
+ .pe-7s-id:before {
145
+ content: "\e68f";
146
+ }
147
+ .pe-7s-angle-up:before {
148
+ content: "\e682";
149
+ }
150
+ .pe-7s-wristwatch:before {
151
+ content: "\e690";
152
+ }
153
+ .pe-7s-angle-up-circle:before {
154
+ content: "\e683";
155
+ }
156
+ .pe-7s-world:before {
157
+ content: "\e691";
158
+ }
159
+ .pe-7s-angle-right:before {
160
+ content: "\e684";
161
+ }
162
+ .pe-7s-volume:before {
163
+ content: "\e692";
164
+ }
165
+ .pe-7s-angle-right-circle:before {
166
+ content: "\e685";
167
+ }
168
+ .pe-7s-users:before {
169
+ content: "\e693";
170
+ }
171
+ .pe-7s-angle-left:before {
172
+ content: "\e686";
173
+ }
174
+ .pe-7s-user-female:before {
175
+ content: "\e694";
176
+ }
177
+ .pe-7s-angle-left-circle:before {
178
+ content: "\e687";
179
+ }
180
+ .pe-7s-up-arrow:before {
181
+ content: "\e695";
182
+ }
183
+ .pe-7s-angle-down:before {
184
+ content: "\e688";
185
+ }
186
+ .pe-7s-switch:before {
187
+ content: "\e696";
188
+ }
189
+ .pe-7s-angle-down-circle:before {
190
+ content: "\e689";
191
+ }
192
+ .pe-7s-scissors:before {
193
+ content: "\e697";
194
+ }
195
+ .pe-7s-wallet:before {
196
+ content: "\e600";
197
+ }
198
+ .pe-7s-safe:before {
199
+ content: "\e698";
200
+ }
201
+ .pe-7s-volume2:before {
202
+ content: "\e601";
203
+ }
204
+ .pe-7s-volume1:before {
205
+ content: "\e602";
206
+ }
207
+ .pe-7s-voicemail:before {
208
+ content: "\e603";
209
+ }
210
+ .pe-7s-video:before {
211
+ content: "\e604";
212
+ }
213
+ .pe-7s-user:before {
214
+ content: "\e605";
215
+ }
216
+ .pe-7s-upload:before {
217
+ content: "\e606";
218
+ }
219
+ .pe-7s-unlock:before {
220
+ content: "\e607";
221
+ }
222
+ .pe-7s-umbrella:before {
223
+ content: "\e608";
224
+ }
225
+ .pe-7s-trash:before {
226
+ content: "\e609";
227
+ }
228
+ .pe-7s-tools:before {
229
+ content: "\e60a";
230
+ }
231
+ .pe-7s-timer:before {
232
+ content: "\e60b";
233
+ }
234
+ .pe-7s-ticket:before {
235
+ content: "\e60c";
236
+ }
237
+ .pe-7s-target:before {
238
+ content: "\e60d";
239
+ }
240
+ .pe-7s-sun:before {
241
+ content: "\e60e";
242
+ }
243
+ .pe-7s-study:before {
244
+ content: "\e60f";
245
+ }
246
+ .pe-7s-stopwatch:before {
247
+ content: "\e610";
248
+ }
249
+ .pe-7s-star:before {
250
+ content: "\e611";
251
+ }
252
+ .pe-7s-speaker:before {
253
+ content: "\e612";
254
+ }
255
+ .pe-7s-signal:before {
256
+ content: "\e613";
257
+ }
258
+ .pe-7s-shuffle:before {
259
+ content: "\e614";
260
+ }
261
+ .pe-7s-shopbag:before {
262
+ content: "\e615";
263
+ }
264
+ .pe-7s-share:before {
265
+ content: "\e616";
266
+ }
267
+ .pe-7s-server:before {
268
+ content: "\e617";
269
+ }
270
+ .pe-7s-search:before {
271
+ content: "\e618";
272
+ }
273
+ .pe-7s-film:before {
274
+ content: "\e6a5";
275
+ }
276
+ .pe-7s-science:before {
277
+ content: "\e619";
278
+ }
279
+ .pe-7s-disk:before {
280
+ content: "\e6a6";
281
+ }
282
+ .pe-7s-ribbon:before {
283
+ content: "\e61a";
284
+ }
285
+ .pe-7s-repeat:before {
286
+ content: "\e61b";
287
+ }
288
+ .pe-7s-refresh:before {
289
+ content: "\e61c";
290
+ }
291
+ .pe-7s-add-user:before {
292
+ content: "\e6a9";
293
+ }
294
+ .pe-7s-refresh-cloud:before {
295
+ content: "\e61d";
296
+ }
297
+ .pe-7s-paperclip:before {
298
+ content: "\e69c";
299
+ }
300
+ .pe-7s-radio:before {
301
+ content: "\e61e";
302
+ }
303
+ .pe-7s-note2:before {
304
+ content: "\e69d";
305
+ }
306
+ .pe-7s-print:before {
307
+ content: "\e61f";
308
+ }
309
+ .pe-7s-network:before {
310
+ content: "\e69e";
311
+ }
312
+ .pe-7s-prev:before {
313
+ content: "\e620";
314
+ }
315
+ .pe-7s-mute:before {
316
+ content: "\e69f";
317
+ }
318
+ .pe-7s-power:before {
319
+ content: "\e621";
320
+ }
321
+ .pe-7s-medal:before {
322
+ content: "\e6a0";
323
+ }
324
+ .pe-7s-portfolio:before {
325
+ content: "\e622";
326
+ }
327
+ .pe-7s-like2:before {
328
+ content: "\e6a1";
329
+ }
330
+ .pe-7s-plus:before {
331
+ content: "\e623";
332
+ }
333
+ .pe-7s-left-arrow:before {
334
+ content: "\e6a2";
335
+ }
336
+ .pe-7s-play:before {
337
+ content: "\e624";
338
+ }
339
+ .pe-7s-key:before {
340
+ content: "\e6a3";
341
+ }
342
+ .pe-7s-plane:before {
343
+ content: "\e625";
344
+ }
345
+ .pe-7s-joy:before {
346
+ content: "\e6a4";
347
+ }
348
+ .pe-7s-photo-gallery:before {
349
+ content: "\e626";
350
+ }
351
+ .pe-7s-pin:before {
352
+ content: "\e69b";
353
+ }
354
+ .pe-7s-phone:before {
355
+ content: "\e627";
356
+ }
357
+ .pe-7s-plug:before {
358
+ content: "\e69a";
359
+ }
360
+ .pe-7s-pen:before {
361
+ content: "\e628";
362
+ }
363
+ .pe-7s-right-arrow:before {
364
+ content: "\e699";
365
+ }
366
+ .pe-7s-paper-plane:before {
367
+ content: "\e629";
368
+ }
369
+ .pe-7s-delete-user:before {
370
+ content: "\e6a7";
371
+ }
372
+ .pe-7s-paint:before {
373
+ content: "\e62a";
374
+ }
375
+ .pe-7s-bottom-arrow:before {
376
+ content: "\e6a8";
377
+ }
378
+ .pe-7s-notebook:before {
379
+ content: "\e62b";
380
+ }
381
+ .pe-7s-note:before {
382
+ content: "\e62c";
383
+ }
384
+ .pe-7s-next:before {
385
+ content: "\e62d";
386
+ }
387
+ .pe-7s-news-paper:before {
388
+ content: "\e62e";
389
+ }
390
+ .pe-7s-musiclist:before {
391
+ content: "\e62f";
392
+ }
393
+ .pe-7s-music:before {
394
+ content: "\e630";
395
+ }
396
+ .pe-7s-mouse:before {
397
+ content: "\e631";
398
+ }
399
+ .pe-7s-more:before {
400
+ content: "\e632";
401
+ }
402
+ .pe-7s-moon:before {
403
+ content: "\e633";
404
+ }
405
+ .pe-7s-monitor:before {
406
+ content: "\e634";
407
+ }
408
+ .pe-7s-micro:before {
409
+ content: "\e635";
410
+ }
411
+ .pe-7s-menu:before {
412
+ content: "\e636";
413
+ }
414
+ .pe-7s-map:before {
415
+ content: "\e637";
416
+ }
417
+ .pe-7s-map-marker:before {
418
+ content: "\e638";
419
+ }
420
+ .pe-7s-mail:before {
421
+ content: "\e639";
422
+ }
423
+ .pe-7s-mail-open:before {
424
+ content: "\e63a";
425
+ }
426
+ .pe-7s-mail-open-file:before {
427
+ content: "\e63b";
428
+ }
429
+ .pe-7s-magnet:before {
430
+ content: "\e63c";
431
+ }
432
+ .pe-7s-loop:before {
433
+ content: "\e63d";
434
+ }
435
+ .pe-7s-look:before {
436
+ content: "\e63e";
437
+ }
438
+ .pe-7s-lock:before {
439
+ content: "\e63f";
440
+ }
441
+ .pe-7s-lintern:before {
442
+ content: "\e640";
443
+ }
444
+ .pe-7s-link:before {
445
+ content: "\e641";
446
+ }
447
+ .pe-7s-like:before {
448
+ content: "\e642";
449
+ }
450
+ .pe-7s-light:before {
451
+ content: "\e643";
452
+ }
453
+ .pe-7s-less:before {
454
+ content: "\e644";
455
+ }
456
+ .pe-7s-keypad:before {
457
+ content: "\e645";
458
+ }
459
+ .pe-7s-junk:before {
460
+ content: "\e646";
461
+ }
462
+ .pe-7s-info:before {
463
+ content: "\e647";
464
+ }
465
+ .pe-7s-home:before {
466
+ content: "\e648";
467
+ }
468
+ .pe-7s-help2:before {
469
+ content: "\e649";
470
+ }
471
+ .pe-7s-help1:before {
472
+ content: "\e64a";
473
+ }
474
+ .pe-7s-graph3:before {
475
+ content: "\e64b";
476
+ }
477
+ .pe-7s-graph2:before {
478
+ content: "\e64c";
479
+ }
480
+ .pe-7s-graph1:before {
481
+ content: "\e64d";
482
+ }
483
+ .pe-7s-graph:before {
484
+ content: "\e64e";
485
+ }
486
+ .pe-7s-global:before {
487
+ content: "\e64f";
488
+ }
489
+ .pe-7s-gleam:before {
490
+ content: "\e650";
491
+ }
492
+ .pe-7s-glasses:before {
493
+ content: "\e651";
494
+ }
495
+ .pe-7s-gift:before {
496
+ content: "\e652";
497
+ }
498
+ .pe-7s-folder:before {
499
+ content: "\e653";
500
+ }
501
+ .pe-7s-flag:before {
502
+ content: "\e654";
503
+ }
504
+ .pe-7s-filter:before {
505
+ content: "\e655";
506
+ }
507
+ .pe-7s-file:before {
508
+ content: "\e656";
509
+ }
510
+ .pe-7s-expand1:before {
511
+ content: "\e657";
512
+ }
513
+ .pe-7s-exapnd2:before {
514
+ content: "\e658";
515
+ }
516
+ .pe-7s-edit:before {
517
+ content: "\e659";
518
+ }
519
+ .pe-7s-drop:before {
520
+ content: "\e65a";
521
+ }
522
+ .pe-7s-drawer:before {
523
+ content: "\e65b";
524
+ }
525
+ .pe-7s-download:before {
526
+ content: "\e65c";
527
+ }
528
+ .pe-7s-display2:before {
529
+ content: "\e65d";
530
+ }
531
+ .pe-7s-display1:before {
532
+ content: "\e65e";
533
+ }
534
+ .pe-7s-diskette:before {
535
+ content: "\e65f";
536
+ }
537
+ .pe-7s-date:before {
538
+ content: "\e660";
539
+ }
540
+ .pe-7s-cup:before {
541
+ content: "\e661";
542
+ }
543
+ .pe-7s-culture:before {
544
+ content: "\e662";
545
+ }
546
+ .pe-7s-crop:before {
547
+ content: "\e663";
548
+ }
549
+ .pe-7s-credit:before {
550
+ content: "\e664";
551
+ }
552
+ .pe-7s-copy-file:before {
553
+ content: "\e665";
554
+ }
555
+ .pe-7s-config:before {
556
+ content: "\e666";
557
+ }
558
+ .pe-7s-compass:before {
559
+ content: "\e667";
560
+ }
561
+ .pe-7s-comment:before {
562
+ content: "\e668";
563
+ }
564
+ .pe-7s-coffee:before {
565
+ content: "\e669";
566
+ }
567
+ .pe-7s-cloud:before {
568
+ content: "\e66a";
569
+ }
570
+ .pe-7s-clock:before {
571
+ content: "\e66b";
572
+ }
573
+ .pe-7s-check:before {
574
+ content: "\e66c";
575
+ }
576
+ .pe-7s-chat:before {
577
+ content: "\e66d";
578
+ }
579
+ .pe-7s-cart:before {
580
+ content: "\e66e";
581
+ }
582
+ .pe-7s-camera:before {
583
+ content: "\e66f";
584
+ }
585
+ .pe-7s-call:before {
586
+ content: "\e670";
587
+ }
588
+ .pe-7s-calculator:before {
589
+ content: "\e671";
590
+ }
591
+ .pe-7s-browser:before {
592
+ content: "\e672";
593
+ }
594
+ .pe-7s-box2:before {
595
+ content: "\e673";
596
+ }
597
+ .pe-7s-box1:before {
598
+ content: "\e674";
599
+ }
600
+ .pe-7s-bookmarks:before {
601
+ content: "\e675";
602
+ }
603
+ .pe-7s-bicycle:before {
604
+ content: "\e676";
605
+ }
606
+ .pe-7s-bell:before {
607
+ content: "\e677";
608
+ }
609
+ .pe-7s-battery:before {
610
+ content: "\e678";
611
+ }
612
+ .pe-7s-ball:before {
613
+ content: "\e679";
614
+ }
615
+ .pe-7s-back:before {
616
+ content: "\e67a";
617
+ }
618
+ .pe-7s-attention:before {
619
+ content: "\e67b";
620
+ }
621
+ .pe-7s-anchor:before {
622
+ content: "\e67c";
623
+ }
624
+ .pe-7s-albums:before {
625
+ content: "\e67d";
626
+ }
627
+ .pe-7s-alarm:before {
628
+ content: "\e67e";
629
+ }
630
+ .pe-7s-airplay:before {
631
+ content: "\e67f";
632
+ }