Slider by WD – Responsive Slider - Version 1.2.45

Version Description

  • Fixed: Default font for layers.
Download this release

Release Info

Developer 10web
Plugin Icon 128x128 Slider by WD – Responsive Slider
Version 1.2.45
Comparing to
See all releases

Code changes from version 1.2.44 to 1.2.45

Files changed (20) hide show
  1. admin/views/Sliders.php +4 -4
  2. css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_animated.scssc +0 -0
  3. css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_bordered-pulled.scssc +0 -0
  4. css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_core.scssc +0 -0
  5. css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_fixed-width.scssc +0 -0
  6. css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_icons.scssc +0 -0
  7. css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_larger.scssc +0 -0
  8. css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_list.scssc +0 -0
  9. css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_mixins.scssc +0 -0
  10. css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_path.scssc +0 -0
  11. css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_rotated-flipped.scssc +0 -0
  12. css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_screen-reader.scssc +0 -0
  13. css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_stacked.scssc +0 -0
  14. css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_variables.scssc +0 -0
  15. css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/font-awesome.scssc +0 -0
  16. css/font-awesome/scss/font-awesome.css +2188 -0
  17. css/font-awesome/scss/font-awesome.css.map +7 -0
  18. css/wds_frontend.css +1 -0
  19. readme.txt +4 -1
  20. slider-wd.php +3 -3
admin/views/Sliders.php CHANGED
@@ -2772,7 +2772,7 @@ class SlidersView_wds extends AdminView_wds {
2772
  $free_layer_effects = array('none', 'bounce', 'tada', 'bounceInDown', 'bounceOutUp', 'fadeInLeft', 'fadeOutRight');
2773
  $id = ( $id == "" ) ? '%%slideID%%' : $id;
2774
  $prefix = (isset($prefix) && $prefix != "") ? $prefix : 'slide'.$id.'_layerpr_%%LayerId%%';
2775
- if( $layer == "" ) {
2776
  $new_layer = array(
2777
  'text' => 'Sample Text',
2778
  'static_layer' => '0',
@@ -2788,7 +2788,7 @@ class SlidersView_wds extends AdminView_wds {
2788
  'left' => '0',
2789
  'top' => '0',
2790
  //'text_position' => '0',
2791
- 'google_fonts' => $google_fonts,
2792
  'ffamily' => $font_families,
2793
  'fweight' => $default_global_options->default_layer_fweight,
2794
  'link' => '',
@@ -3647,7 +3647,7 @@ class SlidersView_wds extends AdminView_wds {
3647
  $free_layer_effects = array('none', 'bounce', 'tada', 'bounceInDown', 'bounceOutUp', 'fadeInLeft', 'fadeOutRight');
3648
  $id = ( $id == "" ) ? '%%slideID%%' : $id;
3649
  $prefix = (isset($prefix) && $prefix != "") ? $prefix : 'slide'.$id.'_layerpr_%%LayerId%%';
3650
- if( $layer == "" ) {
3651
  $new_layer = array(
3652
  'text' => 'Sample Text',
3653
  'static_layer' => '0',
@@ -3658,7 +3658,7 @@ class SlidersView_wds extends AdminView_wds {
3658
  'min_size' => '11',
3659
  'left' => 20,
3660
  'top' => 20,
3661
- 'google_fonts' => $google_fonts,
3662
  'ffamily' => $font_families,
3663
  'fweight' => $default_global_options->default_layer_fweight,
3664
  'link' => '',
2772
  $free_layer_effects = array('none', 'bounce', 'tada', 'bounceInDown', 'bounceOutUp', 'fadeInLeft', 'fadeOutRight');
2773
  $id = ( $id == "" ) ? '%%slideID%%' : $id;
2774
  $prefix = (isset($prefix) && $prefix != "") ? $prefix : 'slide'.$id.'_layerpr_%%LayerId%%';
2775
+ if( $layer === FALSE ) {
2776
  $new_layer = array(
2777
  'text' => 'Sample Text',
2778
  'static_layer' => '0',
2788
  'left' => '0',
2789
  'top' => '0',
2790
  //'text_position' => '0',
2791
+ 'google_fonts' => $default_global_options->default_layer_google_fonts,
2792
  'ffamily' => $font_families,
2793
  'fweight' => $default_global_options->default_layer_fweight,
2794
  'link' => '',
3647
  $free_layer_effects = array('none', 'bounce', 'tada', 'bounceInDown', 'bounceOutUp', 'fadeInLeft', 'fadeOutRight');
3648
  $id = ( $id == "" ) ? '%%slideID%%' : $id;
3649
  $prefix = (isset($prefix) && $prefix != "") ? $prefix : 'slide'.$id.'_layerpr_%%LayerId%%';
3650
+ if( $layer === FALSE ) {
3651
  $new_layer = array(
3652
  'text' => 'Sample Text',
3653
  'static_layer' => '0',
3658
  'min_size' => '11',
3659
  'left' => 20,
3660
  'top' => 20,
3661
+ 'google_fonts' => $default_global_options->default_layer_google_fonts,
3662
  'ffamily' => $font_families,
3663
  'fweight' => $default_global_options->default_layer_fweight,
3664
  'link' => '',
css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_animated.scssc ADDED
Binary file
css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_bordered-pulled.scssc ADDED
Binary file
css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_core.scssc ADDED
Binary file
css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_fixed-width.scssc ADDED
Binary file
css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_icons.scssc ADDED
Binary file
css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_larger.scssc ADDED
Binary file
css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_list.scssc ADDED
Binary file
css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_mixins.scssc ADDED
Binary file
css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_path.scssc ADDED
Binary file
css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_rotated-flipped.scssc ADDED
Binary file
css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_screen-reader.scssc ADDED
Binary file
css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_stacked.scssc ADDED
Binary file
css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/_variables.scssc ADDED
Binary file
css/font-awesome/scss/.sass-cache/2d0b5f428deeb5ebf9098134c295a6a325946e61/font-awesome.scssc ADDED
Binary file
css/font-awesome/scss/font-awesome.css ADDED
@@ -0,0 +1,2188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @charset "UTF-8";
2
+ /*!
3
+ * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
4
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
5
+ */
6
+ /* FONT PATH
7
+ * -------------------------- */
8
+ @font-face {
9
+ font-family: 'FontAwesome';
10
+ src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
11
+ src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
12
+ font-weight: normal;
13
+ font-style: normal; }
14
+ .fa {
15
+ display: inline-block;
16
+ font: normal normal normal 14px/1 FontAwesome;
17
+ font-size: inherit;
18
+ text-rendering: auto;
19
+ -webkit-font-smoothing: antialiased;
20
+ -moz-osx-font-smoothing: grayscale; }
21
+
22
+ /* makes the font 33% larger relative to the icon container */
23
+ .fa-lg {
24
+ font-size: 1.3333333333em;
25
+ line-height: 0.75em;
26
+ vertical-align: -15%; }
27
+
28
+ .fa-2x {
29
+ font-size: 2em; }
30
+
31
+ .fa-3x {
32
+ font-size: 3em; }
33
+
34
+ .fa-4x {
35
+ font-size: 4em; }
36
+
37
+ .fa-5x {
38
+ font-size: 5em; }
39
+
40
+ .fa-fw {
41
+ width: 1.2857142857em;
42
+ text-align: center; }
43
+
44
+ .fa-ul {
45
+ padding-left: 0;
46
+ margin-left: 2.1428571429em;
47
+ list-style-type: none; }
48
+ .fa-ul > li {
49
+ position: relative; }
50
+
51
+ .fa-li {
52
+ position: absolute;
53
+ left: -2.1428571429em;
54
+ width: 2.1428571429em;
55
+ top: 0.1428571429em;
56
+ text-align: center; }
57
+ .fa-li.fa-lg {
58
+ left: -1.8571428571em; }
59
+
60
+ .fa-border {
61
+ padding: .2em .25em .15em;
62
+ border: solid 0.08em #eee;
63
+ border-radius: .1em; }
64
+
65
+ .fa-pull-left {
66
+ float: left; }
67
+
68
+ .fa-pull-right {
69
+ float: right; }
70
+
71
+ .fa.fa-pull-left {
72
+ margin-right: .3em; }
73
+ .fa.fa-pull-right {
74
+ margin-left: .3em; }
75
+
76
+ /* Deprecated as of 4.4.0 */
77
+ .pull-right {
78
+ float: right; }
79
+
80
+ .pull-left {
81
+ float: left; }
82
+
83
+ .fa.pull-left {
84
+ margin-right: .3em; }
85
+ .fa.pull-right {
86
+ margin-left: .3em; }
87
+
88
+ .fa-spin {
89
+ -webkit-animation: fa-spin 2s infinite linear;
90
+ animation: fa-spin 2s infinite linear; }
91
+
92
+ .fa-pulse {
93
+ -webkit-animation: fa-spin 1s infinite steps(8);
94
+ animation: fa-spin 1s infinite steps(8); }
95
+
96
+ @-webkit-keyframes fa-spin {
97
+ 0% {
98
+ -webkit-transform: rotate(0deg);
99
+ transform: rotate(0deg); }
100
+ 100% {
101
+ -webkit-transform: rotate(359deg);
102
+ transform: rotate(359deg); } }
103
+ @keyframes fa-spin {
104
+ 0% {
105
+ -webkit-transform: rotate(0deg);
106
+ transform: rotate(0deg); }
107
+ 100% {
108
+ -webkit-transform: rotate(359deg);
109
+ transform: rotate(359deg); } }
110
+ .fa-rotate-90 {
111
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
112
+ -webkit-transform: rotate(90deg);
113
+ -ms-transform: rotate(90deg);
114
+ transform: rotate(90deg); }
115
+
116
+ .fa-rotate-180 {
117
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
118
+ -webkit-transform: rotate(180deg);
119
+ -ms-transform: rotate(180deg);
120
+ transform: rotate(180deg); }
121
+
122
+ .fa-rotate-270 {
123
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
124
+ -webkit-transform: rotate(270deg);
125
+ -ms-transform: rotate(270deg);
126
+ transform: rotate(270deg); }
127
+
128
+ .fa-flip-horizontal {
129
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
130
+ -webkit-transform: scale(-1, 1);
131
+ -ms-transform: scale(-1, 1);
132
+ transform: scale(-1, 1); }
133
+
134
+ .fa-flip-vertical {
135
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
136
+ -webkit-transform: scale(1, -1);
137
+ -ms-transform: scale(1, -1);
138
+ transform: scale(1, -1); }
139
+
140
+ :root .fa-rotate-90,
141
+ :root .fa-rotate-180,
142
+ :root .fa-rotate-270,
143
+ :root .fa-flip-horizontal,
144
+ :root .fa-flip-vertical {
145
+ filter: none; }
146
+
147
+ .fa-stack {
148
+ position: relative;
149
+ display: inline-block;
150
+ width: 2em;
151
+ height: 2em;
152
+ line-height: 2em;
153
+ vertical-align: middle; }
154
+
155
+ .fa-stack-1x, .fa-stack-2x {
156
+ position: absolute;
157
+ left: 0;
158
+ width: 100%;
159
+ text-align: center; }
160
+
161
+ .fa-stack-1x {
162
+ line-height: inherit; }
163
+
164
+ .fa-stack-2x {
165
+ font-size: 2em; }
166
+
167
+ .fa-inverse {
168
+ color: #fff; }
169
+
170
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
171
+ readers do not read off random characters that represent icons */
172
+ .fa-glass:before {
173
+ content: ""; }
174
+
175
+ .fa-music:before {
176
+ content: ""; }
177
+
178
+ .fa-search:before {
179
+ content: ""; }
180
+
181
+ .fa-envelope-o:before {
182
+ content: ""; }
183
+
184
+ .fa-heart:before {
185
+ content: ""; }
186
+
187
+ .fa-star:before {
188
+ content: ""; }
189
+
190
+ .fa-star-o:before {
191
+ content: ""; }
192
+
193
+ .fa-user:before {
194
+ content: ""; }
195
+
196
+ .fa-film:before {
197
+ content: ""; }
198
+
199
+ .fa-th-large:before {
200
+ content: ""; }
201
+
202
+ .fa-th:before {
203
+ content: ""; }
204
+
205
+ .fa-th-list:before {
206
+ content: ""; }
207
+
208
+ .fa-check:before {
209
+ content: ""; }
210
+
211
+ .fa-remove:before,
212
+ .fa-close:before,
213
+ .fa-times:before {
214
+ content: ""; }
215
+
216
+ .fa-search-plus:before {
217
+ content: ""; }
218
+
219
+ .fa-search-minus:before {
220
+ content: ""; }
221
+
222
+ .fa-power-off:before {
223
+ content: ""; }
224
+
225
+ .fa-signal:before {
226
+ content: ""; }
227
+
228
+ .fa-gear:before,
229
+ .fa-cog:before {
230
+ content: ""; }
231
+
232
+ .fa-trash-o:before {
233
+ content: ""; }
234
+
235
+ .fa-home:before {
236
+ content: ""; }
237
+
238
+ .fa-file-o:before {
239
+ content: ""; }
240
+
241
+ .fa-clock-o:before {
242
+ content: ""; }
243
+
244
+ .fa-road:before {
245
+ content: ""; }
246
+
247
+ .fa-download:before {
248
+ content: ""; }
249
+
250
+ .fa-arrow-circle-o-down:before {
251
+ content: ""; }
252
+
253
+ .fa-arrow-circle-o-up:before {
254
+ content: ""; }
255
+
256
+ .fa-inbox:before {
257
+ content: ""; }
258
+
259
+ .fa-play-circle-o:before {
260
+ content: ""; }
261
+
262
+ .fa-rotate-right:before,
263
+ .fa-repeat:before {
264
+ content: ""; }
265
+
266
+ .fa-refresh:before {
267
+ content: ""; }
268
+
269
+ .fa-list-alt:before {
270
+ content: ""; }
271
+
272
+ .fa-lock:before {
273
+ content: ""; }
274
+
275
+ .fa-flag:before {
276
+ content: ""; }
277
+
278
+ .fa-headphones:before {
279
+ content: ""; }
280
+
281
+ .fa-volume-off:before {
282
+ content: ""; }
283
+
284
+ .fa-volume-down:before {
285
+ content: ""; }
286
+
287
+ .fa-volume-up:before {
288
+ content: ""; }
289
+
290
+ .fa-qrcode:before {
291
+ content: ""; }
292
+
293
+ .fa-barcode:before {
294
+ content: ""; }
295
+
296
+ .fa-tag:before {
297
+ content: ""; }
298
+
299
+ .fa-tags:before {
300
+ content: ""; }
301
+
302
+ .fa-book:before {
303
+ content: ""; }
304
+
305
+ .fa-bookmark:before {
306
+ content: ""; }
307
+
308
+ .fa-print:before {
309
+ content: ""; }
310
+
311
+ .fa-camera:before {
312
+ content: ""; }
313
+
314
+ .fa-font:before {
315
+ content: ""; }
316
+
317
+ .fa-bold:before {
318
+ content: ""; }
319
+
320
+ .fa-italic:before {
321
+ content: ""; }
322
+
323
+ .fa-text-height:before {
324
+ content: ""; }
325
+
326
+ .fa-text-width:before {
327
+ content: ""; }
328
+
329
+ .fa-align-left:before {
330
+ content: ""; }
331
+
332
+ .fa-align-center:before {
333
+ content: ""; }
334
+
335
+ .fa-align-right:before {
336
+ content: ""; }
337
+
338
+ .fa-align-justify:before {
339
+ content: ""; }
340
+
341
+ .fa-list:before {
342
+ content: ""; }
343
+
344
+ .fa-dedent:before,
345
+ .fa-outdent:before {
346
+ content: ""; }
347
+
348
+ .fa-indent:before {
349
+ content: ""; }
350
+
351
+ .fa-video-camera:before {
352
+ content: ""; }
353
+
354
+ .fa-photo:before,
355
+ .fa-image:before,
356
+ .fa-picture-o:before {
357
+ content: ""; }
358
+
359
+ .fa-pencil:before {
360
+ content: ""; }
361
+
362
+ .fa-map-marker:before {
363
+ content: ""; }
364
+
365
+ .fa-adjust:before {
366
+ content: ""; }
367
+
368
+ .fa-tint:before {
369
+ content: ""; }
370
+
371
+ .fa-edit:before,
372
+ .fa-pencil-square-o:before {
373
+ content: ""; }
374
+
375
+ .fa-share-square-o:before {
376
+ content: ""; }
377
+
378
+ .fa-check-square-o:before {
379
+ content: ""; }
380
+
381
+ .fa-arrows:before {
382
+ content: ""; }
383
+
384
+ .fa-step-backward:before {
385
+ content: ""; }
386
+
387
+ .fa-fast-backward:before {
388
+ content: ""; }
389
+
390
+ .fa-backward:before {
391
+ content: ""; }
392
+
393
+ .fa-play:before {
394
+ content: ""; }
395
+
396
+ .fa-pause:before {
397
+ content: ""; }
398
+
399
+ .fa-stop:before {
400
+ content: ""; }
401
+
402
+ .fa-forward:before {
403
+ content: ""; }
404
+
405
+ .fa-fast-forward:before {
406
+ content: ""; }
407
+
408
+ .fa-step-forward:before {
409
+ content: ""; }
410
+
411
+ .fa-eject:before {
412
+ content: ""; }
413
+
414
+ .fa-chevron-left:before {
415
+ content: ""; }
416
+
417
+ .fa-chevron-right:before {
418
+ content: ""; }
419
+
420
+ .fa-plus-circle:before {
421
+ content: ""; }
422
+
423
+ .fa-minus-circle:before {
424
+ content: ""; }
425
+
426
+ .fa-times-circle:before {
427
+ content: ""; }
428
+
429
+ .fa-check-circle:before {
430
+ content: ""; }
431
+
432
+ .fa-question-circle:before {
433
+ content: ""; }
434
+
435
+ .fa-info-circle:before {
436
+ content: ""; }
437
+
438
+ .fa-crosshairs:before {
439
+ content: ""; }
440
+
441
+ .fa-times-circle-o:before {
442
+ content: ""; }
443
+
444
+ .fa-check-circle-o:before {
445
+ content: ""; }
446
+
447
+ .fa-ban:before {
448
+ content: ""; }
449
+
450
+ .fa-arrow-left:before {
451
+ content: ""; }
452
+
453
+ .fa-arrow-right:before {
454
+ content: ""; }
455
+
456
+ .fa-arrow-up:before {
457
+ content: ""; }
458
+
459
+ .fa-arrow-down:before {
460
+ content: ""; }
461
+
462
+ .fa-mail-forward:before,
463
+ .fa-share:before {
464
+ content: ""; }
465
+
466
+ .fa-expand:before {
467
+ content: ""; }
468
+
469
+ .fa-compress:before {
470
+ content: ""; }
471
+
472
+ .fa-plus:before {
473
+ content: ""; }
474
+
475
+ .fa-minus:before {
476
+ content: ""; }
477
+
478
+ .fa-asterisk:before {
479
+ content: ""; }
480
+
481
+ .fa-exclamation-circle:before {
482
+ content: ""; }
483
+
484
+ .fa-gift:before {
485
+ content: ""; }
486
+
487
+ .fa-leaf:before {
488
+ content: ""; }
489
+
490
+ .fa-fire:before {
491
+ content: ""; }
492
+
493
+ .fa-eye:before {
494
+ content: ""; }
495
+
496
+ .fa-eye-slash:before {
497
+ content: ""; }
498
+
499
+ .fa-warning:before,
500
+ .fa-exclamation-triangle:before {
501
+ content: ""; }
502
+
503
+ .fa-plane:before {
504
+ content: ""; }
505
+
506
+ .fa-calendar:before {
507
+ content: ""; }
508
+
509
+ .fa-random:before {
510
+ content: ""; }
511
+
512
+ .fa-comment:before {
513
+ content: ""; }
514
+
515
+ .fa-magnet:before {
516
+ content: ""; }
517
+
518
+ .fa-chevron-up:before {
519
+ content: ""; }
520
+
521
+ .fa-chevron-down:before {
522
+ content: ""; }
523
+
524
+ .fa-retweet:before {
525
+ content: ""; }
526
+
527
+ .fa-shopping-cart:before {
528
+ content: ""; }
529
+
530
+ .fa-folder:before {
531
+ content: ""; }
532
+
533
+ .fa-folder-open:before {
534
+ content: ""; }
535
+
536
+ .fa-arrows-v:before {
537
+ content: ""; }
538
+
539
+ .fa-arrows-h:before {
540
+ content: ""; }
541
+
542
+ .fa-bar-chart-o:before,
543
+ .fa-bar-chart:before {
544
+ content: ""; }
545
+
546
+ .fa-twitter-square:before {
547
+ content: ""; }
548
+
549
+ .fa-facebook-square:before {
550
+ content: ""; }
551
+
552
+ .fa-camera-retro:before {
553
+ content: ""; }
554
+
555
+ .fa-key:before {
556
+ content: ""; }
557
+
558
+ .fa-gears:before,
559
+ .fa-cogs:before {
560
+ content: ""; }
561
+
562
+ .fa-comments:before {
563
+ content: ""; }
564
+
565
+ .fa-thumbs-o-up:before {
566
+ content: ""; }
567
+
568
+ .fa-thumbs-o-down:before {
569
+ content: ""; }
570
+
571
+ .fa-star-half:before {
572
+ content: ""; }
573
+
574
+ .fa-heart-o:before {
575
+ content: ""; }
576
+
577
+ .fa-sign-out:before {
578
+ content: ""; }
579
+
580
+ .fa-linkedin-square:before {
581
+ content: ""; }
582
+
583
+ .fa-thumb-tack:before {
584
+ content: ""; }
585
+
586
+ .fa-external-link:before {
587
+ content: ""; }
588
+
589
+ .fa-sign-in:before {
590
+ content: ""; }
591
+
592
+ .fa-trophy:before {
593
+ content: ""; }
594
+
595
+ .fa-github-square:before {
596
+ content: ""; }
597
+
598
+ .fa-upload:before {
599
+ content: ""; }
600
+
601
+ .fa-lemon-o:before {
602
+ content: ""; }
603
+
604
+ .fa-phone:before {
605
+ content: ""; }
606
+
607
+ .fa-square-o:before {
608
+ content: ""; }
609
+
610
+ .fa-bookmark-o:before {
611
+ content: ""; }
612
+
613
+ .fa-phone-square:before {
614
+ content: ""; }
615
+
616
+ .fa-twitter:before {
617
+ content: ""; }
618
+
619
+ .fa-facebook-f:before,
620
+ .fa-facebook:before {
621
+ content: ""; }
622
+
623
+ .fa-github:before {
624
+ content: ""; }
625
+
626
+ .fa-unlock:before {
627
+ content: ""; }
628
+
629
+ .fa-credit-card:before {
630
+ content: ""; }
631
+
632
+ .fa-feed:before,
633
+ .fa-rss:before {
634
+ content: ""; }
635
+
636
+ .fa-hdd-o:before {
637
+ content: ""; }
638
+
639
+ .fa-bullhorn:before {
640
+ content: ""; }
641
+
642
+ .fa-bell:before {
643
+ content: ""; }
644
+
645
+ .fa-certificate:before {
646
+ content: ""; }
647
+
648
+ .fa-hand-o-right:before {
649
+ content: ""; }
650
+
651
+ .fa-hand-o-left:before {
652
+ content: ""; }
653
+
654
+ .fa-hand-o-up:before {
655
+ content: ""; }
656
+
657
+ .fa-hand-o-down:before {
658
+ content: ""; }
659
+
660
+ .fa-arrow-circle-left:before {
661
+ content: ""; }
662
+
663
+ .fa-arrow-circle-right:before {
664
+ content: ""; }
665
+
666
+ .fa-arrow-circle-up:before {
667
+ content: ""; }
668
+
669
+ .fa-arrow-circle-down:before {
670
+ content: ""; }
671
+
672
+ .fa-globe:before {
673
+ content: ""; }
674
+
675
+ .fa-wrench:before {
676
+ content: ""; }
677
+
678
+ .fa-tasks:before {
679
+ content: ""; }
680
+
681
+ .fa-filter:before {
682
+ content: ""; }
683
+
684
+ .fa-briefcase:before {
685
+ content: ""; }
686
+
687
+ .fa-arrows-alt:before {
688
+ content: ""; }
689
+
690
+ .fa-group:before,
691
+ .fa-users:before {
692
+ content: ""; }
693
+
694
+ .fa-chain:before,
695
+ .fa-link:before {
696
+ content: ""; }
697
+
698
+ .fa-cloud:before {
699
+ content: ""; }
700
+
701
+ .fa-flask:before {
702
+ content: ""; }
703
+
704
+ .fa-cut:before,
705
+ .fa-scissors:before {
706
+ content: ""; }
707
+
708
+ .fa-copy:before,
709
+ .fa-files-o:before {
710
+ content: ""; }
711
+
712
+ .fa-paperclip:before {
713
+ content: ""; }
714
+
715
+ .fa-save:before,
716
+ .fa-floppy-o:before {
717
+ content: ""; }
718
+
719
+ .fa-square:before {
720
+ content: ""; }
721
+
722
+ .fa-navicon:before,
723
+ .fa-reorder:before,
724
+ .fa-bars:before {
725
+ content: ""; }
726
+
727
+ .fa-list-ul:before {
728
+ content: ""; }
729
+
730
+ .fa-list-ol:before {
731
+ content: ""; }
732
+
733
+ .fa-strikethrough:before {
734
+ content: ""; }
735
+
736
+ .fa-underline:before {
737
+ content: ""; }
738
+
739
+ .fa-table:before {
740
+ content: ""; }
741
+
742
+ .fa-magic:before {
743
+ content: ""; }
744
+
745
+ .fa-truck:before {
746
+ content: ""; }
747
+
748
+ .fa-pinterest:before {
749
+ content: ""; }
750
+
751
+ .fa-pinterest-square:before {
752
+ content: ""; }
753
+
754
+ .fa-google-plus-square:before {
755
+ content: ""; }
756
+
757
+ .fa-google-plus:before {
758
+ content: ""; }
759
+
760
+ .fa-money:before {
761
+ content: ""; }
762
+
763
+ .fa-caret-down:before {
764
+ content: ""; }
765
+
766
+ .fa-caret-up:before {
767
+ content: ""; }
768
+
769
+ .fa-caret-left:before {
770
+ content: ""; }
771
+
772
+ .fa-caret-right:before {
773
+ content: ""; }
774
+
775
+ .fa-columns:before {
776
+ content: ""; }
777
+
778
+ .fa-unsorted:before,
779
+ .fa-sort:before {
780
+ content: ""; }
781
+
782
+ .fa-sort-down:before,
783
+ .fa-sort-desc:before {
784
+ content: ""; }
785
+
786
+ .fa-sort-up:before,
787
+ .fa-sort-asc:before {
788
+ content: ""; }
789
+
790
+ .fa-envelope:before {
791
+ content: ""; }
792
+
793
+ .fa-linkedin:before {
794
+ content: ""; }
795
+
796
+ .fa-rotate-left:before,
797
+ .fa-undo:before {
798
+ content: ""; }
799
+
800
+ .fa-legal:before,
801
+ .fa-gavel:before {
802
+ content: ""; }
803
+
804
+ .fa-dashboard:before,
805
+ .fa-tachometer:before {
806
+ content: ""; }
807
+
808
+ .fa-comment-o:before {
809
+ content: ""; }
810
+
811
+ .fa-comments-o:before {
812
+ content: ""; }
813
+
814
+ .fa-flash:before,
815
+ .fa-bolt:before {
816
+ content: ""; }
817
+
818
+ .fa-sitemap:before {
819
+ content: ""; }
820
+
821
+ .fa-umbrella:before {
822
+ content: ""; }
823
+
824
+ .fa-paste:before,
825
+ .fa-clipboard:before {
826
+ content: ""; }
827
+
828
+ .fa-lightbulb-o:before {
829
+ content: ""; }
830
+
831
+ .fa-exchange:before {
832
+ content: ""; }
833
+
834
+ .fa-cloud-download:before {
835
+ content: ""; }
836
+
837
+ .fa-cloud-upload:before {
838
+ content: ""; }
839
+
840
+ .fa-user-md:before {
841
+ content: ""; }
842
+
843
+ .fa-stethoscope:before {
844
+ content: ""; }
845
+
846
+ .fa-suitcase:before {
847
+ content: ""; }
848
+
849
+ .fa-bell-o:before {
850
+ content: ""; }
851
+
852
+ .fa-coffee:before {
853
+ content: ""; }
854
+
855
+ .fa-cutlery:before {
856
+ content: ""; }
857
+
858
+ .fa-file-text-o:before {
859
+ content: ""; }
860
+
861
+ .fa-building-o:before {
862
+ content: ""; }
863
+
864
+ .fa-hospital-o:before {
865
+ content: ""; }
866
+
867
+ .fa-ambulance:before {
868
+ content: ""; }
869
+
870
+ .fa-medkit:before {
871
+ content: ""; }
872
+
873
+ .fa-fighter-jet:before {
874
+ content: ""; }
875
+
876
+ .fa-beer:before {
877
+ content: ""; }
878
+
879
+ .fa-h-square:before {
880
+ content: ""; }
881
+
882
+ .fa-plus-square:before {
883
+ content: ""; }
884
+
885
+ .fa-angle-double-left:before {
886
+ content: ""; }
887
+
888
+ .fa-angle-double-right:before {
889
+ content: ""; }
890
+
891
+ .fa-angle-double-up:before {
892
+ content: ""; }
893
+
894
+ .fa-angle-double-down:before {
895
+ content: ""; }
896
+
897
+ .fa-angle-left:before {
898
+ content: ""; }
899
+
900
+ .fa-angle-right:before {
901
+ content: ""; }
902
+
903
+ .fa-angle-up:before {
904
+ content: ""; }
905
+
906
+ .fa-angle-down:before {
907
+ content: ""; }
908
+
909
+ .fa-desktop:before {
910
+ content: ""; }
911
+
912
+ .fa-laptop:before {
913
+ content: ""; }
914
+
915
+ .fa-tablet:before {
916
+ content: ""; }
917
+
918
+ .fa-mobile-phone:before,
919
+ .fa-mobile:before {
920
+ content: ""; }
921
+
922
+ .fa-circle-o:before {
923
+ content: ""; }
924
+
925
+ .fa-quote-left:before {
926
+ content: ""; }
927
+
928
+ .fa-quote-right:before {
929
+ content: ""; }
930
+
931
+ .fa-spinner:before {
932
+ content: ""; }
933
+
934
+ .fa-circle:before {
935
+ content: ""; }
936
+
937
+ .fa-mail-reply:before,
938
+ .fa-reply:before {
939
+ content: ""; }
940
+
941
+ .fa-github-alt:before {
942
+ content: ""; }
943
+
944
+ .fa-folder-o:before {
945
+ content: ""; }
946
+
947
+ .fa-folder-open-o:before {
948
+ content: ""; }
949
+
950
+ .fa-smile-o:before {
951
+ content: ""; }
952
+
953
+ .fa-frown-o:before {
954
+ content: ""; }
955
+
956
+ .fa-meh-o:before {
957
+ content: ""; }
958
+
959
+ .fa-gamepad:before {
960
+ content: ""; }
961
+
962
+ .fa-keyboard-o:before {
963
+ content: ""; }
964
+
965
+ .fa-flag-o:before {
966
+ content: ""; }
967
+
968
+ .fa-flag-checkered:before {
969
+ content: ""; }
970
+
971
+ .fa-terminal:before {
972
+ content: ""; }
973
+
974
+ .fa-code:before {
975
+ content: ""; }
976
+
977
+ .fa-mail-reply-all:before,
978
+ .fa-reply-all:before {
979
+ content: ""; }
980
+
981
+ .fa-star-half-empty:before,
982
+ .fa-star-half-full:before,
983
+ .fa-star-half-o:before {
984
+ content: ""; }
985
+
986
+ .fa-location-arrow:before {
987
+ content: ""; }
988
+
989
+ .fa-crop:before {
990
+ content: ""; }
991
+
992
+ .fa-code-fork:before {
993
+ content: ""; }
994
+
995
+ .fa-unlink:before,
996
+ .fa-chain-broken:before {
997
+ content: ""; }
998
+
999
+ .fa-question:before {
1000
+ content: ""; }
1001
+
1002
+ .fa-info:before {
1003
+ content: ""; }
1004
+
1005
+ .fa-exclamation:before {
1006
+ content: ""; }
1007
+
1008
+ .fa-superscript:before {
1009
+ content: ""; }
1010
+
1011
+ .fa-subscript:before {
1012
+ content: ""; }
1013
+
1014
+ .fa-eraser:before {
1015
+ content: ""; }
1016
+
1017
+ .fa-puzzle-piece:before {
1018
+ content: ""; }
1019
+
1020
+ .fa-microphone:before {
1021
+ content: ""; }
1022
+
1023
+ .fa-microphone-slash:before {
1024
+ content: ""; }
1025
+
1026
+ .fa-shield:before {
1027
+ content: ""; }
1028
+
1029
+ .fa-calendar-o:before {
1030
+ content: ""; }
1031
+
1032
+ .fa-fire-extinguisher:before {
1033
+ content: ""; }
1034
+
1035
+ .fa-rocket:before {
1036
+ content: ""; }
1037
+
1038
+ .fa-maxcdn:before {
1039
+ content: ""; }
1040
+
1041
+ .fa-chevron-circle-left:before {
1042
+ content: ""; }
1043
+
1044
+ .fa-chevron-circle-right:before {
1045
+ content: ""; }
1046
+
1047
+ .fa-chevron-circle-up:before {
1048
+ content: ""; }
1049
+
1050
+ .fa-chevron-circle-down:before {
1051
+ content: ""; }
1052
+
1053
+ .fa-html5:before {
1054
+ content: ""; }
1055
+
1056
+ .fa-css3:before {
1057
+ content: ""; }
1058
+
1059
+ .fa-anchor:before {
1060
+ content: ""; }
1061
+
1062
+ .fa-unlock-alt:before {
1063
+ content: ""; }
1064
+
1065
+ .fa-bullseye:before {
1066
+ content: ""; }
1067
+
1068
+ .fa-ellipsis-h:before {
1069
+ content: ""; }
1070
+
1071
+ .fa-ellipsis-v:before {
1072
+ content: ""; }
1073
+
1074
+ .fa-rss-square:before {
1075
+ content: ""; }
1076
+
1077
+ .fa-play-circle:before {
1078
+ content: ""; }
1079
+
1080
+ .fa-ticket:before {
1081
+ content: ""; }
1082
+
1083
+ .fa-minus-square:before {
1084
+ content: ""; }
1085
+
1086
+ .fa-minus-square-o:before {
1087
+ content: ""; }
1088
+
1089
+ .fa-level-up:before {
1090
+ content: ""; }
1091
+
1092
+ .fa-level-down:before {
1093
+ content: ""; }
1094
+
1095
+ .fa-check-square:before {
1096
+ content: ""; }
1097
+
1098
+ .fa-pencil-square:before {
1099
+ content: ""; }
1100
+
1101
+ .fa-external-link-square:before {
1102
+ content: ""; }
1103
+
1104
+ .fa-share-square:before {
1105
+ content: ""; }
1106
+
1107
+ .fa-compass:before {
1108
+ content: ""; }
1109
+
1110
+ .fa-toggle-down:before,
1111
+ .fa-caret-square-o-down:before {
1112
+ content: ""; }
1113
+
1114
+ .fa-toggle-up:before,
1115
+ .fa-caret-square-o-up:before {
1116
+ content: ""; }
1117
+
1118
+ .fa-toggle-right:before,
1119
+ .fa-caret-square-o-right:before {
1120
+ content: ""; }
1121
+
1122
+ .fa-euro:before,
1123
+ .fa-eur:before {
1124
+ content: ""; }
1125
+
1126
+ .fa-gbp:before {
1127
+ content: ""; }
1128
+
1129
+ .fa-dollar:before,
1130
+ .fa-usd:before {
1131
+ content: ""; }
1132
+
1133
+ .fa-rupee:before,
1134
+ .fa-inr:before {
1135
+ content: ""; }
1136
+
1137
+ .fa-cny:before,
1138
+ .fa-rmb:before,
1139
+ .fa-yen:before,
1140
+ .fa-jpy:before {
1141
+ content: ""; }
1142
+
1143
+ .fa-ruble:before,
1144
+ .fa-rouble:before,
1145
+ .fa-rub:before {
1146
+ content: ""; }
1147
+
1148
+ .fa-won:before,
1149
+ .fa-krw:before {
1150
+ content: ""; }
1151
+
1152
+ .fa-bitcoin:before,
1153
+ .fa-btc:before {
1154
+ content: ""; }
1155
+
1156
+ .fa-file:before {
1157
+ content: ""; }
1158
+
1159
+ .fa-file-text:before {
1160
+ content: ""; }
1161
+
1162
+ .fa-sort-alpha-asc:before {
1163
+ content: ""; }
1164
+
1165
+ .fa-sort-alpha-desc:before {
1166
+ content: ""; }
1167
+
1168
+ .fa-sort-amount-asc:before {
1169
+ content: ""; }
1170
+
1171
+ .fa-sort-amount-desc:before {
1172
+ content: ""; }
1173
+
1174
+ .fa-sort-numeric-asc:before {
1175
+ content: ""; }
1176
+
1177
+ .fa-sort-numeric-desc:before {
1178
+ content: ""; }
1179
+
1180
+ .fa-thumbs-up:before {
1181
+ content: ""; }
1182
+
1183
+ .fa-thumbs-down:before {
1184
+ content: ""; }
1185
+
1186
+ .fa-youtube-square:before {
1187
+ content: ""; }
1188
+
1189
+ .fa-youtube:before {
1190
+ content: ""; }
1191
+
1192
+ .fa-xing:before {
1193
+ content: ""; }
1194
+
1195
+ .fa-xing-square:before {
1196
+ content: ""; }
1197
+
1198
+ .fa-youtube-play:before {
1199
+ content: ""; }
1200
+
1201
+ .fa-dropbox:before {
1202
+ content: ""; }
1203
+
1204
+ .fa-stack-overflow:before {
1205
+ content: ""; }
1206
+
1207
+ .fa-instagram:before {
1208
+ content: ""; }
1209
+
1210
+ .fa-flickr:before {
1211
+ content: ""; }
1212
+
1213
+ .fa-adn:before {
1214
+ content: ""; }
1215
+
1216
+ .fa-bitbucket:before {
1217
+ content: ""; }
1218
+
1219
+ .fa-bitbucket-square:before {
1220
+ content: ""; }
1221
+
1222
+ .fa-tumblr:before {
1223
+ content: ""; }
1224
+
1225
+ .fa-tumblr-square:before {
1226
+ content: ""; }
1227
+
1228
+ .fa-long-arrow-down:before {
1229
+ content: ""; }
1230
+
1231
+ .fa-long-arrow-up:before {
1232
+ content: ""; }
1233
+
1234
+ .fa-long-arrow-left:before {
1235
+ content: ""; }
1236
+
1237
+ .fa-long-arrow-right:before {
1238
+ content: ""; }
1239
+
1240
+ .fa-apple:before {
1241
+ content: ""; }
1242
+
1243
+ .fa-windows:before {
1244
+ content: ""; }
1245
+
1246
+ .fa-android:before {
1247
+ content: ""; }
1248
+
1249
+ .fa-linux:before {
1250
+ content: ""; }
1251
+
1252
+ .fa-dribbble:before {
1253
+ content: ""; }
1254
+
1255
+ .fa-skype:before {
1256
+ content: ""; }
1257
+
1258
+ .fa-foursquare:before {
1259
+ content: ""; }
1260
+
1261
+ .fa-trello:before {
1262
+ content: ""; }
1263
+
1264
+ .fa-female:before {
1265
+ content: ""; }
1266
+
1267
+ .fa-male:before {
1268
+ content: ""; }
1269
+
1270
+ .fa-gittip:before,
1271
+ .fa-gratipay:before {
1272
+ content: ""; }
1273
+
1274
+ .fa-sun-o:before {
1275
+ content: ""; }
1276
+
1277
+ .fa-moon-o:before {
1278
+ content: ""; }
1279
+
1280
+ .fa-archive:before {
1281
+ content: ""; }
1282
+
1283
+ .fa-bug:before {
1284
+ content: ""; }
1285
+
1286
+ .fa-vk:before {
1287
+ content: ""; }
1288
+
1289
+ .fa-weibo:before {
1290
+ content: ""; }
1291
+
1292
+ .fa-renren:before {
1293
+ content: ""; }
1294
+
1295
+ .fa-pagelines:before {
1296
+ content: ""; }
1297
+
1298
+ .fa-stack-exchange:before {
1299
+ content: ""; }
1300
+
1301
+ .fa-arrow-circle-o-right:before {
1302
+ content: ""; }
1303
+
1304
+ .fa-arrow-circle-o-left:before {
1305
+ content: ""; }
1306
+
1307
+ .fa-toggle-left:before,
1308
+ .fa-caret-square-o-left:before {
1309
+ content: ""; }
1310
+
1311
+ .fa-dot-circle-o:before {
1312
+ content: ""; }
1313
+
1314
+ .fa-wheelchair:before {
1315
+ content: ""; }
1316
+
1317
+ .fa-vimeo-square:before {
1318
+ content: ""; }
1319
+
1320
+ .fa-turkish-lira:before,
1321
+ .fa-try:before {
1322
+ content: ""; }
1323
+
1324
+ .fa-plus-square-o:before {
1325
+ content: ""; }
1326
+
1327
+ .fa-space-shuttle:before {
1328
+ content: ""; }
1329
+
1330
+ .fa-slack:before {
1331
+ content: ""; }
1332
+
1333
+ .fa-envelope-square:before {
1334
+ content: ""; }
1335
+
1336
+ .fa-wordpress:before {
1337
+ content: ""; }
1338
+
1339
+ .fa-openid:before {
1340
+ content: ""; }
1341
+
1342
+ .fa-institution:before,
1343
+ .fa-bank:before,
1344
+ .fa-university:before {
1345
+ content: ""; }
1346
+
1347
+ .fa-mortar-board:before,
1348
+ .fa-graduation-cap:before {
1349
+ content: ""; }
1350
+
1351
+ .fa-yahoo:before {
1352
+ content: ""; }
1353
+
1354
+ .fa-google:before {
1355
+ content: ""; }
1356
+
1357
+ .fa-reddit:before {
1358
+ content: ""; }
1359
+
1360
+ .fa-reddit-square:before {
1361
+ content: ""; }
1362
+
1363
+ .fa-stumbleupon-circle:before {
1364
+ content: ""; }
1365
+
1366
+ .fa-stumbleupon:before {
1367
+ content: ""; }
1368
+
1369
+ .fa-delicious:before {
1370
+ content: ""; }
1371
+
1372
+ .fa-digg:before {
1373
+ content: ""; }
1374
+
1375
+ .fa-pied-piper-pp:before {
1376
+ content: ""; }
1377
+
1378
+ .fa-pied-piper-alt:before {
1379
+ content: ""; }
1380
+
1381
+ .fa-drupal:before {
1382
+ content: ""; }
1383
+
1384
+ .fa-joomla:before {
1385
+ content: ""; }
1386
+
1387
+ .fa-language:before {
1388
+ content: ""; }
1389
+
1390
+ .fa-fax:before {
1391
+ content: ""; }
1392
+
1393
+ .fa-building:before {
1394
+ content: ""; }
1395
+
1396
+ .fa-child:before {
1397
+ content: ""; }
1398
+
1399
+ .fa-paw:before {
1400
+ content: ""; }
1401
+
1402
+ .fa-spoon:before {
1403
+ content: ""; }
1404
+
1405
+ .fa-cube:before {
1406
+ content: ""; }
1407
+
1408
+ .fa-cubes:before {
1409
+ content: ""; }
1410
+
1411
+ .fa-behance:before {
1412
+ content: ""; }
1413
+
1414
+ .fa-behance-square:before {
1415
+ content: ""; }
1416
+
1417
+ .fa-steam:before {
1418
+ content: ""; }
1419
+
1420
+ .fa-steam-square:before {
1421
+ content: ""; }
1422
+
1423
+ .fa-recycle:before {
1424
+ content: ""; }
1425
+
1426
+ .fa-automobile:before,
1427
+ .fa-car:before {
1428
+ content: ""; }
1429
+
1430
+ .fa-cab:before,
1431
+ .fa-taxi:before {
1432
+ content: ""; }
1433
+
1434
+ .fa-tree:before {
1435
+ content: ""; }
1436
+
1437
+ .fa-spotify:before {
1438
+ content: ""; }
1439
+
1440
+ .fa-deviantart:before {
1441
+ content: ""; }
1442
+
1443
+ .fa-soundcloud:before {
1444
+ content: ""; }
1445
+
1446
+ .fa-database:before {
1447
+ content: ""; }
1448
+
1449
+ .fa-file-pdf-o:before {
1450
+ content: ""; }
1451
+
1452
+ .fa-file-word-o:before {
1453
+ content: ""; }
1454
+
1455
+ .fa-file-excel-o:before {
1456
+ content: ""; }
1457
+
1458
+ .fa-file-powerpoint-o:before {
1459
+ content: ""; }
1460
+
1461
+ .fa-file-photo-o:before,
1462
+ .fa-file-picture-o:before,
1463
+ .fa-file-image-o:before {
1464
+ content: ""; }
1465
+
1466
+ .fa-file-zip-o:before,
1467
+ .fa-file-archive-o:before {
1468
+ content: ""; }
1469
+
1470
+ .fa-file-sound-o:before,
1471
+ .fa-file-audio-o:before {
1472
+ content: ""; }
1473
+
1474
+ .fa-file-movie-o:before,
1475
+ .fa-file-video-o:before {
1476
+ content: ""; }
1477
+
1478
+ .fa-file-code-o:before {
1479
+ content: ""; }
1480
+
1481
+ .fa-vine:before {
1482
+ content: ""; }
1483
+
1484
+ .fa-codepen:before {
1485
+ content: ""; }
1486
+
1487
+ .fa-jsfiddle:before {
1488
+ content: ""; }
1489
+
1490
+ .fa-life-bouy:before,
1491
+ .fa-life-buoy:before,
1492
+ .fa-life-saver:before,
1493
+ .fa-support:before,
1494
+ .fa-life-ring:before {
1495
+ content: ""; }
1496
+
1497
+ .fa-circle-o-notch:before {
1498
+ content: ""; }
1499
+
1500
+ .fa-ra:before,
1501
+ .fa-resistance:before,
1502
+ .fa-rebel:before {
1503
+ content: ""; }
1504
+
1505
+ .fa-ge:before,
1506
+ .fa-empire:before {
1507
+ content: ""; }
1508
+
1509
+ .fa-git-square:before {
1510
+ content: ""; }
1511
+
1512
+ .fa-git:before {
1513
+ content: ""; }
1514
+
1515
+ .fa-y-combinator-square:before,
1516
+ .fa-yc-square:before,
1517
+ .fa-hacker-news:before {
1518
+ content: ""; }
1519
+
1520
+ .fa-tencent-weibo:before {
1521
+ content: ""; }
1522
+
1523
+ .fa-qq:before {
1524
+ content: ""; }
1525
+
1526
+ .fa-wechat:before,
1527
+ .fa-weixin:before {
1528
+ content: ""; }
1529
+
1530
+ .fa-send:before,
1531
+ .fa-paper-plane:before {
1532
+ content: ""; }
1533
+
1534
+ .fa-send-o:before,
1535
+ .fa-paper-plane-o:before {
1536
+ content: ""; }
1537
+
1538
+ .fa-history:before {
1539
+ content: ""; }
1540
+
1541
+ .fa-circle-thin:before {
1542
+ content: ""; }
1543
+
1544
+ .fa-header:before {
1545
+ content: ""; }
1546
+
1547
+ .fa-paragraph:before {
1548
+ content: ""; }
1549
+
1550
+ .fa-sliders:before {
1551
+ content: ""; }
1552
+
1553
+ .fa-share-alt:before {
1554
+ content: ""; }
1555
+
1556
+ .fa-share-alt-square:before {
1557
+ content: ""; }
1558
+
1559
+ .fa-bomb:before {
1560
+ content: ""; }
1561
+
1562
+ .fa-soccer-ball-o:before,
1563
+ .fa-futbol-o:before {
1564
+ content: ""; }
1565
+
1566
+ .fa-tty:before {
1567
+ content: ""; }
1568
+
1569
+ .fa-binoculars:before {
1570
+ content: ""; }
1571
+
1572
+ .fa-plug:before {
1573
+ content: ""; }
1574
+
1575
+ .fa-slideshare:before {
1576
+ content: ""; }
1577
+
1578
+ .fa-twitch:before {
1579
+ content: ""; }
1580
+
1581
+ .fa-yelp:before {
1582
+ content: ""; }
1583
+
1584
+ .fa-newspaper-o:before {
1585
+ content: ""; }
1586
+
1587
+ .fa-wifi:before {
1588
+ content: ""; }
1589
+
1590
+ .fa-calculator:before {
1591
+ content: ""; }
1592
+
1593
+ .fa-paypal:before {
1594
+ content: ""; }
1595
+
1596
+ .fa-google-wallet:before {
1597
+ content: ""; }
1598
+
1599
+ .fa-cc-visa:before {
1600
+ content: ""; }
1601
+
1602
+ .fa-cc-mastercard:before {
1603
+ content: ""; }
1604
+
1605
+ .fa-cc-discover:before {
1606
+ content: ""; }
1607
+
1608
+ .fa-cc-amex:before {
1609
+ content: ""; }
1610
+
1611
+ .fa-cc-paypal:before {
1612
+ content: ""; }
1613
+
1614
+ .fa-cc-stripe:before {
1615
+ content: ""; }
1616
+
1617
+ .fa-bell-slash:before {
1618
+ content: ""; }
1619
+
1620
+ .fa-bell-slash-o:before {
1621
+ content: ""; }
1622
+
1623
+ .fa-trash:before {
1624
+ content: ""; }
1625
+
1626
+ .fa-copyright:before {
1627
+ content: ""; }
1628
+
1629
+ .fa-at:before {
1630
+ content: ""; }
1631
+
1632
+ .fa-eyedropper:before {
1633
+ content: ""; }
1634
+
1635
+ .fa-paint-brush:before {
1636
+ content: ""; }
1637
+
1638
+ .fa-birthday-cake:before {
1639
+ content: ""; }
1640
+
1641
+ .fa-area-chart:before {
1642
+ content: ""; }
1643
+
1644
+ .fa-pie-chart:before {
1645
+ content: ""; }
1646
+
1647
+ .fa-line-chart:before {
1648
+ content: ""; }
1649
+
1650
+ .fa-lastfm:before {
1651
+ content: ""; }
1652
+
1653
+ .fa-lastfm-square:before {
1654
+ content: ""; }
1655
+
1656
+ .fa-toggle-off:before {
1657
+ content: ""; }
1658
+
1659
+ .fa-toggle-on:before {
1660
+ content: ""; }
1661
+
1662
+ .fa-bicycle:before {
1663
+ content: ""; }
1664
+
1665
+ .fa-bus:before {
1666
+ content: ""; }
1667
+
1668
+ .fa-ioxhost:before {
1669
+ content: ""; }
1670
+
1671
+ .fa-angellist:before {
1672
+ content: ""; }
1673
+
1674
+ .fa-cc:before {
1675
+ content: ""; }
1676
+
1677
+ .fa-shekel:before,
1678
+ .fa-sheqel:before,
1679
+ .fa-ils:before {
1680
+ content: ""; }
1681
+
1682
+ .fa-meanpath:before {
1683
+ content: ""; }
1684
+
1685
+ .fa-buysellads:before {
1686
+ content: ""; }
1687
+
1688
+ .fa-connectdevelop:before {
1689
+ content: ""; }
1690
+
1691
+ .fa-dashcube:before {
1692
+ content: ""; }
1693
+
1694
+ .fa-forumbee:before {
1695
+ content: ""; }
1696
+
1697
+ .fa-leanpub:before {
1698
+ content: ""; }
1699
+
1700
+ .fa-sellsy:before {
1701
+ content: ""; }
1702
+
1703
+ .fa-shirtsinbulk:before {
1704
+ content: ""; }
1705
+
1706
+ .fa-simplybuilt:before {
1707
+ content: ""; }
1708
+
1709
+ .fa-skyatlas:before {
1710
+ content: ""; }
1711
+
1712
+ .fa-cart-plus:before {
1713
+ content: ""; }
1714
+
1715
+ .fa-cart-arrow-down:before {
1716
+ content: ""; }
1717
+
1718
+ .fa-diamond:before {
1719
+ content: ""; }
1720
+
1721
+ .fa-ship:before {
1722
+ content: ""; }
1723
+
1724
+ .fa-user-secret:before {
1725
+ content: ""; }
1726
+
1727
+ .fa-motorcycle:before {
1728
+ content: ""; }
1729
+
1730
+ .fa-street-view:before {
1731
+ content: ""; }
1732
+
1733
+ .fa-heartbeat:before {
1734
+ content: ""; }
1735
+
1736
+ .fa-venus:before {
1737
+ content: ""; }
1738
+
1739
+ .fa-mars:before {
1740
+ content: ""; }
1741
+
1742
+ .fa-mercury:before {
1743
+ content: ""; }
1744
+
1745
+ .fa-intersex:before,
1746
+ .fa-transgender:before {
1747
+ content: ""; }
1748
+
1749
+ .fa-transgender-alt:before {
1750
+ content: ""; }
1751
+
1752
+ .fa-venus-double:before {
1753
+ content: ""; }
1754
+
1755
+ .fa-mars-double:before {
1756
+ content: ""; }
1757
+
1758
+ .fa-venus-mars:before {
1759
+ content: ""; }
1760
+
1761
+ .fa-mars-stroke:before {
1762
+ content: ""; }
1763
+
1764
+ .fa-mars-stroke-v:before {
1765
+ content: ""; }
1766
+
1767
+ .fa-mars-stroke-h:before {
1768
+ content: ""; }
1769
+
1770
+ .fa-neuter:before {
1771
+ content: ""; }
1772
+
1773
+ .fa-genderless:before {
1774
+ content: ""; }
1775
+
1776
+ .fa-facebook-official:before {
1777
+ content: ""; }
1778
+
1779
+ .fa-pinterest-p:before {
1780
+ content: ""; }
1781
+
1782
+ .fa-whatsapp:before {
1783
+ content: ""; }
1784
+
1785
+ .fa-server:before {
1786
+ content: ""; }
1787
+
1788
+ .fa-user-plus:before {
1789
+ content: ""; }
1790
+
1791
+ .fa-user-times:before {
1792
+ content: ""; }
1793
+
1794
+ .fa-hotel:before,
1795
+ .fa-bed:before {
1796
+ content: ""; }
1797
+
1798
+ .fa-viacoin:before {
1799
+ content: ""; }
1800
+
1801
+ .fa-train:before {
1802
+ content: ""; }
1803
+
1804
+ .fa-subway:before {
1805
+ content: ""; }
1806
+
1807
+ .fa-medium:before {
1808
+ content: ""; }
1809
+
1810
+ .fa-yc:before,
1811
+ .fa-y-combinator:before {
1812
+ content: ""; }
1813
+
1814
+ .fa-optin-monster:before {
1815
+ content: ""; }
1816
+
1817
+ .fa-opencart:before {
1818
+ content: ""; }
1819
+
1820
+ .fa-expeditedssl:before {
1821
+ content: ""; }
1822
+
1823
+ .fa-battery-4:before,
1824
+ .fa-battery-full:before {
1825
+ content: ""; }
1826
+
1827
+ .fa-battery-3:before,
1828
+ .fa-battery-three-quarters:before {
1829
+ content: ""; }
1830
+
1831
+ .fa-battery-2:before,
1832
+ .fa-battery-half:before {
1833
+ content: ""; }
1834
+
1835
+ .fa-battery-1:before,
1836
+ .fa-battery-quarter:before {
1837
+ content: ""; }
1838
+
1839
+ .fa-battery-0:before,
1840
+ .fa-battery-empty:before {
1841
+ content: ""; }
1842
+
1843
+ .fa-mouse-pointer:before {
1844
+ content: ""; }
1845
+
1846
+ .fa-i-cursor:before {
1847
+ content: ""; }
1848
+
1849
+ .fa-object-group:before {
1850
+ content: ""; }
1851
+
1852
+ .fa-object-ungroup:before {
1853
+ content: ""; }
1854
+
1855
+ .fa-sticky-note:before {
1856
+ content: ""; }
1857
+
1858
+ .fa-sticky-note-o:before {
1859
+ content: ""; }
1860
+
1861
+ .fa-cc-jcb:before {
1862
+ content: ""; }
1863
+
1864
+ .fa-cc-diners-club:before {
1865
+ content: ""; }
1866
+
1867
+ .fa-clone:before {
1868
+ content: ""; }
1869
+
1870
+ .fa-balance-scale:before {
1871
+ content: ""; }
1872
+
1873
+ .fa-hourglass-o:before {
1874
+ content: ""; }
1875
+
1876
+ .fa-hourglass-1:before,
1877
+ .fa-hourglass-start:before {
1878
+ content: ""; }
1879
+
1880
+ .fa-hourglass-2:before,
1881
+ .fa-hourglass-half:before {
1882
+ content: ""; }
1883
+
1884
+ .fa-hourglass-3:before,
1885
+ .fa-hourglass-end:before {
1886
+ content: ""; }
1887
+
1888
+ .fa-hourglass:before {
1889
+ content: ""; }
1890
+
1891
+ .fa-hand-grab-o:before,
1892
+ .fa-hand-rock-o:before {
1893
+ content: ""; }
1894
+
1895
+ .fa-hand-stop-o:before,
1896
+ .fa-hand-paper-o:before {
1897
+ content: ""; }
1898
+
1899
+ .fa-hand-scissors-o:before {
1900
+ content: ""; }
1901
+
1902
+ .fa-hand-lizard-o:before {
1903
+ content: ""; }
1904
+
1905
+ .fa-hand-spock-o:before {
1906
+ content: ""; }
1907
+
1908
+ .fa-hand-pointer-o:before {
1909
+ content: ""; }
1910
+
1911
+ .fa-hand-peace-o:before {
1912
+ content: ""; }
1913
+
1914
+ .fa-trademark:before {
1915
+ content: ""; }
1916
+
1917
+ .fa-registered:before {
1918
+ content: ""; }
1919
+
1920
+ .fa-creative-commons:before {
1921
+ content: ""; }
1922
+
1923
+ .fa-gg:before {
1924
+ content: ""; }
1925
+
1926
+ .fa-gg-circle:before {
1927
+ content: ""; }
1928
+
1929
+ .fa-tripadvisor:before {
1930
+ content: ""; }
1931
+
1932
+ .fa-odnoklassniki:before {
1933
+ content: ""; }
1934
+
1935
+ .fa-odnoklassniki-square:before {
1936
+ content: ""; }
1937
+
1938
+ .fa-get-pocket:before {
1939
+ content: ""; }
1940
+
1941
+ .fa-wikipedia-w:before {
1942
+ content: ""; }
1943
+
1944
+ .fa-safari:before {
1945
+ content: ""; }
1946
+
1947
+ .fa-chrome:before {
1948
+ content: ""; }
1949
+
1950
+ .fa-firefox:before {
1951
+ content: ""; }
1952
+
1953
+ .fa-opera:before {
1954
+ content: ""; }
1955
+
1956
+ .fa-internet-explorer:before {
1957
+ content: ""; }
1958
+
1959
+ .fa-tv:before,
1960
+ .fa-television:before {
1961
+ content: ""; }
1962
+
1963
+ .fa-contao:before {
1964
+ content: ""; }
1965
+
1966
+ .fa-500px:before {
1967
+ content: ""; }
1968
+
1969
+ .fa-amazon:before {
1970
+ content: ""; }
1971
+
1972
+ .fa-calendar-plus-o:before {
1973
+ content: ""; }
1974
+
1975
+ .fa-calendar-minus-o:before {
1976
+ content: ""; }
1977
+
1978
+ .fa-calendar-times-o:before {
1979
+ content: ""; }
1980
+
1981
+ .fa-calendar-check-o:before {
1982
+ content: ""; }
1983
+
1984
+ .fa-industry:before {
1985
+ content: ""; }
1986
+
1987
+ .fa-map-pin:before {
1988
+ content: ""; }
1989
+
1990
+ .fa-map-signs:before {
1991
+ content: ""; }
1992
+
1993
+ .fa-map-o:before {
1994
+ content: ""; }
1995
+
1996
+ .fa-map:before {
1997
+ content: ""; }
1998
+
1999
+ .fa-commenting:before {
2000
+ content: ""; }
2001
+
2002
+ .fa-commenting-o:before {
2003
+ content: ""; }
2004
+
2005
+ .fa-houzz:before {
2006
+ content: ""; }
2007
+
2008
+ .fa-vimeo:before {
2009
+ content: ""; }
2010
+
2011
+ .fa-black-tie:before {
2012
+ content: ""; }
2013
+
2014
+ .fa-fonticons:before {
2015
+ content: ""; }
2016
+
2017
+ .fa-reddit-alien:before {
2018
+ content: ""; }
2019
+
2020
+ .fa-edge:before {
2021
+ content: ""; }
2022
+
2023
+ .fa-credit-card-alt:before {
2024
+ content: ""; }
2025
+
2026
+ .fa-codiepie:before {
2027
+ content: ""; }
2028
+
2029
+ .fa-modx:before {
2030
+ content: ""; }
2031
+
2032
+ .fa-fort-awesome:before {
2033
+ content: ""; }
2034
+
2035
+ .fa-usb:before {
2036
+ content: ""; }
2037
+
2038
+ .fa-product-hunt:before {
2039
+ content: ""; }
2040
+
2041
+ .fa-mixcloud:before {
2042
+ content: ""; }
2043
+
2044
+ .fa-scribd:before {
2045
+ content: ""; }
2046
+
2047
+ .fa-pause-circle:before {
2048
+ content: ""; }
2049
+
2050
+ .fa-pause-circle-o:before {
2051
+ content: ""; }
2052
+
2053
+ .fa-stop-circle:before {
2054
+ content: ""; }
2055
+
2056
+ .fa-stop-circle-o:before {
2057
+ content: ""; }
2058
+
2059
+ .fa-shopping-bag:before {
2060
+ content: ""; }
2061
+
2062
+ .fa-shopping-basket:before {
2063
+ content: ""; }
2064
+
2065
+ .fa-hashtag:before {
2066
+ content: ""; }
2067
+
2068
+ .fa-bluetooth:before {
2069
+ content: ""; }
2070
+
2071
+ .fa-bluetooth-b:before {
2072
+ content: ""; }
2073
+
2074
+ .fa-percent:before {
2075
+ content: ""; }
2076
+
2077
+ .fa-gitlab:before {
2078
+ content: ""; }
2079
+
2080
+ .fa-wpbeginner:before {
2081
+ content: ""; }
2082
+
2083
+ .fa-wpforms:before {
2084
+ content: ""; }
2085
+
2086
+ .fa-envira:before {
2087
+ content: ""; }
2088
+
2089
+ .fa-universal-access:before {
2090
+ content: ""; }
2091
+
2092
+ .fa-wheelchair-alt:before {
2093
+ content: ""; }
2094
+
2095
+ .fa-question-circle-o:before {
2096
+ content: ""; }
2097
+
2098
+ .fa-blind:before {
2099
+ content: ""; }
2100
+
2101
+ .fa-audio-description:before {
2102
+ content: ""; }
2103
+
2104
+ .fa-volume-control-phone:before {
2105
+ content: ""; }
2106
+
2107
+ .fa-braille:before {
2108
+ content: ""; }
2109
+
2110
+ .fa-assistive-listening-systems:before {
2111
+ content: ""; }
2112
+
2113
+ .fa-asl-interpreting:before,
2114
+ .fa-american-sign-language-interpreting:before {
2115
+ content: ""; }
2116
+
2117
+ .fa-deafness:before,
2118
+ .fa-hard-of-hearing:before,
2119
+ .fa-deaf:before {
2120
+ content: ""; }
2121
+
2122
+ .fa-glide:before {
2123
+ content: ""; }
2124
+
2125
+ .fa-glide-g:before {
2126
+ content: ""; }
2127
+
2128
+ .fa-signing:before,
2129
+ .fa-sign-language:before {
2130
+ content: ""; }
2131
+
2132
+ .fa-low-vision:before {
2133
+ content: ""; }
2134
+
2135
+ .fa-viadeo:before {
2136
+ content: ""; }
2137
+
2138
+ .fa-viadeo-square:before {
2139
+ content: ""; }
2140
+
2141
+ .fa-snapchat:before {
2142
+ content: ""; }
2143
+
2144
+ .fa-snapchat-ghost:before {
2145
+ content: ""; }
2146
+
2147
+ .fa-snapchat-square:before {
2148
+ content: ""; }
2149
+
2150
+ .fa-pied-piper:before {
2151
+ content: ""; }
2152
+
2153
+ .fa-first-order:before {
2154
+ content: ""; }
2155
+
2156
+ .fa-yoast:before {
2157
+ content: ""; }
2158
+
2159
+ .fa-themeisle:before {
2160
+ content: ""; }
2161
+
2162
+ .fa-google-plus-circle:before,
2163
+ .fa-google-plus-official:before {
2164
+ content: ""; }
2165
+
2166
+ .fa-fa:before,
2167
+ .fa-font-awesome:before {
2168
+ content: ""; }
2169
+
2170
+ .sr-only {
2171
+ position: absolute;
2172
+ width: 1px;
2173
+ height: 1px;
2174
+ padding: 0;
2175
+ margin: -1px;
2176
+ overflow: hidden;
2177
+ clip: rect(0, 0, 0, 0);
2178
+ border: 0; }
2179
+
2180
+ .sr-only-focusable:active, .sr-only-focusable:focus {
2181
+ position: static;
2182
+ width: auto;
2183
+ height: auto;
2184
+ margin: 0;
2185
+ overflow: visible;
2186
+ clip: auto; }
2187
+
2188
+ /*# sourceMappingURL=font-awesome.css.map */
css/font-awesome/scss/font-awesome.css.map ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ {
2
+ "version": 3,
3
+ "mappings": "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",
4
+ "sources": ["font-awesome.scss","_path.scss","_core.scss","_larger.scss","_fixed-width.scss","_list.scss","_variables.scss","_bordered-pulled.scss","_animated.scss","_rotated-flipped.scss","_mixins.scss","_stacked.scss","_icons.scss","_screen-reader.scss"],
5
+ "names": [],
6
+ "file": "font-awesome.css"
7
+ }
css/wds_frontend.css CHANGED
@@ -132,6 +132,7 @@ span[data-type="wds_text_parent"] * {
132
  @-moz-keyframes wdszoomv70 { 100% { background-size: auto 100%; }}
133
  @keyframes wdszoomv0 { 100% { background-size: auto 170%; }}
134
  @keyframes wdszoomv70 { 100% { background-size: auto 100%; }}
 
135
  .wds_play_btn_cont{
136
  width:100%;
137
  height:100%;
132
  @-moz-keyframes wdszoomv70 { 100% { background-size: auto 100%; }}
133
  @keyframes wdszoomv0 { 100% { background-size: auto 170%; }}
134
  @keyframes wdszoomv70 { 100% { background-size: auto 100%; }}
135
+
136
  .wds_play_btn_cont{
137
  width:100%;
138
  height:100%;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: responsive slider, slider, slideshow, wordpress slider, image slider, gall
4
  Requires at least: 3.4
5
  Tested up to: 5.7
6
  Requires PHP: 5.2
7
- Stable tag: 1.2.44
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -444,6 +444,9 @@ The plugin takes the full width of the widget area if the **Boxed Layout** in **
444
 
445
 
446
  == Changelog ==
 
 
 
447
  = 1.2.44 =
448
  * Fixed: Make it possible to change bullet style in free version.
449
 
4
  Requires at least: 3.4
5
  Tested up to: 5.7
6
  Requires PHP: 5.2
7
+ Stable tag: 1.2.45
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
444
 
445
 
446
  == Changelog ==
447
+ = 1.2.45 =
448
+ * Fixed: Default font for layers.
449
+
450
  = 1.2.44 =
451
  * Fixed: Make it possible to change bullet style in free version.
452
 
slider-wd.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Slider by 10Web
4
  * Plugin URI: https://10web.io/plugins/wordpress-slider/?utm_source=slider&utm_medium=free_plugin
5
  * Description: This is a responsive plugin, which allows adding sliders to your posts/pages and to custom location. It uses large number of transition effects and supports various types of layers.
6
- * Version: 1.2.44
7
  * Author: 10Web
8
  * Author URI: https://10web.io/pricing/?utm_source=slider&utm_medium=free_plugin
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -79,8 +79,8 @@ final class WDS {
79
  $this->plugin_dir = WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__));
80
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
81
  $this->main_file = plugin_basename(__FILE__);
82
- $this->plugin_version = '1.2.44';
83
- $this->db_version = '1.2.44';
84
  $this->prefix = 'wds';
85
  $this->nicename = __('Slider', $this->prefix);
86
  $this->use_home_url();
3
  * Plugin Name: Slider by 10Web
4
  * Plugin URI: https://10web.io/plugins/wordpress-slider/?utm_source=slider&utm_medium=free_plugin
5
  * Description: This is a responsive plugin, which allows adding sliders to your posts/pages and to custom location. It uses large number of transition effects and supports various types of layers.
6
+ * Version: 1.2.45
7
  * Author: 10Web
8
  * Author URI: https://10web.io/pricing/?utm_source=slider&utm_medium=free_plugin
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
79
  $this->plugin_dir = WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__));
80
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
81
  $this->main_file = plugin_basename(__FILE__);
82
+ $this->plugin_version = '1.2.45';
83
+ $this->db_version = '1.2.45';
84
  $this->prefix = 'wds';
85
  $this->nicename = __('Slider', $this->prefix);
86
  $this->use_home_url();