', { 'class' : 'title', 'text' : data[c]['name'].substr(0, 28) }))
+ );
+ }
+ });
+ }
+
+ // move the popup to the button of the current editor
+ var offsets = $(e.currentTarget).find('.mce-i-layerslider_button,.mce_layerslider_button').offset();
+ popup.css({
+ top : offsets.top + 35,
+ left : offsets.left + 12 - popup.outerWidth() / 2
+ });
+ },
+
+ searchSlider : function() {
+
+ },
+
+ selectSlider : function(el) {
+ if(el.data('slug') != '') {
+ tinymce.execCommand('mceInsertContent', false, '[layerslider id="'+el.data('slug')+'"]');
+ } else {
+ tinymce.execCommand('mceInsertContent', false, '[layerslider id="'+el.data('id')+'"]');
+ }
+ },
+
+ closePopup : function() {
+ if($('.ls-pointer').length) {
+ $('.ls-overlay').remove();
+ $('.ls-pointer').animate({ marginTop : 40, opacity : 0 }, 150, function() {
+ $(this).remove();
+ });
+ }
+ }
+ });
+
+ // Add button
+ tinymce.PluginManager.add('layerslider_button', tinymce.plugins.layerslider_plugin);
+});
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_interface.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_interface.scssc
new file mode 100644
index 00000000..257ac98b
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_interface.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_layer_settings.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_layer_settings.scssc
new file mode 100644
index 00000000..59c8f8d5
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_layer_settings.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_layout.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_layout.scssc
new file mode 100644
index 00000000..1851cc25
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_layout.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_mixins.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_mixins.scssc
new file mode 100644
index 00000000..ab9ce67f
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_mixins.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_slide_settings.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_slide_settings.scssc
new file mode 100644
index 00000000..389ab5e8
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_slide_settings.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_tinymce.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_tinymce.scssc
new file mode 100644
index 00000000..a5601d4f
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_tinymce.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_transition_builder.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_transition_builder.scssc
new file mode 100644
index 00000000..c835bd62
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_transition_builder.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_transition_gallery.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_transition_gallery.scssc
new file mode 100644
index 00000000..53254ee2
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/_transition_gallery.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/admin_new.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/admin_new.scssc
new file mode 100644
index 00000000..297daf80
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/admin_new.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/global.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/global.scssc
new file mode 100644
index 00000000..e4d1b092
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/global.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/slider_settings.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/slider_settings.scssc
new file mode 100644
index 00000000..ecbf7b4b
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/slider_settings.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/sliders_list.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/sliders_list.scssc
new file mode 100644
index 00000000..fcced2f6
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/b7f9d94b9d98b4b8ef9b4e4e6341280314fce1e3/sliders_list.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_interface.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_interface.scssc
new file mode 100644
index 00000000..24199c62
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_interface.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_layer_settings.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_layer_settings.scssc
new file mode 100644
index 00000000..5df39ea8
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_layer_settings.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_layout.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_layout.scssc
new file mode 100644
index 00000000..f10b34dc
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_layout.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_mixins.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_mixins.scssc
new file mode 100644
index 00000000..d7fa15e6
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_mixins.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_slide_settings.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_slide_settings.scssc
new file mode 100644
index 00000000..eda74b64
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_slide_settings.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_tinymce.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_tinymce.scssc
new file mode 100644
index 00000000..d868e44d
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_tinymce.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_transition_builder.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_transition_builder.scssc
new file mode 100644
index 00000000..b612cedd
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_transition_builder.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_transition_gallery.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_transition_gallery.scssc
new file mode 100644
index 00000000..6fcc3ae3
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/_transition_gallery.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/admin_new.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/admin_new.scssc
new file mode 100644
index 00000000..38575bbf
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/admin_new.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/global.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/global.scssc
new file mode 100644
index 00000000..23801a9e
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/global.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/slider_settings.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/slider_settings.scssc
new file mode 100644
index 00000000..f8cebb7d
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/slider_settings.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/sliders_list.scssc b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/sliders_list.scssc
new file mode 100644
index 00000000..18a1950b
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/scss/.sass-cache/e13c9ccb8f23b8c56534e3dea5d6ef57ec177e36/sliders_list.scssc differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/_interface.scss b/wp/wp-content/plugins/LayerSlider/static/scss/_interface.scss
new file mode 100644
index 00000000..a99e0c6a
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/scss/_interface.scss
@@ -0,0 +1,328 @@
+// GENERAL
+.ls-overlay {
+ width: 100%;
+ height: 100%;
+ position: fixed;
+ left: 0;
+ top: 0;
+ background-color: black;
+ opacity: 0.5;
+ z-index: 9999991;
+}
+
+// NOTIFICATIONS
+//----------------------------------------------------------------
+
+.ls-notification {
+ padding: 5px 12px !important;
+}
+
+// CUSTOM CHECKBOXES
+//----------------------------------------------------------------
+
+.ls-checkbox {
+ display: inline-block;
+ width: 38px;
+ height: 18px;
+ margin-bottom: -3px;
+ position: relative;
+ border-radius: 18px;
+ border: 1px solid #ccc;
+}
+
+.ls-checkbox span {
+ display: inline-block;
+ width: 18px;
+ height: 18px;
+ position: absolute;
+ top: 0px;
+ left: 20px;
+ border-radius: 10px;
+ background: white;
+ -webkit-transition: all 0.3s ease-out;
+ transition: all 0.3s ease-out;
+ box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
+}
+
+
+.ls-checkbox.on {
+ background: #90CA77;
+ border-color: #90CA77;
+}
+
+.ls-checkbox.on span {
+ top: 0px;
+ left: 0px;
+}
+
+// POPUPS
+//----------------------------------------------------------------
+
+.ls-popup {
+ width: 300px;
+ height: 150px;
+ position: absolute;
+ padding: 5px;
+ background: white;
+ background: rgba(255,255,255,.8);
+ border-radius: 7px;
+ color: #eee;
+ z-index: 9999993;
+ box-shadow: 0px 5px 30px -5px black;
+}
+
+.ls-popup .inner {
+ width: 300px;
+ height: 150px;
+}
+
+// TOOLTIPS
+//----------------------------------------------------------------
+.ls-tooltip {
+ max-width: 260px;
+ min-width: 120px;
+ position: absolute;
+ padding: 10px;
+ background: #000;
+ background: rgba(0,0,0,.8);
+ border-radius: 7px;
+ color: #eee;
+ font: normal normal normal 12px/14px Arial, sans-serif;
+ text-align: justify;
+ z-index: 999999;
+ box-shadow: 0px 2px 10px -2px black;
+}
+
+.ls-tooltip span {
+ display: block;
+ width: 0px;
+ height: 0px;
+ position: absolute;
+ bottom: -7px;
+ left: 50%;
+ opacity: .6;
+ margin-left: -7px;
+ border-left: 7px solid transparent;
+ border-right: 7px solid transparent;
+ border-top: 7px solid black;
+}
+
+
+
+// BOXES
+//----------------------------------------------------------------
+.ls-box {
+ border: 1px solid #dfdfdf; // needs variable?
+ border-radius: 3px;
+ margin-top: 15px;
+ position: relative;
+
+ .header {
+ height: 28px;
+ position: relative;
+ line-height: 28px;
+ border-radius: 3px 3px 0 0;
+ font: normal normal bold 12px/29px Arial, serif;
+ background: #F1F1F1;
+
+ &.medium {
+ height: 38px;
+ line-height: 38px;
+
+ } &.blue {
+ border-top: 0;
+ text-shadow: 0 1px 0 #555;
+ background: #2a95c5;
+ }
+
+ h2 {
+ margin: 0;
+ padding: 0;
+ float: left;
+ font: { family: Arial; weight: bold; size: 12px; }
+ line-height: inherit;
+ color: #333;
+ text-shadow: 0px 1px 0px #fff;
+ text-align: left;
+ }
+
+ p {
+ margin: 0;
+ float: left;
+ }
+ }
+
+ .footer, tfoot {
+ position: relative;
+ padding: 8px 10px !important;
+ border-top: 1px solid #dedede;
+ background: #f3f3f3;
+ }
+
+ table, tr {
+ width: 100%;
+ }
+}
+
+.ls-box .inner {
+ padding: 10px;
+}
+
+.ls-box .ls-box-toggle {
+ display: none;
+ width: 1em;
+ height: 38px;
+ float: right;
+ font-size: 30px;
+ line-height: 38px;
+ color: #999;
+ cursor: pointer;
+}
+
+.ls-box:hover {
+ .ls-ficon {
+ display: inline !important;
+ }
+}
+
+.ls-box.collapsed {
+
+ .ls-ficon {
+ display: inline;
+ }
+
+ .header figure, .inner {
+ display: none;
+ }
+}
+
+// BOXES: SETTINGS TABLE
+//----------------------------------------------------------------
+.ls-box table {
+ width: 100%;
+ border-collapse: collapse;
+ border-spacing: 0px;
+
+ thead td, .ls-box th {
+ border-bottom: 1px solid #dfdfdf;
+ background: #f7f7f7;
+ //@include alphaGradient(3%, 9%);
+ }
+
+ tbody td, .ls-box tfoot td {
+ height: 30px;
+ padding: 4px;
+ border-top: 1px solid #fff;
+ border-bottom: 1px solid #e3e3e3;
+ font: normal normal normal 13px/16px Arial, serif;
+ background: #fdfdfd;
+ // @include alphaGradient(0%, 2%);
+ }
+
+ tbody:last-child tr:last-child td {
+ border-bottom: 0;
+ }
+
+ tfoot td {
+ padding: 5px 10px;
+ border-bottom: 0px;
+ }
+}
+
+// BOXES: FILTERS
+//----------------------------------------------------------------
+.ls-box .filters {
+
+ float: left;
+ border-left: 1px solid #dedede;
+ margin: 0 0 0 10px;
+ padding: 0 0 0 10px;
+
+ span {
+ float: left;
+ margin-right: 10px;
+ font-weight: normal;
+ font-size: 13px;
+ color: darken(white, 45%);
+ }
+
+ ul {
+ margin: 0;
+ padding: 0;
+ float: left;
+ list-style-type: none;
+ font-weight: normal;
+ font-size: 13px;
+
+ li {
+ display: inline-block;
+ margin: 0;
+ padding: 1px 6px;
+ color: #333;
+ cursor: pointer;
+ text-shadow: none !important;
+
+ &.active {
+ border-radius: 3px;
+ color: white;
+ line-height: 16px;
+ background: #444;
+ }
+ }
+ }
+}
+
+// MODAL DIALOG
+//----------------------------------------------------------------
+.ls-modal {
+ width: 980px;
+ height: 90%;
+ position: fixed;
+ top: 5%;
+ left: 50%;
+ margin: 0 0 0 -490px;
+ z-index: 9999992 !important;
+ box-shadow: 0px 0px 40px -13px #000;
+ background-color: white;
+}
+
+.ls-modal .header i {
+ float: right;
+ margin-right: -4px;
+ cursor: pointer;
+ font-size: 15px;
+ color: #db1b17;
+
+ &:hover {
+ color: #981210;
+ }
+}
+
+// SLIDER
+//----------------------------------------------------------------
+
+.ls-editor-slider {
+ width: 260px !important;
+ height: 2px !important;
+ display: inline-block !important;
+ position: relative !important;
+ top: -2px !important;
+ background: #aaa !important;
+ border-radius: 2px !important;
+}
+
+.ls-editor-slider .ui-slider-range {
+ height: 2px !important;
+ background: #666 !important;
+}
+
+.ls-editor-slider .ui-slider-handle {
+ width: 10px !important;
+ height: 10px !important;
+ display: block !important;
+ position: absolute !important;
+ top: -5px !important;
+ background: white !important;
+ border: 1px solid #999 !important;
+ border-radius: 6px !important;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/_layer_settings.scss b/wp/wp-content/plugins/LayerSlider/static/scss/_layer_settings.scss
new file mode 100644
index 00000000..5987e9d8
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/scss/_layer_settings.scss
@@ -0,0 +1,231 @@
+.ls-sublayer-sortable.dragging > tr.active .ls-sublayer-pages {
+ display: none;
+}
+
+.ls-sublayers .dashicons-menu {
+ float: left;
+ margin: 10px 0 0 5px;
+ font-size: 15px;
+ color: #666;
+ -webkit-font-smoothing: none;
+}
+
+.ls-sublayers .ls-highlight {
+ opacity: 1;
+ &.active {
+ opacity: 0.5;
+ }
+}
+.ls-sublayers .ls-icon-eye {
+ opacity: 1;
+ &.active {
+ opacity: 0.5;
+ }
+}
+
+
+.ls-sublayers .ls-icon-lock{
+ opacity: 1;
+ &.active {
+ opacity: 0.5;
+ }
+}
+
+.ls-sublayer-controls {
+ display: none;
+ position: absolute;
+ top: 14px;
+ right: 395px;
+ z-index: 2;
+
+ .dashicons {
+ font-size: 14px;
+ -webkit-font-smoothing: antialiased;
+ &.dashicons-visibility {
+ font-size: 15px;
+ }
+ }
+}
+
+tr.active .ls-sublayer-controls {
+ display: inline;
+}
+
+.ls-sublayer-basic {
+
+ // List item
+ .ls-layer-kind {
+ width: 690px;
+ margin: 0 auto;
+ text-align: center;
+
+ ul {
+ display: inline-block;
+ border: 1px solid #dedede;
+ background: #f3f3f3;
+ border-radius: 5px;
+ font-size: 0px;
+
+ // Layer kind
+ li {
+ display: inline-block;
+ margin: 0;
+ padding: 5px 10px 5px 0px;
+ border-left: 1px solid white;
+ border-right: 1px solid #dedede;
+ cursor: pointer;
+ color: #555;
+ font-size: 12px;
+ line-height: 20px;
+
+ &.active {
+ background: #e0e0e0;
+ border-left: 1px solid transparent;
+ text-shadow: 0px 0px 1px white;
+ color: #222;
+ }
+
+ &:hover {
+ background: #e9e9e9;
+ }
+
+ &:first-child {
+ border-left: 0;
+ }
+
+ &:last-child {
+ border-right: 0;
+ }
+
+ // Icons
+ span {
+ margin: 0 10px;
+ }
+ }
+ }
+ }
+}
+
+
+// Element type
+.ls-sublayer-element {
+ margin: 0;
+ padding-top: 20px;
+ text-align: center;
+}
+
+.ls-sublayer-element li {
+ display: inline-block;
+ width: 60px;
+ height: 26px;
+ color: #333;
+ text-align: center;
+ font: normal normal normal 11px/16px Arial, serif;
+ border-radius: 5px;
+ border: 1px solid #DEDEDE;
+ cursor: pointer;
+ line-height: 26px;
+}
+
+.ls-sublayer-element li.active {
+ border: 1px solid #ccc;
+ background: #E0E0E0;
+}
+
+
+
+// TEXT / HTML content
+// ===========================================
+.ls-html-code {
+ padding-bottom: 10px;
+
+ p {
+ margin: 10px 0;
+ color: #666;
+ button {
+ margin-right: 10px !important;
+ }
+ }
+}
+
+.ls-insert-media {
+ padding-left: 8px !important;
+ span {
+ margin-right: 4px;
+ color: #666;
+ font-size: 16px;
+ line-height: 25px;
+ -webkit-font-smoothing: antialiased;
+ }
+}
+.ls-post-section p {
+ width: 600px;
+ margin: 10px auto 10px auto;
+ text-align: center;
+}
+
+.ls-posts-configured {
+ position: relative;
+
+ input {
+ width: 70px;
+ margin-right: 10px;
+ }
+}
+
+button.ls-configure-posts,
+button.ls-layer-duplicate {
+ width: auto !important;
+ padding: 0 10px 1px 10px !important;
+ margin-top: 15px !important;
+ span {
+ margin-right: 6px;
+ color: #666;
+ font-size: 16px;
+ line-height: 25px;
+ -webkit-font-smoothing: antialiased;
+ }
+}
+
+button.ls-layer-duplicate {
+ margin-left: 15px !important;
+}
+
+button.ls-layer-duplicate:focus {
+ outline: none !important;
+}
+
+// Transitions
+tr.ls-separator td {
+ height: 8px !important;
+ padding: 0 !important;
+ background: #dddddd;
+ background: -moz-linear-gradient(top, #dddddd 0%, #f4f4f4 100%) !important;
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#f4f4f4)) !important;
+ background: -webkit-linear-gradient(top, #dddddd 0%,#f4f4f4 100%) !important;
+ background: -o-linear-gradient(top, #dddddd 0%,#f4f4f4 100%) !important;
+ background: -ms-linear-gradient(top, #dddddd 0%,#f4f4f4 100%) !important;
+ background: linear-gradient(to bottom, #dddddd 0%,#f4f4f4 100%) !important;
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f4f4f4',GradientType=0 ) !important;
+}
+
+.ls-sublayer-options .right {
+ color: #888 !important;
+}
+
+.ls-sublayer-options td.center {
+ text-align: center;
+ input {
+ width: 60%;
+ margin-top: 10px;
+ }
+}
+
+.ls-sublayer-link div {
+ width: 60%;
+ margin: 9px auto;
+}
+
+.ls-sublayer-link select {
+ width: 200px;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/_layout.scss b/wp/wp-content/plugins/LayerSlider/static/scss/_layout.scss
new file mode 100644
index 00000000..12ea95dc
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/scss/_layout.scss
@@ -0,0 +1,14 @@
+.columns {
+
+ .half {
+ width: 49%;
+ width: calc(50% - 15px);
+ margin-left: 30px;
+ *margin-left: 2%;
+ float: left;
+
+ &:first-child {
+ margin-left: 0;
+ }
+ }
+}
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/_mixins.scss b/wp/wp-content/plugins/LayerSlider/static/scss/_mixins.scss
new file mode 100644
index 00000000..34addacb
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/scss/_mixins.scss
@@ -0,0 +1,51 @@
+@mixin gradient($top, $bottom, $direction: to bottom) {
+ background: $top;
+ background: -webkit-linear-gradient($direction, $top 0%, $bottom 100%);
+ background: -moz-linear-gradient($direction, $top 0%, $bottom 100%);
+ background: -o-linear-gradient($direction, $top 0%, $bottom 100%);
+ background: -ms-linear-gradient($direction, $top 0%, $bottom 100%);
+ background: linear-gradient($direction, $top 0%, $bottom 100%);
+}
+
+@mixin alphaGradient($top: 3%, $bottom: 10%, $direction: to bottom) {
+ $top: darken(white, $top);
+ $bottom: darken(white, $bottom);
+ background: $top;
+ background: -webkit-linear-gradient($direction, $top 0%, $bottom 100%);
+ background: -moz-linear-gradient($direction, $top 0%, $bottom 100%);
+ background: -o-linear-gradient($direction, $top 0%, $bottom 100%);
+ background: -ms-linear-gradient($direction, $top 0%, $bottom 100%);
+ background: linear-gradient($direction, $top 0%, $bottom 100%);
+}
+
+@mixin verticalSideShadow($side: 5%,$center: 0%) {
+ $side: darken(white, $side);
+ $center: darken(white, $center);
+ background: #f7f7f7;
+ background: -webkit-linear-gradient(to bottom, $side 0%,$center 30%,$center 70%,$side 100%);
+ background: -moz-linear-gradient(to bottom, $side 0%,$center 30%,$center 70%,$side 100%);
+ background: -o-linear-gradient(to bottom, $side 0%,$center 30%,$center 70%,$side 100%);
+ background: -ms-linear-gradient(to bottom, $side 0%,$center 30%,$center 70%,$side 100%);
+ background: linear-gradient(to bottom, $side 0%,$center 30%,$center 70%,$side 100%);
+}
+
+
+@mixin transform($params) {
+ -webkit-transform: $params;
+ -moz-transform: $params;
+ -o-transform: $params;
+ -ms-transform: $params;
+ transform: $params;
+}
+
+@mixin transition($props, $duration) {
+ -webkit-transition: $props $duration;
+ -moz-transition: $props $duration;
+ -o-transition: $props $duration;
+ -ms-transition: $props $duration;
+ transition: $props $duration;
+}
+
+@mixin iconForPosition($x, $y, $img: "../img/sprite.png") {
+ background: transparent url($img) $x $y no-repeat;
+}
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/_slide_settings.scss b/wp/wp-content/plugins/LayerSlider/static/scss/_slide_settings.scss
new file mode 100644
index 00000000..04950f37
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/scss/_slide_settings.scss
@@ -0,0 +1,303 @@
+#ls-layers .ls-slide-options span.desc {
+ color: #999;
+ font-size: 12px;
+}
+
+.ls-slide-options tr.black td {
+ color: #666 !important;
+}
+
+.ls-slide-options td {
+ padding: 6px 4px !important;
+}
+
+.ls-slide-options td:first-child {
+ width: 190px;
+
+ .inner {
+ width: 150px;
+ margin: 0 auto !important;
+ padding-top: 0 !important;
+ }
+}
+
+.ls-slide-options .slide-image {
+ line-height: 16px;
+ text-align: right;
+
+ .ls-image {
+ margin-bottom: 5px;
+ }
+}
+
+.ls-slide-options td.second {
+ width: 190px;
+}
+
+div.ls-image {
+ position: relative;
+ width: 152px;
+
+ div {
+ display: inline-block;
+ position: relative;
+ width: 150px;
+ height: 50px;
+ border: 1px solid #dedede;
+ border-radius: 5px;
+ cursor: pointer;
+ overflow: hidden;
+
+ img {
+ width: 100%;
+ min-height: 100%;
+ }
+ }
+ a {
+ display: none;
+ }
+
+ &.hover a {
+ display: block;
+ position: absolute;
+ top: -4px;
+ right: -1px;
+ width: 16px;
+ height: 16px;
+ color: red;
+ }
+}
+
+#ls-post-options {
+ display: none;
+}
+
+.ls-configure-posts-modal {
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ z-index: 2001;
+ width: 800px;
+ height: auto !important;
+ margin: -329px 0 0 -400px;
+ box-shadow: 0 0 5px 2px #666;
+
+ .header {
+ a {
+ float: right;
+ line-height: 30px;
+ margin-right: -4px;
+ cursor: pointer;
+ color: #444;
+ }
+ }
+
+ .subheader {
+ margin: 0;
+ }
+
+ .preview-subheader {
+ padding-left: 10px;
+ }
+
+ .inner {
+ background: white;
+ text-align: center;
+ }
+
+ select {
+ width: 130px;
+ color: #222;
+
+ &.offset {
+ width: 96px;
+ }
+
+ &.multiple {
+ height: 200px !important;
+ border-radius: 3px;
+ @include alphaGradient(0%, 2%);
+ }
+ }
+
+ .footer {
+ background: white;
+ }
+
+ .half {
+ float: left;
+ width: 49%;
+ text-align: center;
+ border-right: 1px solid #d9d9d9;
+ }
+
+ .half:last-child {
+ border: 0;
+ }
+}
+
+.ls-post-filters {
+ width: 560px;
+ margin: 0 auto;
+
+ select {
+ float: left;
+ margin: 0 10px 10px 0;
+
+ &.ls-post-taxonomy {
+ width: 130px;
+ height: 26px;
+ }
+
+ &:last-child {
+ height: 164px !important;
+ }
+ }
+}
+
+.ls-post-adv-settings {
+ p {
+ margin: 5px 0;
+ }
+
+ select {
+ width: 130px;
+ }
+
+ input {
+ width: 50px;
+ }
+
+ span.sep {
+ margin: 0 7px;
+ font-size: 12px;
+ text-align: center;
+ }
+
+ .half {
+ padding: 15px 0;
+ }
+}
+
+.ls-post-previews {
+ height: 212px;
+ padding: 5px 0;
+ overflow: auto;
+
+ ul {
+ list-style-type: none;
+ margin: 0;
+ }
+
+ li {
+ position: relative;
+ height: 50px;
+ margin: 0;
+ padding: 10px;
+ border-bottom: 1px solid #dfdfdf;
+
+ h4 {
+ margin-top: 80px;
+ text-align: center;
+ font-size: 22px;
+ font-family: $fontHelvetica;
+ font-weight: normal;
+ }
+
+ &:last-child {
+ border: 0;
+ }
+
+ span.counter {
+ width: 35px;
+ float: left;
+ margin-right: 10px;
+ line-height: 50px;
+ font-family: $fontHelvetica;
+ font-size: 24px;
+ text-align: center;
+ color: #666;
+ -webkit-font-smoothing: antialiased;
+ }
+
+ img {
+ float: left;
+ width: 50px;
+ height: 50px;
+ }
+
+ h3 {
+ margin: 0 0 0 105px;
+ text-align: left;
+ color: #444;
+ font-size: 12px;
+ font-family: Arial;
+ }
+
+ p {
+ height: 32px;
+ margin: 5px 0 0 105px;
+ text-align: justify;
+ color: #555;
+ overflow: hidden;
+ line-height: 15px;
+ }
+
+ span.author {
+ position: absolute;
+ top: 10px;
+ right: 10px;
+ color: #999;
+ }
+
+ }
+}
+
+.ls-slide-link {
+ width: 90%;
+ margin: 0 auto;
+ padding: 0 10px 0 10px !important;
+ text-align: left !important;
+
+ input {
+ width: 100% !important;
+ margin: 0 10px 10px 0;
+ }
+
+ span {
+ float: right;
+ }
+}
+
+
+// TAGS
+.ls-post-placeholders {
+ width: 620px;
+ margin: 0 auto;
+}
+
+.ls-post-placeholders li {
+ display: inline-block;
+ height: 23px;
+ padding: 0 0 0 22px;
+ margin: 0 15px 8px 0;
+ float: left;
+ background: url(../img/tag.png) no-repeat left top;
+ cursor: pointer;
+}
+
+.ls-post-placeholders li span {
+ padding: 0 12px 0 0;
+ margin: 0 -12px 0 0;
+ background: url(../img/tag.png) no-repeat right top;
+ font: normal normal normal 13px/23px Arial, sans-serif;
+ color: #996633;
+ text-shadow: 0px 1px 1px #ffeac1;
+ float: left;
+}
+
+
+.ls-tl-toggle {
+ font-weight: normal;
+ margin-left: 10px;
+}
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/_tinymce.scss b/wp/wp-content/plugins/LayerSlider/static/scss/_tinymce.scss
new file mode 100644
index 00000000..99e973fd
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/scss/_tinymce.scss
@@ -0,0 +1,131 @@
+// BASE VARS
+//----------------------------------------------------------------
+$fontHelvetica: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
+$boxHeaderGradient: 3% 10%;
+$boxHeaderGradientDark: 10% 20%;
+$boxHeaderGradientBlue: #2a95c5 #21759b;
+
+// Import
+@import "mixins";
+@import "layout";
+@import "interface";
+
+// Editor button
+.mce_layerslider_button,
+.mce-i-layerslider_button {
+ font: 400 20px/1 dashicons !important;
+ padding: 0;
+ vertical-align: top;
+ speak: none;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ margin-left: -2px;
+ padding-right: 2px;
+}
+
+span.mce_layerslider_button:before,
+.mce-i-layerslider_button:before {
+ content: "\f233";
+}
+
+// Popup
+.ls-pointer {
+ width: 250px;
+ min-height: 100px;
+ position: absolute !important;
+ margin: 40px 0 0 0;
+ z-index: 9999992;
+ background: rgba(white, 0.95);
+ box-shadow: 0px 0px 5px black;
+ opacity: 0;
+
+ &:before {
+ content: '';
+ display: block;
+ position: absolute;
+ top: -10px;
+ left: 50%;
+ z-index: -1;
+ width: 20px;
+ height: 20px;
+ margin-left: -10px;
+ border: 1px solid #dfdfdf;
+ background: #f7f7f7;
+ box-shadow: 0px 0px 5px black;
+ -webkit-transform: rotate(45deg);
+ -moz-transform: rotate(45deg);
+ -o-transform: rotate(45deg);
+ -ms-transform: rotate(45deg);
+ transform: rotate(45deg);
+ }
+
+ .header {
+ height: 28px;
+ margin: 0;
+ border-top: 0 !important;
+ font: normal normal bold 12px/28px Arial, serif;
+ text-align: center !important;
+ }
+}
+
+.ls-shortcode-pointer ul.inner,
+.ls-font-search ul.inner,
+#ls-import-samples-template ul.inner {
+ max-height: 250px;
+ overflow: auto;
+ padding: 0 !important;
+ margin: 5px !important;
+
+ li {
+ margin: 0;
+ padding: 5px;
+ border-radius: 3px;
+ font: normal normal normal 14px/20px $fontHelvetica;
+ cursor: pointer;
+ text-align: left;
+
+ &:hover {
+ background: #2ea2cc;
+ color: white;
+
+ a {
+ color: white;
+ }
+ }
+
+ &.unselectable {
+ background: none;
+ color: black;
+ cursor: normal;
+ }
+
+ div.preview {
+ display: inline-block;
+ width: 20px;
+ height: 20px;
+ position: relative;
+ margin-right: 10px;
+ overflow: hidden;
+ border-radius: 3px;
+ float: left;
+
+ img {
+ height: 20px;
+ position: absolute;
+ top: 0;
+ left: 50%;
+ margin-left: -10px;
+ }
+ }
+
+ div.title {
+ display: inline-block;
+ }
+
+ a {
+ color: #444;
+ transition: none !important;
+ }
+ }
+}
+
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/_transition_builder.scss b/wp/wp-content/plugins/LayerSlider/static/scss/_transition_builder.scss
new file mode 100644
index 00000000..8f7ae67e
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/scss/_transition_builder.scss
@@ -0,0 +1,241 @@
+.ls-builder-preview {
+ text-align: center;
+ margin: 10px auto;
+}
+
+#ls-tr-sample-3d, #ls-tr-sample-2d, #ls-tr-sample-preview {
+ display: none;
+}
+
+.ls-tr-builder {
+ margin-top: 10px;
+}
+
+.ls-tr-builder select {
+ font-size: 13px;
+}
+
+.ls-tr-builder .header {
+ height: 35px !important;
+ line-height: 35px;
+ padding: 0px;
+}
+
+.ls-tr-builder .header select {
+ width: 160px;
+ margin-right: 5px;
+ font-size: 13px;
+}
+
+.ls-tr-builder .ls-builder-left {
+ width: 50%;
+ height: 100%;
+ float: left;
+ border-right: 1px solid #dfdfdf;
+}
+
+.ls-tr-list-3d, .ls-tr-list-2d {
+ min-height: 650px;
+}
+
+.ls-tr-builder .ls-builder-right {
+ width: 50%;
+ height: 100%;
+ float: left;
+ margin-right: -1px;
+}
+
+.ls-tr-builder .ls-half .inner {
+ padding: 0px 10px;
+}
+
+.ls-tr-builder .ls-half p {
+ float: right;
+ font-weight: normal;
+ line-height: 34px;
+}
+
+.ls-tr-builder .ls-tr-options {
+ overflow: hidden;
+}
+
+.ls-tr-builder .checkbox {
+ height: 16px !important;
+ width: 14px !important;
+}
+
+.ls-transition-item {
+ display: none;
+}
+
+.ls-transition-item.active {
+ display: block;
+}
+
+
+.ls-tr-settings {
+ border: 0px;
+ margin: 0;
+}
+
+.ls-tr-settings.bottomborder {
+ border-bottom: 1px solid #dfdfdf;
+}
+
+.ls-tr-settings tbody:last-child td {
+ border-bottom: 0px;
+}
+
+.ls-tr-settings thead {
+ line-height: 16px;
+}
+
+.ls-tr-settings thead td {
+ font-size: 12px;
+ color: #666;
+ background: #f7f7f7;
+ font-weight: normal;
+}
+
+.ls-tr-settings td {
+ padding: 4px 6px 4px 10px !important;
+}
+
+
+.ls-tr-settings tbody td.right {
+ width: 80px;
+ text-align: right;
+}
+
+.ls-tr-settings input, .ls-tr-settings select {
+ width: 100%;
+ height: 22px;
+}
+
+
+.ls-icon-tr-add {
+ width: 74px;
+ height: 16px;
+ display: inline-block;
+ text-align: center;
+}
+
+.ls-icon-tr-add i {
+ line-height: 36px;
+ color: #82BB51;
+}
+
+.ls-tr-properties {
+ width: 300px !important;
+}
+
+.ls-tr-remove {
+ background: #e14d43 !important;
+ border-color: #d02a21 !important;
+ color: #fff !important;
+ -webkit-box-shadow: inset 0 1px 0 #ec8a85,0 1px 0 rgba(0,0,0,.15) !important;
+ box-shadow: inset 0 1px 0 #ec8a85,0 1px 0 rgba(0,0,0,.15) !important;
+}
+
+.ls-tr-remove.right {
+ float:right;
+}
+
+.ls-tr-tags li {
+ display: block;
+ height: 23px;
+ padding: 0 0 0 20px;
+ margin: 0 15px 8px 0;
+ float: left;
+ background: url(../img/tag.png) no-repeat left top;
+}
+
+.ls-tr-tags li p {
+ padding: 0 25px 0 0;
+ margin: 0 -20px 0 0;
+ background: url(../img/tag.png) no-repeat right top;
+ font: normal normal normal 12px/23px Arial, sans-serif;
+ color: #996633;
+ text-shadow: 0px 1px 1px #ffeac1;
+ float: left;
+}
+
+.ls-tr-tags li p input {
+ width: 30px;
+ height: 23px;
+ line-height: 23px;
+ background: transparent;
+ border: 0px;
+ padding: 0px;
+ margin: 0px;
+ margin-left: 5px;
+ outline: none;
+ text-align: center;
+ color: #333;
+}
+
+.ls-tr-tags li a {
+ display: block;
+ width: 13px;
+ height: 13px;
+ margin-top: 5px;
+ float: left;
+ background-color: #a7753a;
+ box-shadow: 0px 1px 1px #FFF;
+ text-align: center;
+ border-radius: 7px;
+ color: #FFF;
+ text-decoration: none;
+ font: normal normal bold 11px/13px Arial, sans-serif;
+ text-shadow: 0px 1px 1px #7b5b36;
+}
+
+.ls-tr-add-property {
+ clear: both;
+ text-align: right;
+}
+
+.ls-tr-add-property .ls-icon-tr-add i {
+ margin-top: -7px;
+}
+
+.ls-tr-add-property select {
+ width: 100px;
+}
+
+.ls-no-transitions-notification {
+ padding-top: 25px;
+ color: #b3b3b3;
+ text-align: center;
+ font: normal normal normal 20px/30px 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Serif;
+}
+
+.ls-no-transitions-notification h1 {
+ font-size: 22px;
+ line-height: 30px;
+ font-weight: normal;
+}
+
+.ls-no-transitions-notification p {
+ padding: 0px 75px;
+ font-size: 13px;
+ line-height: 18px;
+}
+
+.ls-builder-checkbox {
+ width: 100px;
+ float: right;
+ margin: 0px;
+ padding: 0px;
+ font-weight: normal;
+ text-align: right;
+}
+
+.ls-builder-checkbox input {
+ height: 16px !important;
+ width: 14px !important;
+}
+
+.ls-builder-collapsed {
+ display: none;
+}
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/_transition_gallery.scss b/wp/wp-content/plugins/LayerSlider/static/scss/_transition_gallery.scss
new file mode 100644
index 00000000..e172fc81
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/scss/_transition_gallery.scss
@@ -0,0 +1,139 @@
+#ls-transition-window {
+ display: none;
+ padding-top: 31px;
+ box-sizing: border-box;
+}
+
+#ls-transition-window .inner {
+ height: 100%;
+ padding: 0;
+ overflow-y: auto;
+ font-family: 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
+ -webkit-font-smoothing: antialiased;
+}
+
+#ls-transition-window header {
+ width: 100%;
+ height: 30px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ border-bottom: 1px solid #ddd;
+ line-height: 30px;
+ background: #F1F1F1;
+}
+
+#ls-transition-window header h2 {
+ margin: 0 0 0 10px;
+ float: left;
+ font-size: 14px;
+}
+
+#ls-transition-window header .filters {
+ border-left: 0;
+ margin-left: 20px;
+}
+
+#ls-transition-window header b {
+ float: right;
+ line-height: 30px;
+ margin-right: 5px;
+ cursor: pointer;
+}
+
+#ls-transition-window header a,
+#ls-transition-window header i {
+ margin-right: 20px;
+ float: right;
+ font-style: normal;
+ cursor: pointer;
+}
+
+#ls-transition-window .ls-checkbox {
+ margin-right: 5px;
+ margin-top: 5px;
+}
+
+#ls-transition-window table {
+ border-spacing: 0px;
+ border-collapse: collapse;
+}
+
+#ls-transition-window th {
+ height: 20px;
+ margin: 10px 0;
+ font-size: 12px;
+ line-height: 20px;
+ color: #666;
+ background: #f7f7f7;
+ font-weight: normal;
+ border-bottom: 1px solid #dfdfdf;
+}
+
+#ls-transition-window tbody:last-child th {
+ border-top: 1px solid #dfdfdf;
+}
+
+
+#ls-transition-window tbody {
+ display: none;
+}
+
+#ls-transition-window tbody.active {
+ display: table-row-group;
+}
+
+#ls-transition-window tbody td {
+ line-height: 32px;
+ padding: 0 10px;
+ background: white !important;
+ border-right: 1px solid #ddd;
+}
+
+#ls-transition-window tbody td:last-child {
+ border-right: 0;
+}
+
+#ls-transition-window tbody a {
+ display: inline-block;
+ height: 20px;
+ line-height: 20px;
+ outline: none;
+ transition: none !important;
+}
+
+#ls-transition-window tbody td.c {
+ width: 31px;
+ padding: 0;
+ text-align: center;
+ color: #444;
+}
+
+#ls-transition-window tbody td i {
+ font-style: normal;
+}
+
+#ls-transition-window tbody td i:last-child {
+ display: none;
+}
+
+#ls-transition-window tbody td.added i:first-child {
+ display: none;
+}
+
+#ls-transition-window tbody td.added i:last-child {
+ display: inline-block;
+ color: #92BD67;
+ line-height: inherit;
+ font-size: 25px;
+ margin-left: -7px;
+}
+
+.ls-icon-star {
+ width: 16px;
+ height: 16px;
+ display: block;
+ float: right;
+ margin: 2px 8px 0px 10px;
+ background: transparent url(../img/sprite.png) 0px -810px no-repeat;
+}
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/admin_new.scss b/wp/wp-content/plugins/LayerSlider/static/scss/admin_new.scss
new file mode 100644
index 00000000..ecd57166
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/scss/admin_new.scss
@@ -0,0 +1,76 @@
+// BASE CSS
+//----------------------------------------------------------------
+
+html {
+ background: white;
+}
+
+.clear {
+ clear: both;
+ float: none !important;
+}
+
+.wrap {
+ position: relative;
+}
+
+.wrap a {
+ outline: none;
+}
+
+.wrap a:focus {
+ -webkit-box-shadow: none;
+ box-shadow: none;
+}
+
+#screen-meta-links {
+ position: relative;
+ z-index: 10;
+}
+
+.ls-hidden {
+ display: none !important;
+}
+
+.wrap .ls-preview *,
+.wrap .ls-layer * {
+ text-shadow: none;
+}
+
+.clearfix:before,
+.clearfix:after {
+ content: " ";
+ display: table;
+}
+.clearfix:after {
+ clear: both;
+}
+.clearfix {
+ zoom: 1;
+}
+
+// BASE VARS
+//----------------------------------------------------------------
+$fontHelvetica: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
+$boxHeaderGradient: 3% 10%;
+$boxHeaderGradientDark: 10% 20%;
+$boxHeaderGradientBlue: #2a95c5 #21759b;
+
+// SCSS MIXINS
+//----------------------------------------------------------------
+@import "mixins";
+
+// INTERFACE
+//----------------------------------------------------------------
+@import "layout";
+@import "interface";
+
+
+// PAGE SPECIFIC
+//----------------------------------------------------------------
+@import "sliders_list";
+@import "slider_settings";
+@import "slide_settings";
+@import "layer_settings";
+@import "transition_gallery";
+@import "transition_builder";
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/global.scss b/wp/wp-content/plugins/LayerSlider/static/scss/global.scss
new file mode 100644
index 00000000..87c2603a
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/scss/global.scss
@@ -0,0 +1,74 @@
+/**************************************************/
+/* N O T I C E */
+/**************************************************/
+
+.ls-plugins-screen-notice:before {
+ content: "\f153" !important;
+}
+
+.layerslider_notice {
+ margin: 0px 15px 5px 0px;
+ padding: 19px 0px;
+ background: none;
+ border: none;
+ border-bottom: 1px dotted #ccc;
+}
+
+.layerslider_notice img {
+ margin-right: 15px;
+ float: left;
+}
+
+.layerslider_notice h1 {
+ margin: 0px 0px 10px 0px;
+ font: normal normal normal 24px/30px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ -webkit-font-smoothing: antialiased;
+}
+
+.layerslider_notice p {
+ margin: 0px;
+ font-size: 14px;
+ line-height: 18px;
+ text-align: justify;
+ padding-right: 200px;
+ position: relative;
+}
+
+.layerslider_notice p i {
+ color: #999;
+ font-size: 13px;
+}
+
+.layerslider_notice a {
+ display: block;
+ width: 181px;
+ height: 30px;
+ padding: 0px;
+ background: #f74402;
+ border-radius: 2px;
+ text-align: center;
+ font: normal normal normal 14px/30px Arial, serif;
+ color: white;
+ text-shadow: none;
+ position: absolute;
+ right: 1px;
+ top: 5px;
+ border: 2px solid #fff;
+ transition-duration: .3s;
+ -ms-transition-duration: .3s;
+ -moz-transition-duration: .3s;
+ -webkit-transition-duration: .3s;
+ box-shadow: 0px 0px 1px black;
+ text-decoration: none;
+}
+
+.layerslider_notice a:hover {
+ background: #de2e00;
+ color: white;
+}
+
+
+/**************************************************/
+/* N O T I C E */
+/**************************************************/
+@import "tinymce";
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/skin.editor.scss b/wp/wp-content/plugins/LayerSlider/static/scss/skin.editor.scss
new file mode 100644
index 00000000..a8ab45e8
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/scss/skin.editor.scss
@@ -0,0 +1,66 @@
+.ls-skin-editor-box {
+ margin-top: 10px;
+
+ p {
+ margin: 0px;
+ margin-right: -5px;
+ font-weight: normal;
+ }
+
+ textarea {
+ min-width: 100%;
+ width: 100%;
+ max-width: 100%;
+ height: 500px;
+ }
+
+ .inner p {
+ margin: 5px 0px;
+ line-height: 28px;
+ }
+
+ p.inner {
+ padding: 5px 10px;
+ margin: 0;
+ background: #f7f7f7;
+ border-bottom: 1px solid #ddd;
+ color: #555;
+ }
+}
+
+.ls-skin-editor-box {
+
+ .header {
+ border-bottom: 1px solid #ddd;
+
+ figure {
+ display: inline;
+ margin: 0;
+ color: #999;
+ font-weight: normal;
+
+ span {
+ margin: 0 5px;
+ }
+ }
+
+ p {
+ float: right;
+ margin-top: 5px;
+ }
+ }
+
+ .inner {
+ padding: 0;
+
+ p {
+ margin: 0;
+ padding: 10px;
+ border-top: 1px solid #dedede;
+
+ button {
+ margin-right: 10px;
+ }
+ }
+ }
+}
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/slider_settings.scss b/wp/wp-content/plugins/LayerSlider/static/scss/slider_settings.scss
new file mode 100644
index 00000000..357d9ef4
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/scss/slider_settings.scss
@@ -0,0 +1,180 @@
+// SLIDER NAME TEXT FIELD
+//----------------------------------------------------------------
+
+.ls-slider-titlewrap {
+ position: relative;
+
+ input {
+ width: 100%;
+ height: 38px;
+ padding: 0 350px 0 10px;
+ margin: 0;
+ font-family: 'Open Sans', sans-serif;
+ font-size: 22px;
+ line-height: 36px;
+ border-radius: 3px;
+
+ &:focus {
+ border-color: #ddd !important;
+ box-shadow: inset 0 1px 2px rgba(0,0,0,.07) !important;
+ }
+ }
+
+ .ls-slider-slug {
+ width: 350px;
+ height: 38px;
+ position: absolute;
+ top: 0px;
+ right: 0;
+ border-left: 1px solid #DDD;
+ text-align: right;
+ font-family: 'Open Sans', sans-serif;
+ font-size: 14px;
+ line-height: 38px;
+ color: #666;
+
+ input {
+ width: 250px;
+ float: right;
+ border: 0;
+ padding: 0 10px;
+ margin-left: 5px;
+ background: transparent;
+ box-shadow: none;
+ font-family: 'Open Sans', sans-serif;
+ font-size: 18px;
+ line-height: 36px;
+ }
+ }
+}
+
+
+.ls-slider-settings {
+ margin-top: 10px;
+
+ .header input {
+ width: 200px;
+ height: 24px;
+ padding: 0 10px;
+ margin: 7px -3px 0 0;
+ border: 1px solid #dedede;
+ float: right;
+ border-radius: 12px;
+ font-weight: normal;
+ box-shadow: inset 1px 1px 1px #bbb;
+
+ &:focus {
+ border: 1px solid #aaa;
+ }
+ }
+
+ th {
+ height: 20px;
+ padding: 0 0 0 30px;
+ font-size: 12px;
+ line-height: 20px;
+ color: #666;
+ background: #f7f7f7;
+ font-weight: normal;
+ }
+
+ td {
+ background: none !important;
+ }
+
+ input {
+ border-radius: 3px;
+ }
+
+ .inner {
+ min-height: 420px;
+ position: relative;
+ padding: 0;
+ }
+
+ span {
+ color: #999;
+ }
+
+ textarea {
+ width: 100%;
+ height: 100px;
+ }
+}
+
+
+
+.ls-settings-contents {
+ padding-left: 200px;
+ tbody {
+ display: none;
+
+ &.active {
+ display: table-row-group;
+ }
+ }
+}
+
+.ls-settings-sidebar {
+
+ width: 200px;
+ min-height: 420px;
+ height: 100%;
+ position: absolute;
+ top: 0px;
+ left: 0;
+ border-right: 1px solid #e3e3e3;
+ margin: 0;
+ background: darken(white, 3%);
+
+ li {
+ height: 40px;
+ position: relative;
+ margin: 0;
+ border-bottom: 1px solid #e3e3e3;
+ line-height: 40px;
+ cursor: pointer;
+ font-family: 'Open Sans', arial, sans-serif;
+ font-size: 13px;
+
+ i {
+ line-height: inherit;
+ padding: 0 5px;
+ transition: none;
+ -webkit-transition: none;
+ }
+
+ &.active {
+ color: white;
+ text-shadow: 1px 1px 1px #666;
+ background: #8c8c8c;
+
+ &:after {
+ content: ' ';
+ display: block;
+ width: 28px;
+ height: 28px;
+ position: absolute;
+ top: 6px;
+ right: -14px;
+ opacity: 1;
+ background: #8c8c8c;
+ @include transform(rotate(45deg));
+ }
+ }
+ }
+}
+
+.ls-editor-zoom {
+ display: inline-block;
+}
+
+.ls-editor-slider-text {
+ font-weight: normal;
+ margin: 0 5px 0 15px;
+}
+
+.ls-editor-slider-val {
+ font-weight: normal;
+ margin-left: 10px;
+}
diff --git a/wp/wp-content/plugins/LayerSlider/static/scss/sliders_list.scss b/wp/wp-content/plugins/LayerSlider/static/scss/sliders_list.scss
new file mode 100644
index 00000000..6904bfd5
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/scss/sliders_list.scss
@@ -0,0 +1,603 @@
+#ls-screen-options-form {
+
+ input[type="number"] {
+ width: 50px;
+ }
+
+ button {
+ margin-left: 10px;
+ }
+}
+
+
+#TB_window {
+ background: none;
+}
+
+#TB_title {
+ float: left;
+ height: 1px;
+}
+
+#TB_ajaxWindowTitle {
+ display: none;
+}
+
+.tb-close-icon {
+ left: auto;
+ right: -30px;
+ color: #EEE;
+ -webkit-transition: color .1s ease-in-out,background .1s ease-in-out;
+ transition: color .1s ease-in-out,background .1s ease-in-out;
+ font-size: 32px !important;
+}
+
+.tb-close-icon:before {
+ font-size: 32px;
+}
+
+.ls-version-number {
+ position: absolute;
+ top: 30px;
+ right: 0px;
+ line-height: 12px;
+ color: red;
+}
+
+// All boxes on the listing page
+#ls-add-slider-template,
+#ls-import-samples-template {
+ display: none;
+ width: 330px;
+ min-height: 0;
+ text-align: center;
+ box-shadow: 0px 0px 10px #666;
+ &:before { box-shadow: 0px 0px 10px #666; }
+ h3.header { text-align: center;}
+ input { width: 200px; margin-right: 10px; }
+}
+
+#ls-import-samples-template a {
+ display: block;
+ width: 100%;
+ height: 100%;
+}
+
+#ls-import-samples-template ul.sep {
+ border-top: 1px solid #dedede;
+ padding-top: 5px !important;
+}
+
+#ls-import-samples-template div.inner {
+ border-top: 1px solid #dedede;
+ text-align: justify;
+ font-size: 12px;
+ color: #777;
+}
+
+.ls-add-slider-overlay {
+ background: black;
+ opacity: 0.2;
+}
+
+#ls-list-page {
+
+ // All boxes
+ .ls-box {
+ margin-bottom: 30px;
+ }
+}
+
+#ls-share-template {
+ width: 400px;
+ height: 220px;
+ top: 50%;
+ margin-left: -200px;
+ margin-top: -150px;
+}
+
+#ls-share-template h3 {
+ margin: 5px 0 0 0;
+ padding-top: 40px;
+ text-align: center;
+ font-family: 'Indie Flower', cursive, sans;
+ font-weight: normal;
+ font-size: 26px;
+ color: #2A95C5;
+}
+
+#ls-share-template .dashicons-no-alt {
+ position: absolute;
+ top: 5px;
+ right: 5px;
+ color: #444;
+}
+
+
+#ls-share-template .inner {
+ text-align: center;
+}
+
+#ls-share-template .inner.desc {
+ margin-top: 20px;
+ padding: 10px 45px 10px 45px;
+ font-size: 14px;
+}
+
+#ls-share-template .inner a {
+ margin-right: 20px;
+ line-height: 26px;
+ cursor: pointer;
+}
+
+#ls-share-template .inner i {
+ width: 22px;
+ height: 22px;
+ padding: 2px;
+ font-size: 22px;
+ border-radius: 3px;
+ color: white;
+}
+
+#ls-share-template .inner i.dashicons-facebook-alt {
+ background: #4163A0;
+}
+
+#ls-share-template .inner i.dashicons-twitter {
+ background: #0EB6EC;
+}
+
+#ls-share-template .inner i.dashicons-googleplus {
+ background: #D0453B;
+}
+
+// Sliders list
+.ls-sliders-list {
+
+ position: relative;
+ margin-bottom: 0px !important;
+ color: #555;
+
+ tr.faded {
+ opacity: 0.5;
+ }
+
+ td {
+ text-align: center;
+ padding: 3px !important;
+
+ input {
+ margin-left: 6px;
+ }
+ &.name { text-align: left; }
+ }
+
+ td.preview {
+ width: 160px;
+ float: none;
+ text-align: center;
+
+ div {
+ width: 150px;
+ height: 36px;
+ position: relative;
+ margin: 0 auto;
+ overflow: hidden;
+ border-radius: 5px;
+ }
+
+ img {
+ width: 100%;
+ min-height: 100%;
+ }
+ }
+
+ span {
+ font-size: 19px;
+ line-height: 19px;
+ -webkit-font-smoothing: none;
+
+ &.dashicons-backup {
+ -webkit-font-smoothing: antialiased;
+ &:hover { color: orange; }
+ }
+
+ &.dashicons-trash:before {
+ content: "\f182";
+ }
+
+ &.dashicons-trash:hover {
+ color: #E14D43;
+ }
+ }
+
+ input.ls-shortcode {
+ width: 140px;
+ height: 22px;
+ margin: 0;
+ padding: 5px;
+ border: 1px solid #ddd;
+ border-radius: 3px;
+ background: #fff;
+ font-family: "Lucida Console", Monaco, monospace;
+ font-size: 10px;
+ color: #444;
+ line-height: 22px;
+ -webkit-font-smoothing: antialiased;
+ }
+}
+
+div.ls-bulk-actions {
+ position: absolute;
+ width: 260px;
+ height: 30px;
+ left: 0;
+ bottom: -45px;
+
+ button {
+ margin-left: 10px !important;
+ }
+
+ select {
+ width: auto;
+ }
+}
+
+.ls-pagination {
+ width: 300px;
+ height: 40px;
+ float: right;
+ clear: none !important;
+ margin: 10px 0 0 0;
+ text-align: right;
+ form {
+ display: inline-block;
+ }
+}
+
+.ls-export-wrapper {
+ margin-top: 65px;
+
+ .checkbox {
+ width: 16px;
+ }
+}
+
+
+.ls-import-export-box {
+
+ input, select {
+ width: 90%;
+ }
+
+ td {
+ padding: 8px !important;
+ }
+
+ input.ls-import-file {
+ width: 100%;
+ margin-bottom: 8px;
+ }
+
+ label {
+ line-height: 30px;
+ }
+
+ form.ls-export-form {
+
+ tr:first-child td {
+ padding-top: 8px;
+
+ &:last-child {
+ padding-right: 8px;
+ }
+ }
+
+ select {
+ width: 100%;
+ height: 106px;
+ margin-bottom: 8px;
+ border-radius: 3px;
+ padding: 3px;
+ }
+
+ tfoot td {
+ line-height: 30px;
+ &.available {
+ color: #4b982f;
+ }
+
+ &.notavailable {
+ color: #E14D43;
+ }
+ }
+ }
+
+ button {
+ float: right;
+ margin-right: 2px !important;
+ }
+}
+
+.ls-news {
+
+ .filters span {
+ line-height: 40px;
+ }
+
+ .ls-version {
+ float: right;
+ font-weight: normal;
+ }
+
+ iframe {
+ width: 100%;
+ height: 350px;
+ border: 0;
+ }
+}
+
+#ls-permission-form {
+ margin-bottom: 15px !important;
+
+ td:first-child {
+ width: 130px;
+ text-align: right;
+ }
+}
+
+.ls-auto-update {
+
+ .header .dashicons {
+ font-size: 20px;
+ float: right;
+ line-height: 38px;
+ }
+
+ tbody td:first-child {
+ width: 130px;
+ }
+
+
+ input {
+ margin: 0 2px 0 5px;
+
+ &.key {
+ width: 97%;
+ font: normal normal normal 13px/15px Arial, sans-serif;
+ }
+ }
+
+ .footer a {
+ float: right;
+ margin-left: 10px;
+ line-height: 28px;
+
+ &:last-child {
+ padding-right: 10px;
+ // margin-right: 10px;
+ border-right: 1px solid #e1e1e1;
+ }
+ }
+}
+
+#ls-autoupdate-popup {
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ width: 520px;
+ margin: -310px 0 0 -260px;
+ z-index: 9999993;
+ background: white;
+ box-shadow: 0px 0px 40px -13px #000;
+ // border: 0;
+
+ .header {
+ background: #E14D43;
+ color: white;
+ text-shadow: none;
+ }
+
+ .inner {
+ padding: 15px;
+ }
+
+ a.button {
+ position: absolute;
+ bottom: 10px;
+ right: 10px;
+ }
+
+ p {
+ margin: 3px 0 25px 0;
+ text-align: justify;
+ &:first-child {
+ margin-top: 0;
+ }
+ }
+
+ .signature {
+ padding-top: 20px;
+ color: #666;
+ }
+}
+
+
+.ls-global-settings {
+
+ .inner {
+ padding: 0;
+ }
+
+ figure {
+ display: inline;
+ margin: 0;
+ color: #999;
+ font-weight: normal;
+ -webkit-transition: color 300ms;
+ -moz-transition: color 300ms;
+ -o-transition: color 300ms;
+ -ms-transition: color 300ms;
+ transition: color 300ms;
+
+ span {
+ margin: 0 5px;
+ color: #999;
+ }
+ }
+
+
+
+ &:hover figure {
+ color: red;
+ }
+
+ thead {
+ color: #444;
+ }
+
+ tbody td:first-child {
+ width: 230px;
+ text-align: right;
+ }
+
+ .ls-checkbox {
+ margin: 0 10px;
+ }
+
+ td.desc {
+ font-size: 12px;
+ }
+}
+
+
+// Goggle Fonts search bar
+.ls-font-search {
+ padding: 0 !important;
+ margin: -9px 0 10px 24px;
+
+ input {
+ width: 260px;
+ height: 27px;
+ margin: 0 5px 0 10px;
+ font-size: 12px;
+ border-radius: 2px;
+ line-height: 17px;
+ }
+}
+
+// Google Fonts pointer
+.ls-font-search .ls-pointer {
+ display: none;
+ opacity: 0;
+ position: absolute;
+ left: 30px;
+ width: 280px;
+ margin-top: 40px;
+ box-shadow: 0px 0px 10px #666;
+ &:before { box-shadow: 0px 0px 10px #666; }
+
+ .fonts h4 {
+ padding-top: 10px;
+ font: $fontHelvetica;
+ font-weight: normal;
+ font-size: 18px;
+ text-align: center;
+ }
+
+ .variants {
+ display: none;
+ .ls-checkbox { margin: 0 10px -3px 10px; }
+ }
+
+ .inner div { text-align: center; }
+}
+
+// Google Fonts list
+ul.ls-font-list {
+ margin: 0;
+ padding: 0;
+
+ .ls-notice {
+ margin: 5px 0;
+ text-align: center;
+ font: {
+ family: $fontHelvetica;
+ size: 14px;
+ }
+ }
+
+ input {
+ width: 500px;
+ border-radius: 3px;
+ &[readonly] {
+ background-color: white;
+ }
+ }
+
+ .ls-checkbox {
+ margin: 0 10px -3px 10px;
+ }
+
+ a.remove {
+ color: #DF3A36;
+ font-size: 16px;
+ margin-top: 6px;
+ }
+}
+
+.ls-google-fonts .footer .right {
+ position: absolute;
+ top: 0px;
+ right: 0px;
+ padding: 10px;
+ height: 45px;
+ line-height: 25px;
+}
+
+.ls-google-fonts .footer .right div,
+.ls-google-fonts .footer .right ul, {
+ float: right;
+}
+
+.ls-google-fonts .footer select {
+ height: 24px;
+ margin-top: -2px;
+}
+
+.ls-google-font-scripts {
+ margin: 0 10px;
+ padding-right: 10px;
+ border-right: 1px solid #dedede;
+}
+
+.ls-google-font-scripts li {
+ display: inline-block;
+ height: 23px;
+ padding: 0 0 0 22px;
+ margin: 0 15px 0 0;
+ float: left;
+ background: url(../img/tag.png) no-repeat left top;
+ cursor: pointer;
+}
+
+.ls-google-font-scripts li span {
+ padding: 0 25px 0 0;
+ margin: 0 -20px 0 0;
+ background: url(../img/tag.png) no-repeat right top;
+ font: normal normal normal 13px/23px Arial, sans-serif;
+ color: #996633;
+ text-shadow: 0px 1px 1px #ffeac1;
+ float: left;
+}
+
+.ls-google-font-scripts li a {
+ display: block;
+ width: 13px;
+ height: 13px;
+ margin-top: 4px;
+ float: left;
+ color: #A7753A;
+ text-decoration: none;
+ font-size: 16px;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/info.json
new file mode 100644
index 00000000..0177e893
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "Borderless Dark",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-01-15",
+ "updated" : "2013-07-29",
+ "note" : ""
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/loading.gif
new file mode 100644
index 00000000..f20473d0
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/nothumb.png
new file mode 100644
index 00000000..5a4c9fc3
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/shadow.png b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/shadow.png
new file mode 100644
index 00000000..3b41f155
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/shadow.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/skin.css
new file mode 100644
index 00000000..485c265f
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/skin.css
@@ -0,0 +1,225 @@
+/* LayerSlider Borderless Dark Skin */
+
+
+
+.ls-borderlessdark .ls-ct-half {
+ background: #444;
+}
+
+.ls-borderlessdark .ls-ct-center {
+ background: white;
+}
+
+.ls-borderlessdark .ls-playvideo {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -25px;
+}
+
+.ls-borderlessdark .ls-playvideo,
+.ls-borderlessdark .ls-nav-sides,
+.ls-borderlessdark .ls-bottom-slidebuttons a,
+.ls-borderlessdark .ls-nav-prev,
+.ls-borderlessdark .ls-nav-next,
+.ls-borderlessdark .ls-nav-start,
+.ls-borderlessdark .ls-nav-stop,
+.ls-borderlessdark .ls-fullscreen,
+.ls-borderlessdark .ls-loading-container {
+ background-image: url(skin.png);
+}
+
+.ls-borderlessdark .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-borderlessdark .ls-playvideo:hover,
+.ls-borderlessdark .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-borderlessdark .ls-nav-prev {
+ background-position: 0px 0px;
+}
+
+.ls-borderlessdark .ls-nav-prev:hover {
+ background-position: 0px -75px;
+}
+
+.ls-borderlessdark .ls-nav-next {
+ background-position: -150px 0px;
+}
+
+.ls-borderlessdark .ls-nav-next:hover {
+ background-position: -150px -75px;
+}
+
+.ls-borderlessdark .ls-nav-start {
+ background-position: -300px 0px;
+}
+
+.ls-borderlessdark .ls-nav-start:hover,
+.ls-borderlessdark .ls-nav-start-active {
+ background-position: -300px -75px;
+}
+
+.ls-borderlessdark .ls-nav-stop {
+ background-position: -450px 0px;
+}
+
+.ls-borderlessdark .ls-nav-stop:hover,
+.ls-borderlessdark .ls-nav-stop-active {
+ background-position: -450px -75px;
+}
+
+.ls-borderlessdark .ls-bottom-slidebuttons a {
+ background-position: 0px -150px;
+}
+
+.ls-borderlessdark .ls-bottom-slidebuttons a.ls-nav-active,
+.ls-borderlessdark .ls-bottom-slidebuttons a:hover {
+ background-position: -75px -150px;
+}
+
+.ls-borderlessdark .ls-nav-sideleft {
+ background-position: -150px -150px;
+}
+
+.ls-borderlessdark .ls-nav-sideright {
+ background-position: -225px -150px;
+}
+
+
+
+.ls-borderlessdark .ls-nav-prev,
+.ls-borderlessdark .ls-nav-next {
+ width: 50px;
+ height: 50px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -22px;
+ position: absolute;
+}
+
+.ls-borderlessdark .ls-nav-prev {
+ left: 10px;
+}
+
+.ls-borderlessdark .ls-nav-next {
+ right: 10px;
+}
+
+
+
+.ls-borderlessdark .ls-bottom-slidebuttons,
+.ls-borderlessdark .ls-bottom-slidebuttons a,
+.ls-borderlessdark .ls-nav-start,
+.ls-borderlessdark .ls-nav-stop,
+.ls-borderlessdark .ls-nav-sides {
+ height: 36px;
+}
+
+.ls-borderlessdark .ls-bottom-slidebuttons,
+.ls-borderlessdark .ls-bottom-slidebuttons a,
+.ls-borderlessdark .ls-nav-start,
+.ls-borderlessdark .ls-nav-stop,
+.ls-borderlessdark .ls-nav-sides {
+ display: inline-block;
+}
+
+.ls-borderlessdark .ls-bottom-slidebuttons,
+.ls-borderlessdark .ls-nav-start,
+.ls-borderlessdark .ls-nav-stop,
+.ls-borderlessdark .ls-nav-sides {
+ top: -44px;
+}
+
+.ls-borderlessdark .ls-nav-start,
+.ls-borderlessdark .ls-nav-stop {
+ width: 24px;
+}
+
+.ls-borderlessdark .ls-bottom-slidebuttons a {
+ width: 20px;
+}
+
+.ls-borderlessdark .ls-nav-sides {
+ width: 13px;
+}
+
+
+
+.ls-borderlessdark .ls-thumbnail-hover {
+ bottom: 45px;
+ padding: 3px;
+ margin-left: 1px;
+}
+
+.ls-borderlessdark .ls-thumbnail-hover-bg {
+ background: #4f4f4f;
+ box-shadow: 0px 2px 12px -4px black;
+ border-radius: 4px;
+}
+
+.ls-borderlessdark .ls-thumbnail-hover span {
+ border: 5px solid #4f4f4f;
+ margin-left: -5px;
+}
+
+
+
+.ls-borderlessdark .ls-thumbnail {
+ top: 15px;
+}
+
+.ls-borderlessdark .ls-thumbnail-inner {
+ padding: 2px;
+ margin-left: -2px;
+ background: #4f4f4f;
+ border-radius: 4px;
+}
+
+.ls-borderlessdark .ls-thumbnail-slide a {
+ margin-right: 2px;
+}
+
+.ls-borderlessdark .ls-nothumb {
+ background: #555;
+}
+
+
+
+.ls-borderlessdark .ls-shadow {
+ display: block;
+}
+
+
+
+.ls-borderlessdark .ls-loading-container {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -22px;
+ background-position: -450px -150px;
+}
+
+.ls-borderlessdark .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 11px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-borderlessdark .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-borderlessdark .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/skin.png
new file mode 100644
index 00000000..0aa9d758
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/info.json
new file mode 100644
index 00000000..8109cc48
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "Borderless Dark for 3D sliders",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-01-15",
+ "updated" : "2013-07-29",
+ "note" : ""
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/loading.gif
new file mode 100644
index 00000000..2af00e36
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/nothumb.png
new file mode 100644
index 00000000..f533d486
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/shadow.png b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/shadow.png
new file mode 100644
index 00000000..e4b153ea
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/shadow.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/skin.css
new file mode 100644
index 00000000..4821dee7
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/skin.css
@@ -0,0 +1,231 @@
+/* LayerSlider Borderless Dark 3D Skin */
+
+
+
+.ls-borderlessdark3d .ls-ct-half {
+ background: #444;
+}
+
+.ls-borderlessdark3d .ls-ct-center {
+ background: white;
+}
+
+.ls-borderlessdark3d .ls-playvideo {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -25px;
+}
+
+.ls-borderlessdark3d .ls-playvideo,
+.ls-borderlessdark3d .ls-nav-sides,
+.ls-borderlessdark3d .ls-bottom-slidebuttons a,
+.ls-borderlessdark3d .ls-nav-prev,
+.ls-borderlessdark3d .ls-nav-next,
+.ls-borderlessdark3d .ls-nav-start,
+.ls-borderlessdark3d .ls-nav-stop,
+.ls-borderlessdark3d .ls-fullscreen,
+.ls-borderlessdark3d .ls-loading-container {
+ background-image: url(skin.png);
+}
+
+.ls-borderlessdark3d .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-borderlessdark3d .ls-playvideo:hover,
+.ls-borderlessdark3d .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-borderlessdark3d .ls-nav-prev {
+ background-position: 0px 0px;
+}
+
+.ls-borderlessdark3d .ls-nav-prev:hover {
+ background-position: 0px -75px;
+}
+
+.ls-borderlessdark3d .ls-nav-next {
+ background-position: -150px 0px;
+}
+
+.ls-borderlessdark3d .ls-nav-next:hover {
+ background-position: -150px -75px;
+}
+
+.ls-borderlessdark3d .ls-nav-start {
+ background-position: -300px 0px;
+}
+
+.ls-borderlessdark3d .ls-nav-start:hover,
+.ls-borderlessdark3d .ls-nav-start-active {
+ background-position: -300px -75px;
+}
+
+.ls-borderlessdark3d .ls-nav-stop {
+ background-position: -450px 0px;
+}
+
+.ls-borderlessdark3d .ls-nav-stop:hover,
+.ls-borderlessdark3d .ls-nav-stop-active {
+ background-position: -450px -75px;
+}
+
+.ls-borderlessdark3d .ls-bottom-slidebuttons a {
+ background-position: 0px -150px;
+}
+
+.ls-borderlessdark3d .ls-bottom-slidebuttons a.ls-nav-active,
+.ls-borderlessdark3d .ls-bottom-slidebuttons a:hover {
+ background-position: -75px -150px;
+}
+
+.ls-borderlessdark3d .ls-nav-sideleft {
+ background-position: -150px -150px;
+}
+
+.ls-borderlessdark3d .ls-nav-sideright {
+ background-position: -225px -150px;
+}
+
+
+
+.ls-borderlessdark3d .ls-nav-prev,
+.ls-borderlessdark3d .ls-nav-next {
+ width: 40px;
+ height: 40px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -20px;
+ position: absolute;
+}
+
+.ls-borderlessdark3d .ls-nav-prev {
+ left: 10px;
+}
+
+.ls-borderlessdark3d .ls-nav-next {
+ right: 10px;
+}
+
+
+
+.ls-borderlessdark3d .ls-bottom-slidebuttons,
+.ls-borderlessdark3d .ls-bottom-slidebuttons a,
+.ls-borderlessdark3d .ls-nav-start,
+.ls-borderlessdark3d .ls-nav-stop,
+.ls-borderlessdark3d .ls-nav-sides {
+ height: 20px;
+}
+
+.ls-borderlessdark3d .ls-bottom-slidebuttons,
+.ls-borderlessdark3d .ls-bottom-slidebuttons a,
+.ls-borderlessdark3d .ls-nav-start,
+.ls-borderlessdark3d .ls-nav-stop,
+.ls-borderlessdark3d .ls-nav-sides {
+ display: inline-block;
+}
+
+.ls-borderlessdark3d .ls-bottom-slidebuttons,
+.ls-borderlessdark3d .ls-nav-start,
+.ls-borderlessdark3d .ls-nav-stop,
+.ls-borderlessdark3d .ls-nav-sides {
+ top: -30px;
+}
+
+.ls-borderlessdark3d .ls-nav-start,
+.ls-borderlessdark3d .ls-nav-stop {
+ width: 25px;
+}
+
+.ls-borderlessdark3d .ls-bottom-slidebuttons a {
+ width: 20px;
+}
+
+.ls-borderlessdark3d .ls-nav-sides {
+ width: 0px;
+}
+
+
+
+.ls-borderlessdark3d .ls-thumbnail-hover {
+ bottom: 30px;
+ padding: 3px;
+}
+
+.ls-borderlessdark3d .ls-thumbnail-hover-bg {
+ background: #222;
+ box-shadow: 0px 2px 12px -4px black;
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+}
+
+.ls-borderlessdark3d .ls-thumbnail-hover span {
+ border: 5px solid #222;
+ margin-left: -5px;
+}
+
+
+
+.ls-borderlessdark3d .ls-thumbnail {
+ top: 10px;
+}
+
+.ls-borderlessdark3d .ls-thumbnail-inner {
+ padding: 3px;
+ margin-left: -3px;
+ background: #222;
+ box-shadow: 0px 3px 15px -5px #000;
+ -moz-box-shadow: 0px 3px 15px -5px #000;
+ -webkit-box-shadow: 0px 3px 15px -5px #000;
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+}
+
+.ls-borderlessdark3d .ls-thumbnail-slide a {
+ margin-right: 3px;
+}
+
+.ls-borderlessdark3d .ls-nothumb {
+ background: #333;
+}
+
+
+
+.ls-borderlessdark3d .ls-shadow {
+ display: block;
+}
+
+
+
+.ls-borderlessdark3d .ls-loading-container {
+ width: 40px;
+ height: 40px;
+ margin-left: -20px;
+ margin-top: -20px;
+ background-position: -450px -150px;
+}
+
+.ls-borderlessdark3d .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 9px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-borderlessdark3d .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-borderlessdark3d .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/skin.png
new file mode 100644
index 00000000..4ed91b36
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlessdark3d/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/info.json
new file mode 100644
index 00000000..d18656ac
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "Borderless Light",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-01-15",
+ "updated" : "2013-07-29",
+ "note" : ""
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/loading.gif
new file mode 100644
index 00000000..1ccdaf83
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/nothumb.png
new file mode 100644
index 00000000..f533d486
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/shadow.png b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/shadow.png
new file mode 100644
index 00000000..3b41f155
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/shadow.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/skin.css
new file mode 100644
index 00000000..8613890a
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/skin.css
@@ -0,0 +1,217 @@
+/* LayerSlider Borderless Light Skin */
+
+
+
+.ls-borderlesslight .ls-playvideo {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -25px;
+}
+
+.ls-borderlesslight .ls-playvideo,
+.ls-borderlesslight .ls-nav-sides,
+.ls-borderlesslight .ls-bottom-slidebuttons a,
+.ls-borderlesslight .ls-nav-prev,
+.ls-borderlesslight .ls-nav-next,
+.ls-borderlesslight .ls-nav-start,
+.ls-borderlesslight .ls-nav-stop,
+.ls-borderlesslight .ls-fullscreen,
+.ls-borderlesslight .ls-loading-container {
+ background-image: url(skin.png);
+}
+
+.ls-borderlesslight .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-borderlesslight .ls-playvideo:hover,
+.ls-borderlesslight .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-borderlesslight .ls-nav-prev {
+ background-position: 0px 0px;
+}
+
+.ls-borderlesslight .ls-nav-prev:hover {
+ background-position: 0px -75px;
+}
+
+.ls-borderlesslight .ls-nav-next {
+ background-position: -150px 0px;
+}
+
+.ls-borderlesslight .ls-nav-next:hover {
+ background-position: -150px -75px;
+}
+
+.ls-borderlesslight .ls-nav-start {
+ background-position: -300px 0px;
+}
+
+.ls-borderlesslight .ls-nav-start:hover,
+.ls-borderlesslight .ls-nav-start-active {
+ background-position: -300px -75px;
+}
+
+.ls-borderlesslight .ls-nav-stop {
+ background-position: -450px 0px;
+}
+
+.ls-borderlesslight .ls-nav-stop:hover,
+.ls-borderlesslight .ls-nav-stop-active {
+ background-position: -450px -75px;
+}
+
+.ls-borderlesslight .ls-bottom-slidebuttons a {
+ background-position: 0px -150px;
+}
+
+.ls-borderlesslight .ls-bottom-slidebuttons a.ls-nav-active,
+.ls-borderlesslight .ls-bottom-slidebuttons a:hover {
+ background-position: -75px -150px;
+}
+
+.ls-borderlesslight .ls-nav-sideleft {
+ background-position: -150px -150px;
+}
+
+.ls-borderlesslight .ls-nav-sideright {
+ background-position: -225px -150px;
+}
+
+
+
+.ls-borderlesslight .ls-nav-prev,
+.ls-borderlesslight .ls-nav-next {
+ width: 50px;
+ height: 50px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -22px;
+ position: absolute;
+}
+
+.ls-borderlesslight .ls-nav-prev {
+ left: 10px;
+}
+
+.ls-borderlesslight .ls-nav-next {
+ right: 10px;
+}
+
+
+
+.ls-borderlesslight .ls-bottom-slidebuttons,
+.ls-borderlesslight .ls-bottom-slidebuttons a,
+.ls-borderlesslight .ls-nav-start,
+.ls-borderlesslight .ls-nav-stop,
+.ls-borderlesslight .ls-nav-sides {
+ height: 36px;
+}
+
+.ls-borderlesslight .ls-bottom-slidebuttons,
+.ls-borderlesslight .ls-bottom-slidebuttons a,
+.ls-borderlesslight .ls-nav-start,
+.ls-borderlesslight .ls-nav-stop,
+.ls-borderlesslight .ls-nav-sides {
+ display: inline-block;
+}
+
+.ls-borderlesslight .ls-bottom-slidebuttons,
+.ls-borderlesslight .ls-nav-start,
+.ls-borderlesslight .ls-nav-stop,
+.ls-borderlesslight .ls-nav-sides {
+ top: -44px;
+}
+
+.ls-borderlesslight .ls-nav-start,
+.ls-borderlesslight .ls-nav-stop {
+ width: 24px;
+}
+
+.ls-borderlesslight .ls-bottom-slidebuttons a {
+ width: 20px;
+}
+
+.ls-borderlesslight .ls-nav-sides {
+ width: 13px;
+}
+
+
+
+.ls-borderlesslight .ls-thumbnail-hover {
+ bottom: 45px;
+ padding: 3px;
+ margin-left: 1px;
+}
+
+.ls-borderlesslight .ls-thumbnail-hover-bg {
+ background: #eee;
+ box-shadow: 0px 2px 12px -4px black;
+ border-radius: 4px;
+}
+
+.ls-borderlesslight .ls-thumbnail-hover span {
+ border: 5px solid #eee;
+ margin-left: -5px;
+}
+
+
+
+.ls-borderlesslight .ls-thumbnail {
+ top: 15px;
+}
+
+.ls-borderlesslight .ls-thumbnail-inner {
+ padding: 2px;
+ margin-left: -2px;
+ background: #fff;
+ border-radius: 4px;
+}
+
+.ls-borderlesslight .ls-thumbnail-slide a {
+ margin-right: 2px;
+}
+
+.ls-borderlesslight .ls-nothumb {
+ background: #eee;
+}
+
+
+
+.ls-borderlesslight .ls-shadow {
+ display: block;
+}
+
+
+
+.ls-borderlesslight .ls-loading-container {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -22px;
+ background-position: -450px -150px;
+}
+
+.ls-borderlesslight .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 11px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-borderlesslight .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-borderlesslight .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/skin.png
new file mode 100644
index 00000000..30e8d27f
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/info.json
new file mode 100644
index 00000000..14abb14c
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "Borderless Light for 3D sliders",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-01-15",
+ "updated" : "2013-07-29",
+ "note" : ""
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/loading.gif
new file mode 100644
index 00000000..1ccdaf83
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/nothumb.png
new file mode 100644
index 00000000..f533d486
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/shadow.png b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/shadow.png
new file mode 100644
index 00000000..e4b153ea
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/shadow.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/skin.css
new file mode 100644
index 00000000..eebc9ae0
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/skin.css
@@ -0,0 +1,223 @@
+/* LayerSlider Borderless Light 3D Skin */
+
+
+
+.ls-borderlesslight3d .ls-playvideo {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -25px;
+}
+
+.ls-borderlesslight3d .ls-playvideo,
+.ls-borderlesslight3d .ls-nav-sides,
+.ls-borderlesslight3d .ls-bottom-slidebuttons a,
+.ls-borderlesslight3d .ls-nav-prev,
+.ls-borderlesslight3d .ls-nav-next,
+.ls-borderlesslight3d .ls-nav-start,
+.ls-borderlesslight3d .ls-nav-stop,
+.ls-borderlesslight3d .ls-fullscreen,
+.ls-borderlesslight3d .ls-loading-container {
+ background-image: url(skin.png);
+}
+
+.ls-borderlesslight3d .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-borderlesslight3d .ls-playvideo:hover,
+.ls-borderlesslight3d .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-borderlesslight3d .ls-nav-prev {
+ background-position: 0px 0px;
+}
+
+.ls-borderlesslight3d .ls-nav-prev:hover {
+ background-position: 0px -75px;
+}
+
+.ls-borderlesslight3d .ls-nav-next {
+ background-position: -150px 0px;
+}
+
+.ls-borderlesslight3d .ls-nav-next:hover {
+ background-position: -150px -75px;
+}
+
+.ls-borderlesslight3d .ls-nav-start {
+ background-position: -300px 0px;
+}
+
+.ls-borderlesslight3d .ls-nav-start:hover,
+.ls-borderlesslight3d .ls-nav-start-active {
+ background-position: -300px -75px;
+}
+
+.ls-borderlesslight3d .ls-nav-stop {
+ background-position: -450px 0px;
+}
+
+.ls-borderlesslight3d .ls-nav-stop:hover,
+.ls-borderlesslight3d .ls-nav-stop-active {
+ background-position: -450px -75px;
+}
+
+.ls-borderlesslight3d .ls-bottom-slidebuttons a {
+ background-position: 0px -150px;
+}
+
+.ls-borderlesslight3d .ls-bottom-slidebuttons a.ls-nav-active,
+.ls-borderlesslight3d .ls-bottom-slidebuttons a:hover {
+ background-position: -75px -150px;
+}
+
+.ls-borderlesslight3d .ls-nav-sideleft {
+ background-position: -150px -150px;
+}
+
+.ls-borderlesslight3d .ls-nav-sideright {
+ background-position: -225px -150px;
+}
+
+
+
+.ls-borderlesslight3d .ls-nav-prev,
+.ls-borderlesslight3d .ls-nav-next {
+ width: 40px;
+ height: 40px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -20px;
+ position: absolute;
+}
+
+.ls-borderlesslight3d .ls-nav-prev {
+ left: 10px;
+}
+
+.ls-borderlesslight3d .ls-nav-next {
+ right: 10px;
+}
+
+
+
+.ls-borderlesslight3d .ls-bottom-slidebuttons,
+.ls-borderlesslight3d .ls-bottom-slidebuttons a,
+.ls-borderlesslight3d .ls-nav-start,
+.ls-borderlesslight3d .ls-nav-stop,
+.ls-borderlesslight3d .ls-nav-sides {
+ height: 20px;
+}
+
+.ls-borderlesslight3d .ls-bottom-slidebuttons,
+.ls-borderlesslight3d .ls-bottom-slidebuttons a,
+.ls-borderlesslight3d .ls-nav-start,
+.ls-borderlesslight3d .ls-nav-stop,
+.ls-borderlesslight3d .ls-nav-sides {
+ display: inline-block;
+}
+
+.ls-borderlesslight3d .ls-bottom-slidebuttons,
+.ls-borderlesslight3d .ls-nav-start,
+.ls-borderlesslight3d .ls-nav-stop,
+.ls-borderlesslight3d .ls-nav-sides {
+ top: -30px;
+}
+
+.ls-borderlesslight3d .ls-nav-start,
+.ls-borderlesslight3d .ls-nav-stop {
+ width: 25px;
+}
+
+.ls-borderlesslight3d .ls-bottom-slidebuttons a {
+ width: 20px;
+}
+
+.ls-borderlesslight3d .ls-nav-sides {
+ width: 0px;
+}
+
+
+
+.ls-borderlesslight3d .ls-thumbnail-hover {
+ bottom: 30px;
+ padding: 3px;
+}
+
+.ls-borderlesslight3d .ls-thumbnail-hover-bg {
+ background: #eee;
+ box-shadow: 0px 2px 12px -4px black;
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+}
+
+.ls-borderlesslight3d .ls-thumbnail-hover span {
+ border: 5px solid #eee;
+ margin-left: -5px;
+}
+
+
+
+.ls-borderlesslight3d .ls-thumbnail {
+ top: 10px;
+}
+
+.ls-borderlesslight3d .ls-thumbnail-inner {
+ padding: 3px;
+ margin-left: -3px;
+ background: #fff;
+ box-shadow: 0px 3px 15px -5px #000;
+ -moz-box-shadow: 0px 3px 15px -5px #000;
+ -webkit-box-shadow: 0px 3px 15px -5px #000;
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+}
+
+.ls-borderlesslight3d .ls-thumbnail-slide a {
+ margin-right: 3px;
+}
+
+.ls-borderlesslight3d .ls-nothumb {
+ background: #eee;
+}
+
+
+
+.ls-borderlesslight3d .ls-shadow {
+ display: block;
+}
+
+
+
+.ls-borderlesslight3d .ls-loading-container {
+ width: 40px;
+ height: 40px;
+ margin-left: -20px;
+ margin-top: -20px;
+ background-position: -450px -150px;
+}
+
+.ls-borderlesslight3d .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 9px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-borderlesslight3d .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-borderlesslight3d .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/skin.png
new file mode 100644
index 00000000..693e09d2
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/borderlesslight3d/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/carousel/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/carousel/info.json
new file mode 100644
index 00000000..f1379719
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/carousel/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "Carousel",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-01-15",
+ "updated" : "2013-07-29",
+ "note" : ""
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/carousel/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/carousel/loading.gif
new file mode 100644
index 00000000..1ccdaf83
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/carousel/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/carousel/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/carousel/nothumb.png
new file mode 100644
index 00000000..f533d486
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/carousel/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/carousel/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/carousel/skin.css
new file mode 100644
index 00000000..dad402e3
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/carousel/skin.css
@@ -0,0 +1,219 @@
+/* LayerSlider Carousel Skin */
+
+
+
+.ls-carousel .ls-bottom-nav-wrapper {
+ margin: 10px auto;
+}
+
+.ls-carousel .ls-playvideo {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -25px;
+}
+
+.ls-carousel .ls-playvideo,
+.ls-carousel .ls-nav-sides,
+.ls-carousel .ls-bottom-slidebuttons a,
+.ls-carousel .ls-nav-prev,
+.ls-carousel .ls-nav-next,
+.ls-carousel .ls-nav-start,
+.ls-carousel .ls-nav-stop,
+.ls-carousel .ls-fullscreen,
+.ls-carousel .ls-loading-container {
+ background-image: url(skin.png);
+}
+
+.ls-carousel .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-carousel .ls-playvideo:hover,
+.ls-carousel .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-carousel .ls-nav-prev {
+ background-position: 0px 0px;
+}
+
+.ls-carousel .ls-nav-prev:hover {
+ background-position: 0px -75px;
+}
+
+.ls-carousel .ls-nav-next {
+ background-position: -150px 0px;
+}
+
+.ls-carousel .ls-nav-next:hover {
+ background-position: -150px -75px;
+}
+
+.ls-carousel .ls-nav-start {
+ background-position: -300px 0px;
+}
+
+.ls-carousel .ls-nav-start:hover,
+.ls-carousel .ls-nav-start-active {
+ background-position: -300px -75px;
+}
+
+.ls-carousel .ls-nav-stop {
+ background-position: -450px 0px;
+}
+
+.ls-carousel .ls-nav-stop:hover,
+.ls-carousel .ls-nav-stop-active {
+ background-position: -450px -75px;
+}
+
+.ls-carousel .ls-bottom-slidebuttons a {
+ background-position: 0px -150px;
+}
+
+.ls-carousel .ls-bottom-slidebuttons a.ls-nav-active,
+.ls-carousel .ls-bottom-slidebuttons a:hover {
+ background-position: -75px -150px;
+}
+
+.ls-carousel .ls-nav-sideleft {
+ background-position: -150px -150px;
+}
+
+.ls-carousel .ls-nav-sideright {
+ background-position: -225px -150px;
+}
+
+
+
+.ls-carousel .ls-nav-prev,
+.ls-carousel .ls-nav-next {
+ width: 50px;
+ height: 50px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -22px;
+ position: absolute;
+}
+
+.ls-carousel .ls-nav-prev {
+ left: 10px;
+}
+
+.ls-carousel .ls-nav-next {
+ right: 10px;
+}
+
+
+
+.ls-carousel .ls-bottom-slidebuttons,
+.ls-carousel .ls-bottom-slidebuttons a,
+.ls-carousel .ls-nav-start,
+.ls-carousel .ls-nav-stop,
+.ls-carousel .ls-nav-sides {
+ height: 36px;
+}
+
+.ls-carousel .ls-bottom-slidebuttons,
+.ls-carousel .ls-bottom-slidebuttons a,
+.ls-carousel .ls-nav-start,
+.ls-carousel .ls-nav-stop,
+.ls-carousel .ls-nav-sides {
+ display: inline-block;
+}
+
+.ls-carousel .ls-nav-start,
+.ls-carousel .ls-nav-stop {
+ width: 24px;
+}
+
+.ls-carousel .ls-bottom-slidebuttons a {
+ width: 20px;
+}
+
+.ls-carousel .ls-nav-sides {
+ width: 13px;
+}
+
+
+
+.ls-carousel .ls-thumbnail-hover {
+ bottom: 45px;
+ padding: 3px;
+ margin-left: 1px;
+}
+
+.ls-carousel .ls-thumbnail-hover-bg {
+ background: #eee;
+ box-shadow: 0px 2px 12px -4px black;
+ border-radius: 4px;
+}
+
+.ls-carousel .ls-thumbnail-hover span {
+ border: 5px solid #eee;
+ margin-left: -5px;
+}
+
+
+
+.ls-carousel .ls-thumbnail {
+ top: 10px;
+}
+
+.ls-carousel .ls-thumbnail-inner {
+ padding: 4px;
+ margin-left: -4px;
+ background: #eee;
+ border-radius: 4px;
+}
+
+.ls-carousel .ls-thumbnail-slide a {
+ margin-right: 4px;
+}
+
+.ls-carousel .ls-nothumb {
+ background: #eee;
+}
+
+
+
+.ls-carousel .ls-above-thumbnails {
+ display: none;
+}
+
+.ls-carousel .ls-below-thumbnails {
+ display: block;
+ margin-top: 10px;
+}
+
+
+
+.ls-carousel .ls-loading-container {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -22px;
+ background-position: -450px -150px;
+}
+
+.ls-carousel .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 11px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-carousel .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-carousel .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/carousel/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/carousel/skin.png
new file mode 100644
index 00000000..a4379707
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/carousel/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/info.json
new file mode 100644
index 00000000..c94464c6
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "Dark",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-01-15",
+ "updated" : "2013-07-29",
+ "note" : ""
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/loading.gif
new file mode 100644
index 00000000..2af00e36
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/nothumb.png
new file mode 100644
index 00000000..5a4c9fc3
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/skin.css
new file mode 100644
index 00000000..3738eac0
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/skin.css
@@ -0,0 +1,240 @@
+/* LayerSlider Dark Skin */
+
+
+
+.ls-darkskin {
+ padding: 5px;
+ background: #222;
+ box-shadow: 0px 3px 15px -5px #000;
+ -moz-box-shadow: 0px 3px 15px -5px #000;
+ -webkit-box-shadow: 0px 3px 15px -5px #000;
+ border-radius: 6px;
+ -moz-border-radius: 6px;
+ -webkit-border-radius: 6px;
+}
+
+.ls-darkskin .ls-ct-half {
+ background: #444;
+}
+
+.ls-darkskin .ls-ct-center {
+ background: white;
+}
+
+.ls-darkskin .ls-playvideo {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -25px;
+}
+
+.ls-darkskin .ls-playvideo,
+.ls-darkskin .ls-nav-sides,
+.ls-darkskin .ls-bottom-slidebuttons a,
+.ls-darkskin .ls-nav-prev,
+.ls-darkskin .ls-nav-next,
+.ls-darkskin .ls-nav-start,
+.ls-darkskin .ls-nav-stop,
+.ls-darkskin .ls-fullscreen,
+.ls-darkskin .ls-loading-container {
+ background-image: url(skin.png);
+}
+
+.ls-darkskin .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-darkskin .ls-playvideo:hover,
+.ls-darkskin .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-darkskin .ls-nav-prev {
+ background-position: 0px 0px;
+}
+
+.ls-darkskin .ls-nav-prev:hover {
+ background-position: 0px -75px;
+}
+
+.ls-darkskin .ls-nav-next {
+ background-position: -150px 0px;
+}
+
+.ls-darkskin .ls-nav-next:hover {
+ background-position: -150px -75px;
+}
+
+.ls-darkskin .ls-nav-start {
+ background-position: -300px 0px;
+}
+
+.ls-darkskin .ls-nav-start:hover,
+.ls-darkskin .ls-nav-start-active {
+ background-position: -300px -75px;
+}
+
+.ls-darkskin .ls-nav-stop {
+ background-position: -450px 0px;
+}
+
+.ls-darkskin .ls-nav-stop:hover,
+.ls-darkskin .ls-nav-stop-active {
+ background-position: -450px -75px;
+}
+
+.ls-darkskin .ls-bottom-slidebuttons a {
+ background-position: 0px -150px;
+}
+
+.ls-darkskin .ls-bottom-slidebuttons a.ls-nav-active,
+.ls-darkskin .ls-bottom-slidebuttons a:hover {
+ background-position: -75px -150px;
+}
+
+.ls-darkskin .ls-nav-sideleft {
+ background-position: -150px -150px;
+}
+
+.ls-darkskin .ls-nav-sideright {
+ background-position: -225px -150px;
+}
+
+
+
+.ls-darkskin .ls-nav-prev,
+.ls-darkskin .ls-nav-next {
+ width: 27px;
+ height: 75px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -37px;
+ position: absolute;
+}
+
+.ls-darkskin .ls-nav-prev {
+ left: 5px;
+}
+
+.ls-darkskin .ls-nav-next {
+ right: 5px;
+}
+
+
+
+.ls-darkskin .ls-bottom-slidebuttons,
+.ls-darkskin .ls-bottom-slidebuttons a,
+.ls-darkskin .ls-nav-start,
+.ls-darkskin .ls-nav-stop,
+.ls-darkskin .ls-nav-sides {
+ height: 28px;
+}
+
+.ls-darkskin .ls-bottom-slidebuttons,
+.ls-darkskin .ls-bottom-slidebuttons a,
+.ls-darkskin .ls-nav-start,
+.ls-darkskin .ls-nav-stop,
+.ls-darkskin .ls-nav-sides {
+ display: inline-block;
+}
+
+.ls-darkskin .ls-bottom-slidebuttons,
+.ls-darkskin .ls-nav-start,
+.ls-darkskin .ls-nav-stop,
+.ls-darkskin .ls-nav-sides {
+ top: -28px;
+}
+
+.ls-darkskin .ls-nav-start,
+.ls-darkskin .ls-nav-stop {
+ width: 54px;
+}
+
+.ls-darkskin .ls-bottom-slidebuttons a {
+ width: 18px;
+}
+
+.ls-darkskin .ls-nav-sides {
+ width: 44px;
+}
+
+
+
+.ls-darkskin .ls-thumbnail-hover {
+ padding: 4px;
+}
+
+.ls-darkskin .ls-thumbnail-hover {
+ bottom: 40px;
+ margin-left: 1px;
+}
+
+.ls-darkskin .ls-thumbnail-hover-bg {
+ background: #222;
+ box-shadow: 0px 2px 12px -4px black;
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+}
+
+.ls-darkskin .ls-thumbnail-hover span {
+ border: 5px solid #222;
+ margin-left: -5px;
+}
+
+
+
+.ls-darkskin .ls-thumbnail {
+ padding-top: 15px;
+}
+
+.ls-darkskin .ls-thumbnail-inner {
+ padding: 5px;
+ margin-left: -5px;
+ background: #222;
+ box-shadow: 0px 3px 15px -5px #000;
+ -moz-box-shadow: 0px 3px 15px -5px #000;
+ -webkit-box-shadow: 0px 3px 15px -5px #000;
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+}
+
+.ls-darkskin .ls-thumbnail-slide a {
+ margin-right: 5px;
+}
+
+.ls-darkskin .ls-nothumb {
+ background: #333;
+}
+
+
+
+.ls-darkskin .ls-loading-container {
+ width: 40px;
+ height: 40px;
+ margin-left: -20px;
+ margin-top: -20px;
+ background-position: -450px -150px;
+}
+
+.ls-darkskin .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 9px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-darkskin .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-darkskin .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/skin.png
new file mode 100644
index 00000000..fa5e2d9c
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/darkskin/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/info.json
new file mode 100644
index 00000000..05b2eb4c
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "Default",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-01-15",
+ "updated" : "2013-07-29",
+ "note" : ""
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/loading.gif
new file mode 100644
index 00000000..dd82c716
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/nothumb.png
new file mode 100644
index 00000000..f533d486
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/skin.css
new file mode 100644
index 00000000..0a257eb0
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/skin.css
@@ -0,0 +1,231 @@
+/* LayerSlider Default Skin */
+
+
+
+.ls-defaultskin {
+ padding: 5px;
+ background: #f7f7f7;
+ box-shadow: 0px 3px 15px -5px #000;
+ -moz-box-shadow: 0px 3px 15px -5px #000;
+ -webkit-box-shadow: 0px 3px 15px -5px #000;
+ border-radius: 6px;
+ -moz-border-radius: 6px;
+ -webkit-border-radius: 6px;
+}
+
+.ls-defaultskin .ls-bottom-nav-wrapper {
+ margin: 15px auto 0px auto;
+}
+
+.ls-defaultskin .ls-playvideo {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -25px;
+}
+
+.ls-defaultskin .ls-playvideo,
+.ls-defaultskin .ls-nav-sides,
+.ls-defaultskin .ls-bottom-slidebuttons a,
+.ls-defaultskin .ls-nav-prev,
+.ls-defaultskin .ls-nav-next,
+.ls-defaultskin .ls-nav-start,
+.ls-defaultskin .ls-nav-stop,
+.ls-defaultskin .ls-fullscreen,
+.ls-defaultskin .ls-loading-container {
+ background-image: url(skin.png);
+}
+
+.ls-defaultskin .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-defaultskin .ls-playvideo:hover,
+.ls-defaultskin .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-defaultskin .ls-nav-prev {
+ background-position: 0px 0px;
+}
+
+.ls-defaultskin .ls-nav-prev:hover {
+ background-position: 0px -75px;
+}
+
+.ls-defaultskin .ls-nav-next {
+ background-position: -150px 0px;
+}
+
+.ls-defaultskin .ls-nav-next:hover {
+ background-position: -150px -75px;
+}
+
+.ls-defaultskin .ls-nav-start {
+ background-position: -300px 0px;
+}
+
+.ls-defaultskin .ls-nav-start:hover,
+.ls-defaultskin .ls-nav-start-active {
+ background-position: -300px -75px;
+}
+
+.ls-defaultskin .ls-nav-stop {
+ background-position: -450px 0px;
+}
+
+.ls-defaultskin .ls-nav-stop:hover,
+.ls-defaultskin .ls-nav-stop-active {
+ background-position: -450px -75px;
+}
+
+.ls-defaultskin .ls-bottom-slidebuttons a {
+ background-position: 0px -150px;
+}
+
+.ls-defaultskin .ls-bottom-slidebuttons a.ls-nav-active,
+.ls-defaultskin .ls-bottom-slidebuttons a:hover {
+ background-position: -75px -150px;
+}
+
+.ls-defaultskin .ls-nav-sideleft {
+ background-position: -150px -150px;
+}
+
+.ls-defaultskin .ls-nav-sideright {
+ background-position: -225px -150px;
+}
+
+
+
+.ls-defaultskin .ls-nav-prev,
+.ls-defaultskin .ls-nav-next {
+ width: 45px;
+ height: 55px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -27px;
+ position: absolute;
+}
+
+.ls-defaultskin .ls-nav-prev {
+ left: 5px;
+}
+
+.ls-defaultskin .ls-nav-next {
+ right: 5px;
+}
+
+
+
+.ls-defaultskin .ls-bottom-slidebuttons,
+.ls-defaultskin .ls-bottom-slidebuttons a,
+.ls-defaultskin .ls-nav-start,
+.ls-defaultskin .ls-nav-stop,
+.ls-defaultskin .ls-nav-sides {
+ height: 28px;
+}
+
+.ls-defaultskin .ls-bottom-slidebuttons,
+.ls-defaultskin .ls-bottom-slidebuttons a,
+.ls-defaultskin .ls-nav-start,
+.ls-defaultskin .ls-nav-stop,
+.ls-defaultskin .ls-nav-sides {
+ display: inline-block;
+}
+
+.ls-defaultskin .ls-nav-start,
+.ls-defaultskin .ls-nav-stop {
+ width: 24px;
+}
+
+.ls-defaultskin .ls-bottom-slidebuttons a {
+ width: 20px;
+}
+
+.ls-defaultskin .ls-nav-sides {
+ width: 6px;
+}
+
+
+
+.ls-defaultskin .ls-thumbnail-hover {
+ bottom: 55px;
+ padding: 4px;
+ margin-left: 1px;
+}
+
+.ls-defaultskin .ls-thumbnail-hover-bg {
+ background: white;
+ box-shadow: 0px 2px 12px -4px black;
+ border-radius: 4px;
+}
+
+.ls-defaultskin .ls-thumbnail-hover span {
+ border: 5px solid white;
+ margin-left: -5px;
+}
+
+
+
+.ls-defaultskin .ls-thumbnail {
+ top: -20px;
+}
+
+.ls-defaultskin .ls-thumbnail-inner {
+ padding: 5px;
+ margin-left: -5px;
+ background: white;
+ box-shadow: 0px 3px 35px -10px black;
+ border-radius: 4px;
+}
+
+.ls-defaultskin .ls-thumbnail-slide a {
+ margin-right: 5px;
+}
+
+.ls-defaultskin .ls-nothumb {
+ background: #eee;
+}
+
+
+
+.ls-defaultskin .ls-above-thumbnails {
+ display: none;
+}
+
+.ls-defaultskin .ls-below-thumbnails {
+ display: block;
+ margin-top: -20px;
+}
+
+
+
+.ls-defaultskin .ls-loading-container {
+ width: 40px;
+ height: 40px;
+ margin-left: -20px;
+ margin-top: -20px;
+ background-position: -450px -150px;
+}
+
+.ls-defaultskin .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 9px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-defaultskin .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-defaultskin .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/skin.png
new file mode 100644
index 00000000..4a680ef4
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/defaultskin/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/info.json
new file mode 100644
index 00000000..1e41234d
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "Full-width",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-01-15",
+ "updated" : "2013-07-29",
+ "note" : ""
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/loading.gif
new file mode 100644
index 00000000..dd82c716
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/nothumb.png
new file mode 100644
index 00000000..f533d486
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/skin.css
new file mode 100644
index 00000000..f3a8dff2
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/skin.css
@@ -0,0 +1,208 @@
+/* LayerSlider Full Width Skin */
+
+
+
+.ls-fullwidth .ls-playvideo {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -25px;
+}
+
+.ls-fullwidth .ls-playvideo,
+.ls-fullwidth .ls-nav-sides,
+.ls-fullwidth .ls-bottom-slidebuttons a,
+.ls-fullwidth .ls-nav-prev,
+.ls-fullwidth .ls-nav-next,
+.ls-fullwidth .ls-nav-start,
+.ls-fullwidth .ls-nav-stop,
+.ls-fullwidth .ls-fullscreen,
+.ls-fullwidth .ls-loading-container {
+ background-image: url(skin.png);
+}
+
+.ls-fullwidth .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-fullwidth .ls-playvideo:hover,
+.ls-fullwidth .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-fullwidth .ls-nav-prev {
+ background-position: 0px 0px;
+}
+
+.ls-fullwidth .ls-nav-prev:hover {
+ background-position: 0px -75px;
+}
+
+.ls-fullwidth .ls-nav-next {
+ background-position: -150px 0px;
+}
+
+.ls-fullwidth .ls-nav-next:hover {
+ background-position: -150px -75px;
+}
+
+.ls-fullwidth .ls-nav-start {
+ background-position: -300px 0px;
+}
+
+.ls-fullwidth .ls-nav-start:hover,
+.ls-fullwidth .ls-nav-start-active {
+ background-position: -300px -75px;
+}
+
+.ls-fullwidth .ls-nav-stop {
+ background-position: -450px 0px;
+}
+
+.ls-fullwidth .ls-nav-stop:hover,
+.ls-fullwidth .ls-nav-stop-active {
+ background-position: -450px -75px;
+}
+
+.ls-fullwidth .ls-bottom-slidebuttons a {
+ background-position: 0px -150px;
+}
+
+.ls-fullwidth .ls-bottom-slidebuttons a.ls-nav-active,
+.ls-fullwidth .ls-bottom-slidebuttons a:hover {
+ background-position: -75px -150px;
+}
+
+.ls-fullwidth .ls-nav-sideleft {
+ background-position: -150px -150px;
+}
+
+.ls-fullwidth .ls-nav-sideright {
+ background-position: -225px -150px;
+}
+
+
+
+.ls-fullwidth .ls-nav-prev,
+.ls-fullwidth .ls-nav-next {
+ width: 40px;
+ height: 40px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -20px;
+ position: absolute;
+}
+
+.ls-fullwidth .ls-nav-prev {
+ left: 10px;
+}
+
+.ls-fullwidth .ls-nav-next {
+ right: 10px;
+}
+
+
+
+.ls-fullwidth .ls-bottom-slidebuttons,
+.ls-fullwidth .ls-bottom-slidebuttons a,
+.ls-fullwidth .ls-nav-start,
+.ls-fullwidth .ls-nav-stop,
+.ls-fullwidth .ls-nav-sides {
+ height: 20px;
+}
+
+.ls-fullwidth .ls-bottom-slidebuttons,
+.ls-fullwidth .ls-bottom-slidebuttons a,
+.ls-fullwidth .ls-nav-start,
+.ls-fullwidth .ls-nav-stop,
+.ls-fullwidth .ls-nav-sides {
+ display: inline-block;
+}
+
+.ls-fullwidth .ls-bottom-slidebuttons,
+.ls-fullwidth .ls-nav-start,
+.ls-fullwidth .ls-nav-stop,
+.ls-fullwidth .ls-nav-sides {
+ top: -30px;
+}
+
+.ls-fullwidth .ls-nav-start,
+.ls-fullwidth .ls-nav-stop {
+ width: 25px;
+}
+
+.ls-fullwidth .ls-bottom-slidebuttons a {
+ width: 20px;
+}
+
+.ls-fullwidth .ls-nav-sides {
+ width: 0px;
+}
+
+
+
+.ls-fullwidth .ls-thumbnail-hover {
+ bottom: 30px;
+ padding: 2px;
+ margin-left: 1px;
+}
+
+.ls-fullwidth .ls-thumbnail-hover-bg {
+ background: #eee;
+}
+
+.ls-fullwidth .ls-thumbnail-hover span {
+ border: 5px solid #eee;
+ margin-left: -5px;
+}
+
+
+
+.ls-fullwidth .ls-thumbnail {
+ top: 10px;
+}
+
+.ls-fullwidth .ls-thumbnail-inner {
+ padding: 2px;
+ margin-left: -2px;
+ background: #fff;
+}
+
+.ls-fullwidth .ls-thumbnail-slide a {
+ margin-right: 2px;
+}
+
+.ls-fullwidth .ls-nothumb {
+ background: #eee;
+}
+
+
+
+.ls-fullwidth .ls-loading-container {
+ width: 40px;
+ height: 40px;
+ margin-left: -20px;
+ margin-top: -20px;
+ background-position: -450px -150px;
+}
+
+.ls-fullwidth .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 9px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-fullwidth .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-fullwidth .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/skin.png
new file mode 100644
index 00000000..693e09d2
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidth/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/info.json
new file mode 100644
index 00000000..76c301dd
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "Full-width Dark",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-01-15",
+ "updated" : "2013-07-29",
+ "note" : ""
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/loading.gif
new file mode 100644
index 00000000..2af00e36
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/nothumb.png
new file mode 100644
index 00000000..f533d486
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/skin.css
new file mode 100644
index 00000000..02a2d55c
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/skin.css
@@ -0,0 +1,216 @@
+/* LayerSlider Full Width Dark Skin */
+
+
+
+.ls-fullwidthdark .ls-ct-half {
+ background: #444;
+}
+
+.ls-fullwidthdark .ls-ct-center {
+ background: white;
+}
+
+.ls-fullwidthdark .ls-playvideo {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -25px;
+}
+
+.ls-fullwidthdark .ls-playvideo,
+.ls-fullwidthdark .ls-nav-sides,
+.ls-fullwidthdark .ls-bottom-slidebuttons a,
+.ls-fullwidthdark .ls-nav-prev,
+.ls-fullwidthdark .ls-nav-next,
+.ls-fullwidthdark .ls-nav-start,
+.ls-fullwidthdark .ls-nav-stop,
+.ls-fullwidthdark .ls-fullscreen,
+.ls-fullwidthdark .ls-loading-container {
+ background-image: url(skin.png);
+}
+
+.ls-fullwidthdark .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-fullwidthdark .ls-playvideo:hover,
+.ls-fullwidthdark .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-fullwidthdark .ls-nav-prev {
+ background-position: 0px 0px;
+}
+
+.ls-fullwidthdark .ls-nav-prev:hover {
+ background-position: 0px -75px;
+}
+
+.ls-fullwidthdark .ls-nav-next {
+ background-position: -150px 0px;
+}
+
+.ls-fullwidthdark .ls-nav-next:hover {
+ background-position: -150px -75px;
+}
+
+.ls-fullwidthdark .ls-nav-start {
+ background-position: -300px 0px;
+}
+
+.ls-fullwidthdark .ls-nav-start:hover,
+.ls-fullwidthdark .ls-nav-start-active {
+ background-position: -300px -75px;
+}
+
+.ls-fullwidthdark .ls-nav-stop {
+ background-position: -450px 0px;
+}
+
+.ls-fullwidthdark .ls-nav-stop:hover,
+.ls-fullwidthdark .ls-nav-stop-active {
+ background-position: -450px -75px;
+}
+
+.ls-fullwidthdark .ls-bottom-slidebuttons a {
+ background-position: 0px -150px;
+}
+
+.ls-fullwidthdark .ls-bottom-slidebuttons a.ls-nav-active,
+.ls-fullwidthdark .ls-bottom-slidebuttons a:hover {
+ background-position: -75px -150px;
+}
+
+.ls-fullwidthdark .ls-nav-sideleft {
+ background-position: -150px -150px;
+}
+
+.ls-fullwidthdark .ls-nav-sideright {
+ background-position: -225px -150px;
+}
+
+
+
+.ls-fullwidthdark .ls-nav-prev,
+.ls-fullwidthdark .ls-nav-next {
+ width: 40px;
+ height: 40px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -20px;
+ position: absolute;
+}
+
+.ls-fullwidthdark .ls-nav-prev {
+ left: 10px;
+}
+
+.ls-fullwidthdark .ls-nav-next {
+ right: 10px;
+}
+
+
+
+.ls-fullwidthdark .ls-bottom-slidebuttons,
+.ls-fullwidthdark .ls-bottom-slidebuttons a,
+.ls-fullwidthdark .ls-nav-start,
+.ls-fullwidthdark .ls-nav-stop,
+.ls-fullwidthdark .ls-nav-sides {
+ height: 20px;
+}
+
+.ls-fullwidthdark .ls-bottom-slidebuttons,
+.ls-fullwidthdark .ls-bottom-slidebuttons a,
+.ls-fullwidthdark .ls-nav-start,
+.ls-fullwidthdark .ls-nav-stop,
+.ls-fullwidthdark .ls-nav-sides {
+ display: inline-block;
+}
+
+.ls-fullwidthdark .ls-bottom-slidebuttons,
+.ls-fullwidthdark .ls-nav-start,
+.ls-fullwidthdark .ls-nav-stop,
+.ls-fullwidthdark .ls-nav-sides {
+ top: -30px;
+}
+
+.ls-fullwidthdark .ls-nav-start,
+.ls-fullwidthdark .ls-nav-stop {
+ width: 25px;
+}
+
+.ls-fullwidthdark .ls-bottom-slidebuttons a {
+ width: 20px;
+}
+
+.ls-fullwidthdark .ls-nav-sides {
+ width: 0px;
+}
+
+
+
+.ls-fullwidthdark .ls-thumbnail-hover {
+ bottom: 30px;
+ padding: 2px;
+ margin-left: 1px;
+}
+
+.ls-fullwidthdark .ls-thumbnail-hover-bg {
+ background: #222;
+}
+
+.ls-fullwidthdark .ls-thumbnail-hover span {
+ border: 5px solid #222;
+ margin-left: -5px;
+}
+
+
+
+.ls-fullwidthdark .ls-thumbnail {
+ top: 10px;
+}
+
+.ls-fullwidthdark .ls-thumbnail-inner {
+ padding: 2px;
+ margin-left: -2px;
+ background: #222;
+}
+
+.ls-fullwidthdark .ls-thumbnail-slide a {
+ margin-right: 2px;
+}
+
+.ls-fullwidthdark .ls-nothumb {
+ background: #333;
+}
+
+
+
+.ls-fullwidthdark .ls-loading-container {
+ width: 40px;
+ height: 40px;
+ margin-left: -20px;
+ margin-top: -20px;
+ background-position: -450px -150px;
+}
+
+.ls-fullwidthdark .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 9px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-fullwidthdark .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-fullwidthdark .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/skin.png
new file mode 100644
index 00000000..1b9f7d25
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/fullwidthdark/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/glass/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/glass/info.json
new file mode 100644
index 00000000..07b037c0
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/glass/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "Glass",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-01-15",
+ "updated" : "2013-07-29",
+ "note" : ""
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/glass/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/glass/loading.gif
new file mode 100644
index 00000000..dd82c716
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/glass/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/glass/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/glass/nothumb.png
new file mode 100644
index 00000000..f533d486
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/glass/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/glass/shadow.png b/wp/wp-content/plugins/LayerSlider/static/skins/glass/shadow.png
new file mode 100644
index 00000000..3098cca4
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/glass/shadow.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/glass/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/glass/skin.css
new file mode 100644
index 00000000..caeabe37
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/glass/skin.css
@@ -0,0 +1,232 @@
+/* LayerSlider Glass Skin */
+
+
+
+.ls-glass {
+ padding: 10px;
+ background: #fff;
+ border-radius: 6px;
+}
+
+.ls-glass .ls-bottom-nav-wrapper {
+ margin-top: 10px;
+}
+
+.ls-glass .ls-playvideo {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -25px;
+}
+
+.ls-glass .ls-playvideo,
+.ls-glass .ls-nav-sides,
+.ls-glass .ls-bottom-slidebuttons a,
+.ls-glass .ls-nav-prev,
+.ls-glass .ls-nav-next,
+.ls-glass .ls-nav-start,
+.ls-glass .ls-nav-stop,
+.ls-glass .ls-fullscreen,
+.ls-glass .ls-loading-container {
+ background-image: url(skin.png);
+}
+
+.ls-glass .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-glass .ls-playvideo:hover,
+.ls-glass .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-glass .ls-nav-prev {
+ background-position: 0px 0px;
+}
+
+.ls-glass .ls-nav-prev:hover {
+ background-position: 0px -75px;
+}
+
+.ls-glass .ls-nav-next {
+ background-position: -150px 0px;
+}
+
+.ls-glass .ls-nav-next:hover {
+ background-position: -150px -75px;
+}
+
+.ls-glass .ls-nav-start {
+ background-position: -300px 0px;
+}
+
+.ls-glass .ls-nav-start:hover,
+.ls-glass .ls-nav-start-active {
+ background-position: -300px -75px;
+}
+
+.ls-glass .ls-nav-stop {
+ background-position: -450px 0px;
+}
+
+.ls-glass .ls-nav-stop:hover,
+.ls-glass .ls-nav-stop-active {
+ background-position: -450px -75px;
+}
+
+.ls-glass .ls-bottom-slidebuttons a {
+ background-position: 0px -150px;
+}
+
+.ls-glass .ls-bottom-slidebuttons a.ls-nav-active,
+.ls-glass .ls-bottom-slidebuttons a:hover {
+ background-position: -75px -150px;
+}
+
+.ls-glass .ls-nav-sideleft {
+ background-position: -150px -150px;
+}
+
+.ls-glass .ls-nav-sideright {
+ background-position: -225px -150px;
+}
+
+
+
+.ls-glass .ls-nav-prev,
+.ls-glass .ls-nav-next {
+ width: 22px;
+ height: 50px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -25px;
+ position: absolute;
+}
+
+.ls-glass .ls-nav-prev {
+ left: -22px;
+}
+
+.ls-glass .ls-nav-next {
+ right: -22px;
+}
+
+
+
+.ls-glass .ls-bottom-slidebuttons,
+.ls-glass .ls-bottom-slidebuttons a,
+.ls-glass .ls-nav-start,
+.ls-glass .ls-nav-stop,
+.ls-glass .ls-nav-sides {
+ height: 30px;
+}
+
+.ls-glass .ls-bottom-slidebuttons,
+.ls-glass .ls-bottom-slidebuttons a,
+.ls-glass .ls-nav-start,
+.ls-glass .ls-nav-stop,
+.ls-glass .ls-nav-sides {
+ display: inline-block;
+}
+
+.ls-glass .ls-nav-start,
+.ls-glass .ls-nav-stop {
+ width: 28px;
+}
+
+.ls-glass .ls-bottom-slidebuttons a {
+ width: 18px;
+}
+
+.ls-glass .ls-nav-sides {
+ width: 9px;
+}
+
+
+
+.ls-glass .ls-thumbnail-hover {
+ bottom: 50px;
+ padding: 4px;
+ margin-left: 1px;
+}
+
+.ls-glass .ls-thumbnail-hover-bg {
+ background: white;
+ box-shadow: 0px 2px 12px -4px black;
+ border-radius: 4px;
+}
+
+.ls-glass .ls-thumbnail-hover span {
+ border: 5px solid white;
+ margin-left: -5px;
+}
+
+
+
+.ls-glass .ls-thumbnail {
+ top: -20px;
+}
+
+.ls-glass .ls-thumbnail-inner {
+ padding: 5px;
+ margin-left: -5px;
+ background: white;
+ box-shadow: 0px 3px 35px -10px black;
+ border-radius: 4px;
+}
+
+.ls-glass .ls-thumbnail-slide a {
+ margin-right: 5px;
+}
+
+.ls-glass .ls-nothumb {
+ background: #eee;
+}
+
+
+
+.ls-glass .ls-above-thumbnails {
+ display: none;
+}
+
+.ls-glass .ls-below-thumbnails {
+ display: block;
+ margin-top: -20px;
+}
+
+
+
+.ls-glass .ls-shadow {
+ display: block;
+}
+
+
+
+.ls-glass .ls-loading-container {
+ width: 40px;
+ height: 40px;
+ margin-left: -20px;
+ margin-top: -20px;
+ background-position: -450px -150px;
+}
+
+.ls-glass .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 9px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-glass .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-glass .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/glass/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/glass/skin.png
new file mode 100644
index 00000000..dae612a4
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/glass/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/jupiter/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/jupiter/loading.gif
new file mode 100644
index 00000000..dd82c716
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/jupiter/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/jupiter/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/jupiter/nothumb.png
new file mode 100644
index 00000000..0ce0c694
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/jupiter/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/jupiter/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/jupiter/skin.css
new file mode 100644
index 00000000..148e760c
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/jupiter/skin.css
@@ -0,0 +1,217 @@
+/* LayerSlider Default Skin */
+
+
+
+
+.ls-jupiter .ls-bottom-nav-wrapper {
+ margin: -50px auto 0px auto;
+}
+
+.ls-jupiter .ls-playvideo {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -25px;
+}
+
+.ls-jupiter .ls-playvideo,
+.ls-jupiter .ls-nav-sides,
+.ls-jupiter .ls-bottom-slidebuttons a,
+.ls-jupiter .ls-nav-start,
+.ls-jupiter .ls-nav-stop,
+.ls-jupiter .ls-fullscreen,
+.ls-jupiter .ls-loading-container {
+
+}
+
+.ls-jupiter .ls-nav-prev, .ls-jupiter .ls-nav-next {
+
+ width: 38px;
+ height: 38px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -20px;
+ position: absolute;
+ -webkit-opacity: 0.8;
+ -moz-opacity: 0.8;
+ -o-opacity: 0.8;
+ filter: alpha(opacity=80);
+ opacity: 0.8;
+ background-color: rgba(0,0,0,0.4);
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+}
+.ls-jupiter .ls-nav-prev:before,
+.ls-jupiter .ls-nav-next:before {
+ display: block;
+ color: #fff;
+ position: absolute;
+ font-size: 16px;
+ position: absolute;
+ left:13px;
+ top:12px;
+ }
+
+.ls-jupiter .ls-nav-prev {
+ left:10px;
+}
+.ls-jupiter .ls-nav-prev:before {
+ content: "\f053";
+}
+
+.ls-jupiter .ls-nav-prev:hover {
+ opacity:1;
+}
+.ls-jupiter .ls-nav-next {
+ right:10px;
+}
+.ls-jupiter .ls-nav-next:before {
+ content: "\f054";
+}
+
+.ls-jupiter .ls-nav-next:hover {
+ opacity:1;
+}
+
+.ls-jupiter .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-jupiter .ls-playvideo:hover,
+.ls-jupiter .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+
+
+
+
+.ls-jupiter .ls-bottom-slidebuttons,
+.ls-jupiter .ls-bottom-slidebuttons a,
+.ls-jupiter .ls-nav-start,
+.ls-jupiter .ls-nav-stop,
+.ls-jupiter .ls-nav-sides {
+ height: 28px;
+}
+
+.ls-jupiter .ls-bottom-slidebuttons,
+.ls-jupiter .ls-bottom-slidebuttons a,
+.ls-jupiter .ls-nav-start,
+.ls-jupiter .ls-nav-stop,
+.ls-jupiter .ls-nav-sides {
+ display: inline-block;
+}
+
+.ls-jupiter .ls-nav-start,
+.ls-jupiter .ls-nav-stop {
+ width: 24px;
+}
+
+.ls-jupiter .ls-bottom-slidebuttons a {
+ width: 16px;
+ height: 16px;
+ margin: 2px;
+ display: inline-block;
+
+}
+.ls-jupiter .ls-bottom-slidebuttons a:before {
+ display: block;
+ color: #fff;
+ position: absolute;
+ font-size: 12px;
+ content: "\f10c";
+}
+
+
+.ls-jupiter .ls-bottom-slidebuttons a:hover:before, .ls-jupiter .ls-bottom-slidebuttons a.ls-nav-active:before {
+ content: "\f111" !important;
+ }
+
+
+
+.ls-jupiter .ls-nav-sides {
+ width: 6px;
+}
+
+
+
+.ls-jupiter .ls-thumbnail-hover {
+ bottom: 40px;
+ padding: 4px;
+ margin-left: 1px;
+}
+
+.ls-jupiter .ls-thumbnail-hover-bg {
+ background: white;
+ border-radius: 4px;
+}
+
+.ls-jupiter .ls-thumbnail-hover span {
+ border: 5px solid white;
+ margin-left: -5px;
+}
+
+
+
+.ls-jupiter .ls-thumbnail {
+ top: -20px;
+}
+
+.ls-jupiter .ls-thumbnail-inner {
+ padding: 5px;
+ margin-left: -5px;
+ background: white;
+ box-shadow: 0px 3px 35px -10px black;
+ border-radius: 4px;
+}
+
+.ls-jupiter .ls-thumbnail-slide a {
+ margin-right: 5px;
+}
+
+.ls-jupiter .ls-nothumb {
+ background: #eee;
+}
+
+
+
+.ls-jupiter .ls-above-thumbnails {
+ display: none;
+}
+
+.ls-jupiter .ls-below-thumbnails {
+ display: block;
+ margin-top: -20px;
+}
+
+
+
+.ls-jupiter .ls-loading-container {
+ width: 40px;
+ height: 40px;
+ margin-left: -20px;
+ margin-top: -20px;
+ background-position: -450px -150px;
+}
+
+.ls-jupiter .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 9px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-jupiter .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-jupiter .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/jupiter/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/jupiter/skin.png
new file mode 100644
index 00000000..bfb1d444
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/jupiter/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/info.json
new file mode 100644
index 00000000..9baaf9dc
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "Light",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-01-15",
+ "updated" : "2013-07-29",
+ "note" : ""
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/loading.gif
new file mode 100644
index 00000000..dd82c716
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/nothumb.png
new file mode 100644
index 00000000..f533d486
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/skin.css
new file mode 100644
index 00000000..5d1a557c
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/skin.css
@@ -0,0 +1,232 @@
+/* LayerSlider Light Skin */
+
+
+
+.ls-lightskin {
+ padding: 5px;
+ background: #f7f7f7;
+ box-shadow: 0px 3px 15px -5px #000;
+ -moz-box-shadow: 0px 3px 15px -5px #000;
+ -webkit-box-shadow: 0px 3px 15px -5px #000;
+ border-radius: 6px;
+ -moz-border-radius: 6px;
+ -webkit-border-radius: 6px;
+}
+
+.ls-lightskin .ls-playvideo {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -25px;
+}
+
+.ls-lightskin .ls-playvideo,
+.ls-lightskin .ls-nav-sides,
+.ls-lightskin .ls-bottom-slidebuttons a,
+.ls-lightskin .ls-nav-prev,
+.ls-lightskin .ls-nav-next,
+.ls-lightskin .ls-nav-start,
+.ls-lightskin .ls-nav-stop,
+.ls-lightskin .ls-fullscreen,
+.ls-lightskin .ls-loading-container {
+ background-image: url(skin.png);
+}
+
+.ls-lightskin .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-lightskin .ls-playvideo:hover,
+.ls-lightskin .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-lightskin .ls-nav-prev {
+ background-position: 0px 0px;
+}
+
+.ls-lightskin .ls-nav-prev:hover {
+ background-position: 0px -75px;
+}
+
+.ls-lightskin .ls-nav-next {
+ background-position: -150px 0px;
+}
+
+.ls-lightskin .ls-nav-next:hover {
+ background-position: -150px -75px;
+}
+
+.ls-lightskin .ls-nav-start {
+ background-position: -300px 0px;
+}
+
+.ls-lightskin .ls-nav-start:hover,
+.ls-lightskin .ls-nav-start-active {
+ background-position: -300px -75px;
+}
+
+.ls-lightskin .ls-nav-stop {
+ background-position: -450px 0px;
+}
+
+.ls-lightskin .ls-nav-stop:hover,
+.ls-lightskin .ls-nav-stop-active {
+ background-position: -450px -75px;
+}
+
+.ls-lightskin .ls-bottom-slidebuttons a {
+ background-position: 0px -150px;
+}
+
+.ls-lightskin .ls-bottom-slidebuttons a.ls-nav-active,
+.ls-lightskin .ls-bottom-slidebuttons a:hover {
+ background-position: -75px -150px;
+}
+
+.ls-lightskin .ls-nav-sideleft {
+ background-position: -150px -150px;
+}
+
+.ls-lightskin .ls-nav-sideright {
+ background-position: -225px -150px;
+}
+
+
+
+.ls-lightskin .ls-nav-prev,
+.ls-lightskin .ls-nav-next {
+ width: 27px;
+ height: 75px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -37px;
+ position: absolute;
+}
+
+.ls-lightskin .ls-nav-prev {
+ left: 5px;
+}
+
+.ls-lightskin .ls-nav-next {
+ right: 5px;
+}
+
+
+
+.ls-lightskin .ls-bottom-slidebuttons,
+.ls-lightskin .ls-bottom-slidebuttons a,
+.ls-lightskin .ls-nav-start,
+.ls-lightskin .ls-nav-stop,
+.ls-lightskin .ls-nav-sides {
+ height: 28px;
+}
+
+.ls-lightskin .ls-bottom-slidebuttons,
+.ls-lightskin .ls-bottom-slidebuttons a,
+.ls-lightskin .ls-nav-start,
+.ls-lightskin .ls-nav-stop,
+.ls-lightskin .ls-nav-sides {
+ display: inline-block;
+}
+
+.ls-lightskin .ls-bottom-slidebuttons,
+.ls-lightskin .ls-nav-start,
+.ls-lightskin .ls-nav-stop,
+.ls-lightskin .ls-nav-sides {
+ top: -28px;
+}
+
+.ls-lightskin .ls-nav-start,
+.ls-lightskin .ls-nav-stop {
+ width: 54px;
+}
+
+.ls-lightskin .ls-bottom-slidebuttons a {
+ width: 18px;
+}
+
+.ls-lightskin .ls-nav-sides {
+ width: 44px;
+}
+
+
+
+.ls-lightskin .ls-thumbnail-hover {
+ padding: 4px;
+}
+
+.ls-lightskin .ls-thumbnail-hover {
+ bottom: 40px;
+ margin-left: 1px;
+}
+
+.ls-lightskin .ls-thumbnail-hover-bg {
+ background: #f7f7f7;
+ box-shadow: 0px 2px 12px -4px black;
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+}
+
+.ls-lightskin .ls-thumbnail-hover span {
+ border: 5px solid #f7f7f7;
+ margin-left: -5px;
+}
+
+
+
+.ls-lightskin .ls-thumbnail {
+ padding-top: 15px;
+}
+
+.ls-lightskin .ls-thumbnail-inner {
+ padding: 5px;
+ margin-left: -5px;
+ background: #f7f7f7;
+ box-shadow: 0px 1px 15px -5px #000;
+ -moz-box-shadow: 0px 1px 15px -5px #000;
+ -webkit-box-shadow: 0px 1px 15px -5px #000;
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+}
+
+.ls-lightskin .ls-thumbnail-slide a {
+ margin-right: 5px;
+}
+
+.ls-lightskin .ls-nothumb {
+ background: #e3e3e3;
+}
+
+
+
+.ls-lightskin .ls-loading-container {
+ width: 40px;
+ height: 40px;
+ margin-left: -20px;
+ margin-top: -20px;
+ background-position: -450px -150px;
+}
+
+.ls-lightskin .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 9px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-lightskin .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-lightskin .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/skin.png
new file mode 100644
index 00000000..88083d94
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/lightskin/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/minimal/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/minimal/info.json
new file mode 100644
index 00000000..1b05f846
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/minimal/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "Minimal",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-01-15",
+ "updated" : "2013-07-29",
+ "note" : ""
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/minimal/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/minimal/loading.gif
new file mode 100644
index 00000000..dd82c716
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/minimal/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/minimal/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/minimal/nothumb.png
new file mode 100644
index 00000000..f533d486
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/minimal/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/minimal/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/minimal/skin.css
new file mode 100644
index 00000000..073351d3
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/minimal/skin.css
@@ -0,0 +1,224 @@
+/* LayerSlider Minimal Skin */
+
+
+
+.ls-minimal {
+ padding: 10px;
+ background: #fff;
+ box-shadow: 0px 10px 150px -50px #000;
+}
+
+.ls-minimal .ls-bottom-nav-wrapper {
+ text-align: center;
+ margin: 10px auto 0px auto;
+ position: relative;
+}
+
+.ls-minimal .ls-playvideo {
+ width: 75px;
+ height: 75px;
+ margin-left: -37px;
+ margin-top: -37px;
+}
+
+.ls-minimal .ls-playvideo,
+.ls-minimal .ls-nav-sides,
+.ls-minimal .ls-bottom-slidebuttons a,
+.ls-minimal .ls-nav-prev,
+.ls-minimal .ls-nav-next,
+.ls-minimal .ls-nav-start,
+.ls-minimal .ls-nav-stop,
+.ls-minimal .ls-fullscreen,
+.ls-minimal .ls-loading-container {
+ background-image: url(skin.png);
+}
+
+.ls-minimal .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-minimal .ls-playvideo:hover,
+.ls-minimal .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-minimal .ls-nav-prev {
+ background-position: 0px 0px;
+}
+
+.ls-minimal .ls-nav-prev:hover {
+ background-position: 0px -75px;
+}
+
+.ls-minimal .ls-nav-next {
+ background-position: -150px 0px;
+}
+
+.ls-minimal .ls-nav-next:hover {
+ background-position: -150px -75px;
+}
+
+.ls-minimal .ls-nav-start {
+ background-position: -300px 0px;
+}
+
+.ls-minimal .ls-nav-start:hover,
+.ls-minimal .ls-nav-start-active {
+ background-position: -300px -75px;
+}
+
+.ls-minimal .ls-nav-stop {
+ background-position: -450px 0px;
+}
+
+.ls-minimal .ls-nav-stop:hover,
+.ls-minimal .ls-nav-stop-active {
+ background-position: -450px -75px;
+}
+
+.ls-minimal .ls-bottom-slidebuttons a {
+ background-position: 0px -150px;
+}
+
+.ls-minimal .ls-bottom-slidebuttons a.ls-nav-active,
+.ls-minimal .ls-bottom-slidebuttons a:hover {
+ background-position: -75px -150px;
+}
+
+.ls-minimal .ls-nav-sideleft {
+ background-position: -150px -150px;
+}
+
+.ls-minimal .ls-nav-sideright {
+ background-position: -225px -150px;
+}
+
+
+
+.ls-minimal .ls-nav-prev,
+.ls-minimal .ls-nav-next {
+ width: 25px;
+ height: 50px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -25px;
+ position: absolute;
+}
+
+.ls-minimal .ls-nav-prev {
+ left: -25px;
+}
+
+.ls-minimal .ls-nav-next {
+ right: -25px;
+}
+
+
+
+.ls-minimal .ls-bottom-slidebuttons,
+.ls-minimal .ls-bottom-slidebuttons a,
+.ls-minimal .ls-nav-start,
+.ls-minimal .ls-nav-stop,
+.ls-minimal .ls-nav-sides {
+ height: 30px;
+}
+
+.ls-minimal .ls-bottom-slidebuttons,
+.ls-minimal .ls-bottom-slidebuttons a,
+.ls-minimal .ls-nav-start,
+.ls-minimal .ls-nav-stop,
+.ls-minimal .ls-nav-sides {
+ display: inline-block;
+}
+
+.ls-minimal .ls-nav-start,
+.ls-minimal .ls-nav-stop {
+ width: 22px;
+}
+
+.ls-minimal .ls-bottom-slidebuttons a {
+ width: 17px;
+}
+
+.ls-minimal .ls-nav-sides {
+ width: 4px;
+}
+
+
+
+.ls-minimal .ls-thumbnail-hover {
+ bottom: 50px;
+ padding: 4px;
+ margin-left: 1px;
+}
+
+.ls-minimal .ls-thumbnail-hover-bg {
+ background: white;
+}
+
+.ls-minimal .ls-thumbnail-hover span {
+ border: 5px solid white;
+ margin-left: -5px;
+}
+
+
+
+.ls-minimal .ls-thumbnail {
+ top: -20px;
+}
+
+.ls-minimal .ls-thumbnail-inner {
+ padding: 5px;
+ margin-left: -5px;
+ background: white;
+}
+
+.ls-minimal .ls-thumbnail-slide a {
+ margin-right: 5px;
+}
+
+.ls-minimal .ls-nothumb {
+ background: #eee;
+}
+
+
+
+.ls-minimal .ls-above-thumbnails {
+ display: none;
+}
+
+.ls-minimal .ls-below-thumbnails {
+ display: block;
+ margin-top: -20px;
+}
+
+
+
+.ls-minimal .ls-loading-container {
+ width: 40px;
+ height: 40px;
+ margin-left: -20px;
+ margin-top: -20px;
+ background-position: -450px -150px;
+}
+
+.ls-minimal .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 9px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-minimal .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-minimal .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/minimal/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/minimal/skin.png
new file mode 100644
index 00000000..8c99725f
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/minimal/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/noskin/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/noskin/info.json
new file mode 100644
index 00000000..08f21b3d
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/noskin/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "No skin",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-01-15",
+ "updated" : "2013-07-29",
+ "note" : "Hides everything, including buttons"
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/noskin/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/noskin/loading.gif
new file mode 100644
index 00000000..dd82c716
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/noskin/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/noskin/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/noskin/nothumb.png
new file mode 100644
index 00000000..0ce0c694
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/noskin/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/noskin/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/noskin/skin.css
new file mode 100644
index 00000000..cec6a30d
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/noskin/skin.css
@@ -0,0 +1,81 @@
+/* LayerSlider No Skin */
+
+
+
+.ls-noskin .ls-playvideo {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -25px;
+}
+
+.ls-noskin .ls-nav-sides,
+.ls-noskin .ls-bottom-nav-wrapper,
+.ls-noskin .ls-bottom-slidebuttons a,
+.ls-noskin .ls-nav-prev,
+.ls-noskin .ls-nav-next,
+.ls-noskin .ls-nav-start,
+.ls-noskin .ls-nav-stop {
+ display: none;
+ visibility: hidden;
+}
+
+
+.ls-noskin .ls-playvideo,
+.ls-noskin .ls-loading-container,
+.ls-noskin .ls-fullscreen {
+ background-image: url(skin.png);
+}
+
+.ls-noskin .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-noskin .ls-playvideo:hover,
+.ls-noskin .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-noskin .ls-thumbnail {
+ top: 0px;
+}
+
+.ls-noskin .ls-thumbnail-inner {
+ padding: 5px;
+ margin-left: -5px;
+}
+
+.ls-noskin .ls-thumbnail-slide a {
+ margin-right: 5px;
+}
+
+.ls-noskin .ls-nothumb {
+ background: #eee;
+}
+
+.ls-noskin .ls-loading-container {
+ width: 40px;
+ height: 40px;
+ margin-left: -20px;
+ margin-top: -20px;
+ background-position: -450px -150px;
+}
+
+.ls-noskin .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 9px;
+ background-image: url(loading.gif);
+}
+
+.ls-noskin .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-noskin .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/noskin/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/noskin/skin.png
new file mode 100644
index 00000000..0ae6aea0
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/noskin/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/preview/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/preview/info.json
new file mode 100644
index 00000000..9861daf6
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/preview/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "Preview",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-01-15",
+ "updated" : "2013-07-29",
+ "note" : "Used in slider builder"
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/preview/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/preview/loading.gif
new file mode 100644
index 00000000..dd82c716
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/preview/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/preview/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/preview/nothumb.png
new file mode 100644
index 00000000..f533d486
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/preview/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/preview/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/preview/skin.css
new file mode 100644
index 00000000..dfb3a821
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/preview/skin.css
@@ -0,0 +1,104 @@
+/* LayerSlider Preview Skin */
+
+
+
+.ls-preview .ls-bottom-nav-wrapper {
+ text-align: center;
+ margin: 15px auto 0px auto;
+ position: relative;
+}
+
+.ls-preview .ls-playvideo {
+ width: 50px;
+ height: 50px;
+ margin-left: -25px;
+ margin-top: -25px;
+}
+
+.ls-preview .ls-playvideo,
+.ls-preview .ls-nav-prev,
+.ls-preview .ls-nav-next,
+.ls-preview .ls-fullscreen,
+.ls-preview .ls-loading-container {
+ background-image: url(skin.png);
+}
+
+.ls-preview .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-preview .ls-playvideo:hover,
+.ls-preview .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-preview .ls-nav-prev {
+ background-position: 0px 0px;
+}
+
+.ls-preview .ls-nav-prev:hover {
+ background-position: 0px -75px;
+}
+
+.ls-preview .ls-nav-next {
+ background-position: -150px 0px;
+}
+
+.ls-preview .ls-nav-next:hover {
+ background-position: -150px -75px;
+}
+
+
+
+.ls-preview .ls-nav-prev,
+.ls-preview .ls-nav-next {
+ width: 45px;
+ height: 55px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -27px;
+ position: absolute;
+}
+
+.ls-preview .ls-nav-prev {
+ left: 0px;
+}
+
+.ls-preview .ls-nav-next {
+ right: 0px;
+}
+
+.ls-bottom-nav-wrapper {
+ display: none;
+}
+
+
+
+.ls-preview .ls-loading-container {
+ width: 40px;
+ height: 40px;
+ margin-left: -20px;
+ margin-top: -20px;
+ background-position: -450px -150px;
+}
+
+.ls-preview .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 9px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-preview .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-preview .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/preview/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/preview/skin.png
new file mode 100644
index 00000000..4a680ef4
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/preview/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/v5/info.json b/wp/wp-content/plugins/LayerSlider/static/skins/v5/info.json
new file mode 100644
index 00000000..c881945d
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/v5/info.json
@@ -0,0 +1,9 @@
+{
+ "name" : "v5",
+ "version" : "4.6.0",
+ "requires" : "4.5.5",
+ "author" : "Kreatura Media",
+ "created" : "2013-12-15",
+ "updated" : "2013-12-18",
+ "note" : ""
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/v5/loading.gif b/wp/wp-content/plugins/LayerSlider/static/skins/v5/loading.gif
new file mode 100644
index 00000000..dd82c716
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/v5/loading.gif differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/v5/nothumb.png b/wp/wp-content/plugins/LayerSlider/static/skins/v5/nothumb.png
new file mode 100644
index 00000000..0ce0c694
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/v5/nothumb.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/v5/skin.css b/wp/wp-content/plugins/LayerSlider/static/skins/v5/skin.css
new file mode 100644
index 00000000..f32b611d
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/static/skins/v5/skin.css
@@ -0,0 +1,208 @@
+/* LayerSlider Full Width Skin */
+
+
+
+.ls-v5 .ls-playvideo {
+ width: 60px;
+ height: 60px;
+ margin-left: -30px;
+ margin-top: -30px;
+}
+
+.ls-v5 .ls-playvideo,
+.ls-v5 .ls-nav-sides,
+.ls-v5 .ls-bottom-slidebuttons a,
+.ls-v5 .ls-nav-prev,
+.ls-v5 .ls-nav-next,
+.ls-v5 .ls-nav-start,
+.ls-v5 .ls-nav-stop,
+.ls-v5 .ls-fullscreen,
+.ls-v5 .ls-loading-container {
+ background-image: url(skin.png);
+}
+
+.ls-v5 .ls-playvideo {
+ background-position: -300px -150px;
+}
+
+.ls-v5 .ls-playvideo:hover,
+.ls-v5 .ls-vpcontainer:hover .ls-playvideo {
+ background-position: -375px -150px;
+}
+
+.ls-v5 .ls-nav-prev {
+ background-position: 0px 0px;
+}
+
+.ls-v5 .ls-nav-prev:hover {
+ background-position: 0px -75px;
+}
+
+.ls-v5 .ls-nav-next {
+ background-position: -150px 0px;
+}
+
+.ls-v5 .ls-nav-next:hover {
+ background-position: -150px -75px;
+}
+
+.ls-v5 .ls-nav-start {
+ background-position: -300px 0px;
+}
+
+.ls-v5 .ls-nav-start:hover,
+.ls-v5 .ls-nav-start-active {
+ background-position: -300px -75px;
+}
+
+.ls-v5 .ls-nav-stop {
+ background-position: -450px 0px;
+}
+
+.ls-v5 .ls-nav-stop:hover,
+.ls-v5 .ls-nav-stop-active {
+ background-position: -450px -75px;
+}
+
+.ls-v5 .ls-bottom-slidebuttons a {
+ background-position: 0px -150px;
+}
+
+.ls-v5 .ls-bottom-slidebuttons a.ls-nav-active,
+.ls-v5 .ls-bottom-slidebuttons a:hover {
+ background-position: -75px -150px;
+}
+
+.ls-v5 .ls-nav-sideleft {
+ background-position: -150px -150px;
+}
+
+.ls-v5 .ls-nav-sideright {
+ background-position: -225px -150px;
+}
+
+
+
+.ls-v5 .ls-nav-prev,
+.ls-v5 .ls-nav-next {
+ width: 40px;
+ height: 50px;
+ z-index: 10000;
+ top: 50%;
+ margin-top: -25px;
+ position: absolute;
+}
+
+.ls-v5 .ls-nav-prev {
+ left: 10px;
+}
+
+.ls-v5 .ls-nav-next {
+ right: 10px;
+}
+
+
+
+.ls-v5 .ls-bottom-slidebuttons,
+.ls-v5 .ls-bottom-slidebuttons a,
+.ls-v5 .ls-nav-start,
+.ls-v5 .ls-nav-stop,
+.ls-v5 .ls-nav-sides {
+ height: 20px;
+}
+
+.ls-v5 .ls-bottom-slidebuttons,
+.ls-v5 .ls-bottom-slidebuttons a,
+.ls-v5 .ls-nav-start,
+.ls-v5 .ls-nav-stop,
+.ls-v5 .ls-nav-sides {
+ display: inline-block;
+}
+
+.ls-v5 .ls-bottom-slidebuttons,
+.ls-v5 .ls-nav-start,
+.ls-v5 .ls-nav-stop,
+.ls-v5 .ls-nav-sides {
+ top: -30px;
+}
+
+.ls-v5 .ls-nav-start,
+.ls-v5 .ls-nav-stop {
+ width: 25px;
+}
+
+.ls-v5 .ls-bottom-slidebuttons a {
+ width: 20px;
+}
+
+.ls-v5 .ls-nav-sides {
+ width: 0px;
+}
+
+
+
+.ls-v5 .ls-thumbnail-hover {
+ bottom: 30px;
+ padding: 2px;
+ margin-left: 1px;
+}
+
+.ls-v5 .ls-thumbnail-hover-bg {
+ background: #eee;
+}
+
+.ls-v5 .ls-thumbnail-hover span {
+ border: 5px solid #eee;
+ margin-left: -5px;
+}
+
+
+
+.ls-v5 .ls-thumbnail {
+ top: 10px;
+}
+
+.ls-v5 .ls-thumbnail-inner {
+ padding: 2px;
+ margin-left: -2px;
+ background: #fff;
+}
+
+.ls-v5 .ls-thumbnail-slide a {
+ margin-right: 2px;
+}
+
+.ls-v5 .ls-nothumb {
+ background: #eee;
+}
+
+
+
+.ls-v5 .ls-loading-container {
+ width: 40px;
+ height: 40px;
+ margin-left: -20px;
+ margin-top: -20px;
+ background-position: -450px -150px;
+}
+
+.ls-v5 .ls-loading-indicator {
+ width: 22px;
+ height: 22px;
+ margin-top: 9px;
+ background-image: url(loading.gif);
+}
+
+
+
+.ls-v5 .ls-fullscreen {
+ width: 30px;
+ height: 30px;
+ right: 10px;
+ top: 10px;
+ background-position: -525px -150px;
+}
+
+.ls-v5 .ls-fullscreen:hover {
+ background-position: -525px -190px;
+}
diff --git a/wp/wp-content/plugins/LayerSlider/static/skins/v5/skin.png b/wp/wp-content/plugins/LayerSlider/static/skins/v5/skin.png
new file mode 100644
index 00000000..17c82e97
Binary files /dev/null and b/wp/wp-content/plugins/LayerSlider/static/skins/v5/skin.png differ
diff --git a/wp/wp-content/plugins/LayerSlider/views/index.php b/wp/wp-content/plugins/LayerSlider/views/index.php
new file mode 100644
index 00000000..7e914158
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/views/index.php
@@ -0,0 +1,2 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wp/wp-content/plugins/LayerSlider/views/slider_edit.php b/wp/wp-content/plugins/LayerSlider/views/slider_edit.php
new file mode 100644
index 00000000..9e41834e
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/views/slider_edit.php
@@ -0,0 +1,869 @@
+ false), 'objects');
+?>
+
+
+
+ $installed) {
+ if(mt_rand(1, $odds) == 3) {
+ update_option('ls-share-displayed', ++$level);
+?>
+
+
+
+
+
+
+
+
+ Select slide transitions
+
+
+ Apply to others
+ Select all
+
+
+
+
+
+
+
+
+
diff --git a/wp/wp-content/plugins/LayerSlider/views/slider_edit_posts.php b/wp/wp-content/plugins/LayerSlider/views/slider_edit_posts.php
new file mode 100644
index 00000000..f9908895
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/views/slider_edit_posts.php
@@ -0,0 +1,137 @@
+
+ 'publish', 'limit' => 30, 'posts_per_page' => 30);
+
+if(!empty($slider['properties']['post_orderby'])) {
+ $queryArgs['orderby'] = $slider['properties']['post_orderby']; }
+
+if(!empty($slider['properties']['post_order'])) {
+ $queryArgs['order'] = $slider['properties']['post_order']; }
+
+if(!empty($slider['properties']['post_type'])) {
+ $queryArgs['post_type'] = $slider['properties']['post_type']; }
+
+if(!empty($slider['properties']['post_categories'][0])) {
+ $queryArgs['category__in'] = $slider['properties']['post_categories']; }
+
+if(!empty($slider['properties'][0])) {
+ $queryArgs['tag__in'] = $slider['properties']['post_tags']; }
+
+if(!empty($slider['properties']['post_taxonomy']) && !empty($slider['properties']['post_tax_terms'])) {
+ $queryArgs['tax_query'][] = array(
+ 'taxonomy' => $slider['properties']['post_taxonomy'],
+ 'field' => 'id',
+ 'terms' => $slider['properties']['post_tax_terms']
+ );
+}
+
+$posts = LS_Posts::find($queryArgs)->getParsedObject();
+?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $lsDefaults['slider']['postOrderBy']['keys'])) ?>
+ $lsDefaults['slider']['postOrder']['keys'])) ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wp/wp-content/plugins/LayerSlider/views/slider_edit_sample.php b/wp/wp-content/plugins/LayerSlider/views/slider_edit_sample.php
new file mode 100644
index 00000000..88874ccf
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/views/slider_edit_sample.php
@@ -0,0 +1,454 @@
+
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+ 'layerprop')) ?> ms
+
+
+
+ 'layerprop')) ?> ms
+ |
+
+
+
+ $lsDefaults['slides']['linkUrl']['name'] )) ?>
+
+ or
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ - [post-id]
+ - [post-slug]
+ - [post-url]
+ - [date-published]
+ - [date-modified]
+ - [image]
+ - [image-url]
+ - [title]
+ - [content]
+ - [excerpt]
+ - [link]
+ - [author]
+ - [author-id]
+ - [categories]
+ - [tags]
+ - [comments]
+ - [meta:<fieldname>]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $lsDefaults['layers']['linkURL']['name'] )) ?>
+
+ or
+
+ |
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
diff --git a/wp/wp-content/plugins/LayerSlider/views/slider_edit_settings.php b/wp/wp-content/plugins/LayerSlider/views/slider_edit_settings.php
new file mode 100644
index 00000000..3b4cc5ab
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/views/slider_edit_settings.php
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+
+
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+ |
+
+
+ |
+ |
+
+
+ |
+ 'input ls-colorpicker minicolors-input')) ?> |
+ |
+
+
+ |
+
+
+
+
+
+
+ |
+ |
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+
+
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+ |
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+ |
+ |
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
diff --git a/wp/wp-content/plugins/LayerSlider/views/slider_list.php b/wp/wp-content/plugins/LayerSlider/views/slider_list.php
new file mode 100644
index 00000000..e65078c6
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/views/slider_list.php
@@ -0,0 +1,698 @@
+= $maxPage) ? $maxPage : $curPage;
+
+ // Set filters
+ $filters = array('page' => $curPage, 'limit' => (int) $lsScreenOptions['numberOfSliders']);
+ if($lsScreenOptions['showRemovedSliders'] == 'true') {
+ $filters['exclude'] = array('hidden'); }
+
+ // Find sliders
+ $sliders = LS_Sliders::find($filters);
+
+ // Pager
+ $maxItem = LS_Sliders::$count;
+ $maxPage = ceil($maxItem / (int) $lsScreenOptions['numberOfSliders']);
+ $maxPage = $maxPage ? $maxPage : 1;
+
+ // Custom capability
+ $custom_capability = $custom_role = get_option('layerslider_custom_capability', 'manage_options');
+ $default_capabilities = array('manage_network', 'manage_options', 'publish_pages', 'publish_posts', 'edit_posts');
+
+ if(in_array($custom_capability, $default_capabilities)) {
+ $custom_capability = '';
+ } else {
+ $custom_role = 'custom';
+ }
+
+ // Auto-updates
+ $code = get_option('layerslider-purchase-code', '');
+ if(!empty($code)) {
+ $start = substr($code, 0, -6);
+ $end = substr($code, -6);
+ $code = preg_replace("/[a-zA-Z0-9]/", 'â—', $start) . $end;
+ $code = str_replace('-', ' ', $code);
+ }
+
+ $validity = get_option('layerslider-authorized-site', '0');
+ $channel = get_option('layerslider-release-channel', 'stable');
+
+ // Google Fonts
+ $googleFonts = get_option('ls-google-fonts', array());
+ $googleFontScripts = get_option('ls-google-font-scripts', array('latin', 'latin-ext'));
+
+ // Box toggles
+ $lsBoxToggles = get_option('ls-collapsed-boxes', array());
+ $lsAdvSettingsToggle = isset($lsBoxToggles['ls-advanced-settings-toggle']) ? $lsBoxToggles['ls-advanced-settings-toggle'] : true;
+ $lsGoogleFontsToggle = isset($lsBoxToggles['ls-google-fonts-toggle']) ? $lsBoxToggles['ls-google-fonts-toggle'] : true;
+
+ // Notification messages
+ $notifications = array(
+ 'removeSelectError' => __('No sliders were selected to remove.', 'LayerSlider'),
+ 'removeSuccess' => __('The selected sliders were removed.', 'LayerSlider'),
+ 'deleteSelectError' => __('No sliders were selected.', 'LayerSlider'),
+ 'deleteSuccess' => __('The selected sliders were permanently deleted.', 'LayerSlider'),
+ 'mergeSelectError' => __('You need to select at least 2 sliders to merge them.', 'LayerSlider'),
+ 'mergeSuccess' => __('The selected items were merged together as a new slider.', 'LayerSlider'),
+ 'restoreSelectError' => __('No sliders were selected.', 'LayerSlider'),
+ 'restoreSuccess' => __('The selected sliders were restored.', 'LayerSlider'),
+
+ 'exportNotFound' => __('No sliders were found to export.', 'LayerSlider'),
+ 'exportSelectError' => __('No sliders were selected to export.', 'LayerSlider'),
+ 'exportZipError' => __('The PHP ZipArchive extension is required to import .zip files.', 'LayerSlider'),
+
+ 'importSelectError' => __('Choose a file to import sliders.', 'LayerSlider'),
+ 'importFailed' => __('The import file seems to be invalid or corrupted.', 'LayerSlider'),
+ 'importSuccess' => __('Your slider has been imported.', 'LayerSlider'),
+ 'permissionError' => __('Your account does not have the necessary permission you have chosen, and your settings have not been saved in order to prevent locking yourself out of the plugin.', 'LayerSlider'),
+ 'permissionSuccess' => __('Permission changes has been updated.', 'LayerSlider'),
+ 'googleFontsUpdated' => __('Your Google Fonts library has been updated.', 'LayerSlider'),
+ 'generalUpdated' => __('Your settings has been updated.', 'LayerSlider')
+ );
+?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ More demo content can be found in the downloaded package from CodeCanyon. You can import them in the usual way in the "Import and Export Sliders" section below.
+
+
+
+
+
+
+ $installed) {
+ if(mt_rand(1, $odds) == 3) {
+ update_option('ls-share-displayed', ++$level);
+ ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wp/wp-content/plugins/LayerSlider/views/style_editor.php b/wp/wp-content/plugins/LayerSlider/views/style_editor.php
new file mode 100644
index 00000000..03397423
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/views/style_editor.php
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wp/wp-content/plugins/LayerSlider/views/transition_builder.php b/wp/wp-content/plugins/LayerSlider/views/transition_builder.php
new file mode 100644
index 00000000..f4bc58f2
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/views/transition_builder.php
@@ -0,0 +1,1102 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ID, 'layerslider_builder_help_wp_pointer', true) != '1') {
+add_user_meta($current_user->ID, 'layerslider_builder_help_wp_pointer', '1'); ?>
+
+
diff --git a/wp/wp-content/plugins/LayerSlider/wp/actions.php b/wp/wp-content/plugins/LayerSlider/wp/actions.php
new file mode 100644
index 00000000..a6a2d3a7
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/wp/actions.php
@@ -0,0 +1,662 @@
+ $item) {
+
+ // Get IDs
+ $ids[] = '#' . $item['id'];
+
+ // Merge slides
+ if($key === 0) { $data = $item['data']; }
+ else { $data['layers'] = array_merge($data['layers'], $item['data']['layers']); }
+ }
+
+ // Save as new
+ $name = 'Merged sliders of ' . implode(', ', $ids);
+ $data['properties']['title'] = $name;
+ LS_Sliders::add($name, $data);
+ }
+
+ header('Location: admin.php?page=layerslider&message=mergeSuccess');
+ die();
+ }
+}
+
+function ls_save_google_fonts() {
+
+ // Build object to save
+ $fonts = array();
+ if(isset($_POST['urlParams'])) {
+ foreach($_POST['urlParams'] as $key => $val) {
+ if(!empty($val)) {
+ $fonts[] = array(
+ 'param' => $val,
+ 'admin' => isset($_POST['onlyOnAdmin'][$key]) ? true : false
+ );
+ }
+ }
+ }
+
+ // Google Fonts character sets
+ array_shift($_POST['scripts']);
+ update_option('ls-google-font-scripts', $_POST['scripts']);
+
+ // Save & redirect back
+ update_option('ls-google-fonts', $fonts);
+ header('Location: admin.php?page=layerslider&message=googleFontsUpdated');
+ die();
+}
+
+
+function ls_save_advanced_settings() {
+
+ $options = array('use_custom_jquery', 'include_at_footer', 'conditional_script_loading', 'concatenate_output', 'put_js_to_body');
+ foreach($options as $item) {
+ update_option('ls_'.$item, array_key_exists($item, $_POST));
+ }
+
+ header('Location: admin.php?page=layerslider&message=generalUpdated');
+ die();
+}
+
+
+function ls_save_screen_options() {
+ $_POST['options'] = !empty($_POST['options']) ? $_POST['options'] : array();
+ update_option('ls-screen-options', $_POST['options']);
+ die();
+}
+
+function ls_get_mce_sliders() {
+
+ $sliders = LS_Sliders::find(array('limit' => 50));
+ foreach($sliders as $key => $item) {
+ $sliders[$key]['preview'] = apply_filters('ls_get_preview_for_slider', $item );
+ }
+
+ die(json_encode($sliders));
+}
+
+function ls_update_box_toggles() {
+
+ // Get toggle settings
+ $toggles = get_option('ls-collapsed-boxes', false);
+ $toggles = !is_array($toggles) ? array() : $toggles;
+
+ // Get new setting
+ $key = $_POST['key'];
+ $collapsed = $_POST['collapsed'];
+
+ // Update & Save
+ $toggles[$key] = ($collapsed == 'true') ? true : false;
+ update_option('ls-collapsed-boxes', $toggles);
+}
+
+function ls_save_slider() {
+
+ // Vars
+ $id = (int) $_POST['id'];
+ $settings = $slides = $callbacks = $data = array();
+
+ // Decode data
+ parse_str($_POST['settings'], $settings);
+ parse_str($_POST['callbacks'], $callbacks);
+ if(!empty($_POST['slides']) && is_array($_POST['slides'])) {
+ foreach($_POST['slides'] as $key => $val) {
+ $tmp = array();
+ parse_str($val, $tmp);
+ $slides['ls_data']['layers'][$key] = $tmp['ls_data']['layers'][$key];
+ }
+ }
+
+ $data = array_merge_recursive($settings, $slides, $callbacks);
+ $data = $data['ls_data'];
+ $title = esc_sql($data['properties']['title']);
+ $slug = !empty($data['properties']['slug']) ? esc_sql($data['properties']['slug']) : '';
+
+ // Relative URL
+ if(isset($data['properties']['relativeurls'])) {
+ $data = layerslider_convert_urls($data);
+ }
+
+ // WPML
+ if(function_exists('icl_register_string')) {
+ layerslider_register_wpml_strings($id, $data);
+ }
+
+ // Update the slider
+ if(empty($id)) {
+ LS_Sliders::add($title, $data);
+ } else {
+ LS_Sliders::update($id, $title, $data, $slug);
+ }
+
+ die(json_encode(array('status' => 'ok')));
+}
+
+
+/********************************************************/
+/* Action to duplicate slider */
+/********************************************************/
+function layerslider_duplicateslider() {
+
+ // Check and get the ID
+ $id = (int) $_GET['id'];
+ if(!isset($_GET['id'])) {
+ return;
+ }
+
+ // Get the original slider
+ $slider = LS_Sliders::find( (int)$_GET['id'] );
+ $data = $slider['data'];
+
+ // Name check
+ if(empty($data['properties']['title'])) {
+ $data['properties']['title'] = 'Unnamed';
+ }
+
+ // Insert the duplicate
+ $data['properties']['title'] .= ' copy';
+ LS_Sliders::add($data['properties']['title'], $data);
+
+ // Success
+ header('Location: admin.php?page=layerslider');
+ die();
+}
+
+
+/********************************************************/
+/* Action to remove slider */
+/********************************************************/
+function layerslider_removeslider() {
+
+ // Check received data
+ if(empty($_GET['id'])) { return false; }
+
+ // Remove the slider
+ LS_Sliders::remove( intval($_GET['id']) );
+
+ // Reload page
+ header('Location: admin.php?page=layerslider');
+ die();
+}
+
+/********************************************************/
+/* Action to import sample slider */
+/********************************************************/
+function layerslider_import_sample_slider() {
+
+ // Get samples and importUtil
+ $sliders = LS_Sources::getDemoSliders();
+ include LS_ROOT_PATH.'/classes/class.ls.importutil.php';
+
+ // Check reference
+ if(!empty($_GET['slider']) && $_GET['slider'] == 'all') {
+ foreach($sliders as $item) {
+ if(file_exists($item['file'])) {
+ $import = new LS_ImportUtil($item['file']);
+ }
+ }
+ } elseif(!empty($_GET['slider']) && is_string($_GET['slider'])) {
+ if($item = LS_Sources::getDemoSlider($_GET['slider'])) {
+ if(file_exists($item['file'])) {
+ $import = new LS_ImportUtil($item['file']);
+ }
+ }
+ }
+
+ header('Location: '.menu_page_url('layerslider', 0));
+ die();
+}
+
+
+
+
+// PLUGIN USER PERMISSIONS
+//-------------------------------------------------------
+function ls_save_access_permissions() {
+
+ // Get capability
+ $capability = ($_POST['custom_role'] == 'custom') ? $_POST['custom_capability'] : $_POST['custom_role'];
+
+ // Test value
+ if(empty($capability) || !current_user_can($capability)) {
+ header('Location: admin.php?page=layerslider&error=1&message=permissionError');
+ die();
+ } else {
+ update_option('layerslider_custom_capability', $capability);
+ header('Location: admin.php?page=layerslider&message=permissionSuccess');
+ die();
+ }
+}
+
+
+
+
+// IMPORT SLIDERS
+//-------------------------------------------------------
+function ls_import_sliders() {
+
+ // Check export file if any
+ if(!is_uploaded_file($_FILES['import_file']['tmp_name'])) {
+ header('Location: '.$_SERVER['REQUEST_URI'].'&error=1&message=importSelectError');
+ die('No data received.');
+ }
+
+ include LS_ROOT_PATH.'/classes/class.ls.importutil.php';
+ $import = new LS_ImportUtil($_FILES['import_file']['tmp_name'], $_FILES['import_file']['name']);
+
+ header('Location: '.menu_page_url('layerslider', 0));
+ die();
+}
+
+
+
+
+// EXPORT SLIDERS
+//-------------------------------------------------------
+function ls_export_sliders() {
+
+ // Get sliders
+ if(isset($_POST['sliders'][0]) && $_POST['sliders'][0] == -1) {
+ $sliders = LS_Sliders::find(array('limit' => 500));
+ } elseif(!empty($_POST['sliders'])) {
+ $sliders = LS_Sliders::find($_POST['sliders']);
+ } else {
+ header('Location: admin.php?page=layerslider&error=1&message=exportSelectError');
+ die('Invalid data received.');
+ }
+
+ // Check results
+ if(empty($sliders)) {
+ header('Location: admin.php?page=layerslider&error=1&message=exportNotFound');
+ die('Invalid data received.');
+ }
+
+ if(class_exists('ZipArchive')) {
+ include LS_ROOT_PATH.'/classes/class.ls.exportutil.php';
+ $zip = new LS_ExportUtil;
+ }
+
+ // Gather slider data
+ foreach($sliders as $item) {
+
+ // Slider settings array for fallback mode
+ $data[] = $item['data'];
+
+ // If ZipArchive is available
+ if(class_exists('ZipArchive')) {
+
+ // Add slider folder and settings.json
+ $name = empty($item['name']) ? 'slider_' . $item['id'] : $item['name'];
+ $name = sanitize_file_name($name);
+ $zip->addSettings(json_encode($item['data']), $name);
+
+ // Add images?
+ if(isset($_POST['exportWithImages'])) {
+ $images = $zip->getImagesForSlider($item['data']);
+ $images = $zip->getFSPaths($images);
+ $zip->addImage($images, $name);
+ }
+ }
+ }
+
+ if(class_exists('ZipArchive')) {
+ $zip->download();
+ } else {
+ $name = 'LayerSlider Export '.date('Y-m-d').' at '.date('H.i.s').'.json';
+ header('Content-type: application/force-download');
+ header('Content-Disposition: attachment; filename="'.str_replace(' ', '_', $name).'"');
+ die(base64_encode(json_encode($data)));
+ }
+}
+
+
+
+
+// TRANSITION BUILDER
+//-------------------------------------------------------
+function ls_save_user_css() {
+
+ // Get target file and content
+ $upload_dir = wp_upload_dir();
+ $file = $upload_dir['basedir'].'/layerslider.custom.css';
+
+ // Attempt to save changes
+ if(is_writable($upload_dir['basedir'])) {
+ file_put_contents($file, stripslashes($_POST['contents']));
+ header('Location: admin.php?page=ls-style-editor&edited=1');
+ die();
+
+ // File isn't writable
+ } else {
+ wp_die(__("It looks like your files isn't writable, so PHP couldn't make any changes (CHMOD).", "LayerSlider"), __('Cannot write to file', 'LayerSlider'), array('back_link' => true) );
+ }
+}
+
+
+
+
+
+// SKIN EDITOR
+//-------------------------------------------------------
+function ls_save_user_skin() {
+
+ // Error checking
+ if(empty($_POST['skin']) || strpos($_POST['skin'], '..') !== false) {
+ wp_die(__("It looks like you haven't selected any skin to edit.", "LayerSlider"), __('No skin selected.', 'LayerSlider'), array('back_link' => true) );
+ }
+
+ // Get skin file and contents
+ $skin = LS_Sources::getSkin($_POST['skin']);
+ $file = $skin['file'];
+
+ // Attempt to write the file
+ if(is_writable($file)) {
+ file_put_contents($file, stripslashes($_POST['contents']));
+ header('Location: admin.php?page=ls-skin-editor&skin='.$skin['handle'].'&edited=1');
+ } else {
+ wp_die(__("It looks like your files isn't writable, so PHP couldn't make any changes (CHMOD).", "LayerSlider"), __('Cannot write to file', 'LayerSlider'), array('back_link' => true) );
+ }
+}
+
+
+
+
+// TRANSITION BUILDER
+//-------------------------------------------------------
+function ls_save_user_transitions() {
+
+ // Array to hold transitions
+ $transitions = array();
+
+ // Get transitions
+ $transitions['t2d'] = isset($_POST['t2d']) ? $_POST['t2d'] : array();
+ $transitions['t3d'] = isset($_POST['t3d']) ? $_POST['t3d'] : array();
+
+ array_walk_recursive($transitions['t2d'], 'layerslider_builder_convert_numbers');
+ array_walk_recursive($transitions['t3d'], 'layerslider_builder_convert_numbers');
+
+ // Iterate over the sections
+ foreach($transitions['t3d'] as $key => $val) {
+
+ // Rows
+ if(strstr($val['rows'], ',')) { $tmp = explode(',', $val['rows']); $tmp[0] = (int) trim($tmp[0]); $tmp[1] = (int) trim($tmp[1]); $transitions['t3d'][$key]['rows'] = $tmp; }
+ else { $transitions['t3d'][$key]['rows'] = (int) $val['rows']; }
+
+ // Cols
+ if(strstr($val['cols'], ',')) { $tmp = explode(',', $val['cols']); $tmp[0] = (int) trim($tmp[0]); $tmp[1] = (int) trim($tmp[1]); $transitions['t3d'][$key]['cols'] = $tmp; }
+ else { $transitions['t3d'][$key]['cols'] = (int) $val['cols']; }
+
+ // Depth
+ if(isset($val['tile']['depth'])) {
+ $transitions['t3d'][$key]['tile']['depth'] = 'large'; }
+
+ // Before
+ if(!isset($val['before']['enabled'])) {
+ unset($transitions['t3d'][$key]['before']['transition']); }
+
+ // After
+ if(!isset($val['after']['enabled'])) {
+ unset($transitions['t3d'][$key]['after']['transition']); }
+ }
+
+ // Iterate over the sections
+ foreach($transitions['t2d'] as $key => $val) {
+
+ if(strstr($val['rows'], ',')) { $tmp = explode(',', $val['rows']); $tmp[0] = (int) trim($tmp[0]); $tmp[1] = (int) trim($tmp[1]); $transitions['t2d'][$key]['rows'] = $tmp; }
+ else { $transitions['t2d'][$key]['rows'] = (int) $val['rows']; }
+
+ if(strstr($val['cols'], ',')) { $tmp = explode(',', $val['cols']); $tmp[0] = (int) trim($tmp[0]); $tmp[1] = (int) trim($tmp[1]); $transitions['t2d'][$key]['cols'] = $tmp; }
+ else { $transitions['t2d'][$key]['cols'] = (int) $val['cols']; }
+
+ if(empty($val['transition']['rotateX'])) {
+ unset($transitions['t2d'][$key]['transition']['rotateX']); }
+
+ if(empty($val['transition']['rotateY'])) {
+ unset($transitions['t2d'][$key]['transition']['rotateY']); }
+
+ if(empty($val['transition']['rotate'])) {
+ unset($transitions['t2d'][$key]['transition']['rotate']); }
+
+ if(empty($val['transition']['scale']) || $val['transition']['scale'] == '1.0' || $val['transition']['scale'] == '1') {
+ unset($transitions['t2d'][$key]['transition']['scale']); }
+
+ }
+
+ // Save transitions
+ $upload_dir = wp_upload_dir();
+ $custom_trs = $upload_dir['basedir'] . '/layerslider.custom.transitions.js';
+ $data = 'var layerSliderCustomTransitions = '.json_encode($transitions).';';
+ file_put_contents($custom_trs, $data);
+ die('SUCCESS');
+}
+
+
+// --
+function ls_get_post_details() {
+
+ $params = $_POST['params'];
+
+ $queryArgs = array(
+ 'post_status' => 'publish',
+ 'limit' => 30,
+ 'posts_per_page' => 30,
+ 'post_type' => $params['post_type']
+ );
+
+ if(!empty($params['post_orderby'])) {
+ $queryArgs['orderby'] = $params['post_orderby']; }
+
+ if(!empty($params['post_order'])) {
+ $queryArgs['order'] = $params['post_order']; }
+
+ if(!empty($params['post_categories'][0])) {
+ $queryArgs['category__in'] = $params['post_categories']; }
+
+ if(!empty($params['post_tags'][0])) {
+ $queryArgs['tag__in'] = $params['post_tags']; }
+
+ if(!empty($params['post_taxonomy']) && !empty($params['post_tax_terms'])) {
+ $queryArgs['tax_query'][] = array(
+ 'taxonomy' => $params['post_taxonomy'],
+ 'field' => 'id',
+ 'terms' => $params['post_tax_terms']
+ );
+ }
+
+ $posts = LS_Posts::find($queryArgs)->getParsedObject();
+
+ die(json_encode($posts));
+}
+
+
+function ls_get_taxonomies() {
+ die(json_encode(array_values(get_terms($_POST['taxonomy']))));
+}
diff --git a/wp/wp-content/plugins/LayerSlider/wp/activation.php b/wp/wp-content/plugins/LayerSlider/wp/activation.php
new file mode 100644
index 00000000..a660caac
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/wp/activation.php
@@ -0,0 +1,175 @@
+blogid;
+
+ // Get all sites
+ $sites = $wpdb->get_col("SELECT blog_id FROM $wpdb->blogs");
+
+ // Iterate over the sites
+ foreach($sites as $site) {
+ switch_to_blog($site);
+ layerslider_create_db_table();
+ }
+
+ // Switch back the old site
+ switch_to_blog($old_site);
+
+ // Single-site
+ } else {
+ layerslider_create_db_table();
+ }
+
+ // Call "activated" hook
+ if(has_action('layerslider_activated')) {
+ do_action('layerslider_activated');
+ }
+
+ // Check new install
+ layerslider_install_scripts();
+
+ // Redirect to LS's admin page after activation
+ update_option('layerslider_do_activation_redirect', 1);
+}
+
+function layerslider_install_scripts() {
+
+ // Check new install
+ if(!get_option('ls-installed')) {
+ update_option('ls-installed', 1);
+
+ // Google Fonts
+ $fonts = array();
+ $fonts[] = array( 'param' => 'Lato:100,300,regular,700,900', 'admin' => false );
+ $fonts[] = array( 'param' => 'Open+Sans:300', 'admin' => false );
+ $fonts[] = array( 'param' => 'Indie+Flower:regular', 'admin' => false );
+ $fonts[] = array( 'param' => 'Oswald:300,regular,700', 'admin' => false );
+
+ update_option('ls-google-fonts', $fonts);
+
+ // Call "installed" hook
+ if(has_action('layerslider_installed')) {
+ do_action('layerslider_installed');
+ }
+ }
+
+ // Install date
+ if(!get_option('ls-date-installed', 0)) {
+ update_option('ls-date-installed', time());
+ }
+}
+
+function layerslider_update_scripts() {
+
+ // Check new install
+ layerslider_activation_scripts();
+
+ if(has_action('layerslider_updated')) {
+ do_action('layerslider_updated');
+ }
+}
+
+
+function layerslider_new_site($blog_id) {
+
+
+ // Get current site
+ global $wpdb;
+ $old_site = $wpdb->blogid;
+
+ // Switch to new site
+ switch_to_blog($blog_id);
+ layerslider_create_db_table();
+ switch_to_blog($old_site);
+}
+
+function layerslider_create_db_table() {
+
+ global $wpdb;
+ $charset_collate = '';
+ $table_name = $wpdb->prefix . "layerslider";
+
+ // Get DB collate
+ if(!empty($wpdb->charset)) {
+ $charset_collate = "DEFAULT CHARACTER SET $wpdb->charset";
+ }
+
+ if(!empty($wpdb->collate)) {
+ $charset_collate .= " COLLATE $wpdb->collate";
+ }
+
+ // Building the query
+ $sql = "CREATE TABLE $table_name (
+ id int(10) NOT NULL AUTO_INCREMENT,
+ author int(10) NOT NULL DEFAULT 0,
+ name varchar(100) NOT NULL,
+ slug varchar(100) NOT NULL,
+ data mediumtext NOT NULL,
+ date_c int(10) NOT NULL,
+ date_m int(11) NOT NULL,
+ flag_hidden tinyint(1) NOT NULL DEFAULT 0,
+ flag_deleted tinyint(1) NOT NULL DEFAULT 0,
+ PRIMARY KEY (id)
+ ) $charset_collate;";
+
+ // Executing the query
+ require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
+
+ // Execute the query
+ dbDelta($sql);
+ update_option('ls-db-version', '5.0.0');
+}
+
+
+function layerslider_deactivation_scripts() {
+
+ // Stuff we need
+ global $current_user;
+ get_currentuserinfo();
+
+ // Remove capability option, so a user can restore
+ // his access to the plugin if set the wrong capability
+ // delete_option('layerslider_custom_capability');
+
+ // Remove the help pointer entry to remind a user for the
+ // help menu when start to use the plugin again
+ delete_user_meta($current_user->ID, 'layerslider_help_wp_pointer');
+
+ // Call user hooks
+ if(has_action('layerslider_deactivated')) {
+ do_action('layerslider_deactivated');
+ }
+}
+
+function layerslider_uninstall_scripts() {
+
+ // Call user hooks
+ update_option('ls-installed', 0);
+ if(has_action('layerslider_uninstalled')) {
+ do_action('layerslider_uninstalled');
+ }
+}
+
+?>
diff --git a/wp/wp-content/plugins/LayerSlider/wp/compatibility.php b/wp/wp-content/plugins/LayerSlider/wp/compatibility.php
new file mode 100644
index 00000000..230584ac
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/wp/compatibility.php
@@ -0,0 +1,56 @@
+ $slider) {
+ LS_Sliders::add($slider['properties']['title'], $slider);
+ }
+ }
+
+ // Remove old data and exit
+ delete_option('layerslider-slides');
+ header('Location: admin.php?page=layerslider');
+ die();
+}
+
+
+function lsSliderById($id) {
+
+ $args = is_numeric($id) ? (int) $id : array('limit' => 1);
+ $slider = LS_Sliders::find($args);
+
+ if($slider == null) {
+ return false;
+ }
+
+ return $slider;
+}
+
+function lsSliders($limit = 50, $desc = true, $withData = false) {
+
+ $args = array();
+ $args['limit'] = $limit;
+ $args['order'] = ($desc === true) ? 'DESC' : 'ASC';
+ $args['data'] = ($withData === true) ? true : false;
+
+ $sliders = LS_Sliders::find($args);
+
+ // No results
+ if($sliders == null) {
+ return array();
+ }
+
+ return $sliders;
+}
+
+?>
diff --git a/wp/wp-content/plugins/LayerSlider/wp/hooks.php b/wp/wp-content/plugins/LayerSlider/wp/hooks.php
new file mode 100644
index 00000000..fd85868b
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/wp/hooks.php
@@ -0,0 +1,121 @@
+ $default) {
+ $phpKey = is_string($default['keys']) ? $default['keys'] : $default['keys'][0];
+ $jsKey = is_string($default['keys']) ? $default['keys'] : $default['keys'][1];
+ $retKey = isset($default['props']['meta']) ? 'props' : 'attrs';
+
+ if(isset($raw[$phpKey]) && is_array($raw[$phpKey])) {
+ $ret[$retKey][$jsKey] = $raw[$phpKey];
+ } elseif(is_bool($default['value'])) {
+ if($default['value'] == true && empty($raw[$phpKey])) {
+ $ret[$retKey][$jsKey] = false;
+ } elseif($default['value'] == false && !empty($raw[$phpKey])) {
+ $ret[$retKey][$jsKey] = true;
+ }
+ } elseif(isset($raw[$phpKey])) {
+ if(isset($default['props']['meta']) || $default['value'] != $raw[$phpKey]) {
+ $raw[$phpKey] = isset($default['props']['raw']) ? addslashes($raw[$phpKey]) : $raw[$phpKey];
+ $ret[$retKey][$jsKey] = is_numeric($raw[$phpKey]) ? (float) $raw[$phpKey] : stripslashes($raw[$phpKey]);
+ }
+ }
+ }
+
+ return $ret;
+}
+
+function ls_array_to_attr($arr, $mode = '') {
+ if(!empty($arr) && is_array($arr)) {
+ $ret = array();
+ foreach($arr as $key => $val) {
+ if($mode == 'css' && is_numeric($val)) {
+ $ret[] = ''.$key.':'.layerslider_check_unit($val).';';
+ } elseif(is_bool($val)) {
+ $bool = $val ? 'true' : 'false';
+ $ret[] = "$key:$bool;";
+ } else {
+ $ret[] = "$key:$val;";
+ }
+ }
+ return implode('', $ret);
+ }
+}
+
+function layerslider_loaded() {
+ if(has_action('layerslider_ready')) {
+ do_action('layerslider_ready');
+ }
+}
+
+?>
diff --git a/wp/wp-content/plugins/LayerSlider/wp/index.php b/wp/wp-content/plugins/LayerSlider/wp/index.php
new file mode 100644
index 00000000..7e914158
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/wp/index.php
@@ -0,0 +1,2 @@
+add_node(array(
+ 'parent' => 'new-content',
+ 'id' => 'ab-ls-add-new',
+ 'title' => 'LayerSlider',
+ 'href' => admin_url('admin.php?page=layerslider')
+ ));
+}
+
+// Register sidebar menu
+add_action('admin_menu', 'layerslider_settings_menu');
+function layerslider_settings_menu() {
+
+ // Menu hook
+ global $layerslider_hook;
+
+ $capability = get_option('layerslider_custom_capability', 'manage_options');
+ $icon = version_compare(get_bloginfo('version'), '3.8', '>=') ? 'dashicons-images-alt2' : LS_ROOT_URL.'/static/img/icon_16x16.png';
+
+ // Add main page
+ $layerslider_hook = add_menu_page(
+ 'LayerSlider WP', 'LayerSlider WP',
+ $capability, 'layerslider', 'layerslider_router',
+ $icon
+ );
+
+ // Add "All Sliders" submenu
+ add_submenu_page(
+ 'layerslider', 'LayerSlider WP', __('All Sliders', 'LayerSlider'),
+ $capability, 'layerslider', 'layerslider_router'
+ );
+
+ // Add "Skin Editor" submenu
+ add_submenu_page(
+ 'layerslider', 'LayerSlider WP Skin Editor', __('Skin Editor', 'LayerSlider'),
+ $capability, 'ls-skin-editor', 'layerslider_router'
+ );
+
+ // Add "CSS Editor submenu"
+ add_submenu_page(
+ 'layerslider', 'LayerSlider WP CSS Editor', __('CSS Editor', 'LayerSlider'),
+ $capability, 'ls-style-editor', 'layerslider_router');
+
+ // Add "Transition Builder" submenu
+ add_submenu_page(
+ 'layerslider', 'LayerSlider WP Transition Builder', __('Transition Builder', 'LayerSlider'),
+ $capability, 'ls-transition-builder', 'layerslider_router');
+
+}
+
+// Help menu
+add_filter('contextual_help', 'layerslider_help', 10, 3);
+function layerslider_help($contextual_help, $screen_id, $screen) {
+
+ $screen->add_help_tab(array(
+ 'id' => 'help',
+ 'title' => 'Getting Help',
+ 'content' => '
Please read our Online Documentation carefully, it will likely answer all of your questions.
You can also check the FAQs for additional information, including our support policies and licensing rules.
'
+ ));
+}
+
+function layerslider_router() {
+
+ // Get current screen details
+ $screen = get_current_screen();
+
+ if(strpos($screen->base, 'ls-skin-editor') !== false) {
+ include(LS_ROOT_PATH.'/views/skin_editor.php');
+
+ } elseif(strpos($screen->base, 'ls-transition-builder') !== false) {
+ include(LS_ROOT_PATH.'/views/transition_builder.php');
+
+ } elseif(strpos($screen->base, 'ls-style-editor') !== false) {
+ include(LS_ROOT_PATH.'/views/style_editor.php');
+
+ } elseif(isset($_GET['action']) && $_GET['action'] == 'edit') {
+ include(LS_ROOT_PATH.'/views/slider_edit.php');
+
+ } else {
+ include(LS_ROOT_PATH.'/views/slider_list.php');
+ }
+}
+
+
+
+?>
diff --git a/wp/wp-content/plugins/LayerSlider/wp/notices.php b/wp/wp-content/plugins/LayerSlider/wp/notices.php
new file mode 100644
index 00000000..c3f48063
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/wp/notices.php
@@ -0,0 +1,110 @@
+update)) {
+ $update = $updates[LS_PLUGIN_BASE];
+ add_thickbox();
+ ?>
+
+

+
+
+ Version, $update->update->new_version); ?>
+ update->upgrade_notice ?>
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+
|
+
+ |
+
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/wp/scripts.php b/wp/wp-content/plugins/LayerSlider/wp/scripts.php
new file mode 100644
index 00000000..fc384659
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/wp/scripts.php
@@ -0,0 +1,160 @@
+base, 'layerslider') !== false) {
+
+ // New Media Library
+ if(function_exists( 'wp_enqueue_media' )){ wp_enqueue_media(); }
+
+ // Load default WP resources
+ wp_enqueue_script('thickbox');
+ wp_enqueue_style('thickbox');
+ wp_enqueue_script('jquery-ui-sortable');
+ wp_enqueue_script('jquery-ui-draggable');
+ wp_enqueue_script('jquery-ui-slider');
+ wp_enqueue_script('wp-pointer');
+ wp_enqueue_style('wp-pointer');
+ wp_enqueue_script('json2');
+
+ // Dashicons
+ if(version_compare(get_bloginfo('version'), '3.8', '<')) {
+ wp_enqueue_style('dashicons', LS_ROOT_URL.'/static/css/dashicons.css', false, LS_PLUGIN_VERSION );
+ }
+
+ // LayerSlider admin includes
+ wp_enqueue_script('layerslider-admin', LS_ROOT_URL.'/static/js/admin.js', array('jquery', 'json2'), LS_PLUGIN_VERSION );
+ wp_enqueue_style('layerslider-admin', LS_ROOT_URL.'/static/css/admin.css', false, LS_PLUGIN_VERSION );
+ wp_enqueue_style('layerslider-admin-new', LS_ROOT_URL.'/static/css/admin_new.css', false, LS_PLUGIN_VERSION );
+
+ // LayerSlider includes for preview
+ wp_enqueue_script('greensock', LS_ROOT_URL.'/static/js/greensock.js', false, '1.11.8' );
+ wp_enqueue_script('layerslider', LS_ROOT_URL.'/static/js/layerslider.kreaturamedia.jquery.js', array('jquery'), LS_PLUGIN_VERSION );
+ wp_enqueue_script('layerslider-transitions', LS_ROOT_URL.'/static/js/layerslider.transitions.js', false, LS_PLUGIN_VERSION );
+ wp_enqueue_script('layerslider-tr-gallery', LS_ROOT_URL.'/static/js/layerslider.transition.gallery.js', array('jquery'), LS_PLUGIN_VERSION );
+ wp_enqueue_style('layerslider', LS_ROOT_URL.'/static/css/layerslider.css', false, LS_PLUGIN_VERSION );
+ wp_enqueue_style('layerslider-tr-gallery', LS_ROOT_URL.'/static/css/layerslider.transitiongallery.css', false, LS_PLUGIN_VERSION );
+
+ // 3rd-party: MiniColor
+ wp_enqueue_script('minicolor', LS_ROOT_URL.'/static/js/minicolors/jquery.minicolors.js', array('jquery'), LS_PLUGIN_VERSION );
+ wp_enqueue_style('minicolor', LS_ROOT_URL.'/static/js/minicolors/jquery.minicolors.css', false, LS_PLUGIN_VERSION );
+
+ // 3rd-party: CodeMirror
+ wp_enqueue_style('codemirror', LS_ROOT_URL.'/static/codemirror/lib/codemirror.css', false, LS_PLUGIN_VERSION );
+ wp_enqueue_script('codemirror', LS_ROOT_URL.'/static/ codemirror/lib/codemirror.js', array('jquery'), LS_PLUGIN_VERSION );
+ wp_enqueue_style('codemirror-solarized', LS_ROOT_URL.'/static/codemirror/theme/solarized.mod.css', false, LS_PLUGIN_VERSION );
+ wp_enqueue_script('codemirror-syntax-css', LS_ROOT_URL.'/static/codemirror/mode/css/css.js', array('jquery'), LS_PLUGIN_VERSION );
+ wp_enqueue_script('codemirror-syntax-javascript', LS_ROOT_URL.'/static/codemirror/mode/javascript/javascript.js', array('jquery'), LS_PLUGIN_VERSION );
+ wp_enqueue_script('codemirror-foldcode', LS_ROOT_URL.'/static/codemirror/addon/fold/foldcode.js', array('jquery'), LS_PLUGIN_VERSION );
+ wp_enqueue_script('codemirror-foldgutter', LS_ROOT_URL.'/static/codemirror/addon/fold/foldgutter.js', array('jquery'), LS_PLUGIN_VERSION );
+ wp_enqueue_script('codemirror-brace-fold', LS_ROOT_URL.'/static/codemirror/addon/fold/brace-fold.js', array('jquery'), LS_PLUGIN_VERSION );
+ wp_enqueue_script('codemirror-active-line', LS_ROOT_URL.'/static/codemirror/addon/selection/active-line.js', array('jquery'), LS_PLUGIN_VERSION );
+
+ // User resources
+ $uploads = wp_upload_dir();
+ if(file_exists($uploads['basedir'].'/layerslider.custom.transitions.js')) {
+ wp_enqueue_script('ls-user-transitions', $uploads['baseurl'].'/layerslider.custom.transitions.js', false, LS_PLUGIN_VERSION );
+ }
+
+ if(file_exists($uploads['basedir'].'/layerslider.custom.css')) {
+ wp_enqueue_style('ls-user', $uploads['baseurl'].'/layerslider.custom.css', false, LS_PLUGIN_VERSION );
+ }
+ }
+
+ // Transition builder
+ if(strpos($screen->base, 'ls-transition-builder') !== false) {
+ wp_enqueue_script('layerslider_tr_builder', LS_ROOT_URL.'/static/js/builder.js', array('jquery'), LS_PLUGIN_VERSION );
+ }
+
+ // Skin editor
+ if(strpos($screen->base, 'ls-skin-editor') !== false || strpos($screen->base, 'ls-style-editor') !== false) {
+ wp_enqueue_style('ls-skin-editor', LS_ROOT_URL.'/static/css/skin.editor.css', false, LS_PLUGIN_VERSION );
+ }
+}
+
+
+
+function ls_load_google_fonts() {
+
+ // Get font list
+ $fonts = get_option('ls-google-fonts', array());
+ $scripts = get_option('ls-google-font-scripts', array('latin', 'latin-ext'));
+
+ // Check fonts if any
+ if(!empty($fonts) && is_array($fonts)) {
+ $lsFonts = array();
+ foreach($fonts as $item) {
+ if(!is_admin() && !$item['admin']) {
+ $lsFonts[] = $item['param'];
+ } else {
+ $lsFonts[] = $item['param'];
+ }
+ }
+ $lsFonts = implode('%7C', $lsFonts);
+ $protocol = is_ssl() ? 'https' : 'http';
+ $query_args = array(
+ 'family' => $lsFonts,
+ 'subset' => implode('%2C', $scripts),
+ );
+
+ wp_enqueue_style('ls-google-fonts',
+ add_query_arg($query_args, "$protocol://fonts.googleapis.com/css" ),
+ array(), null
+ );
+ }
+}
diff --git a/wp/wp-content/plugins/LayerSlider/wp/shortcodes.php b/wp/wp-content/plugins/LayerSlider/wp/shortcodes.php
new file mode 100644
index 00000000..3fb710c6
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/wp/shortcodes.php
@@ -0,0 +1,175 @@
+ $id, 'filters' => $filters));
+}
+
+class LS_Shortcode {
+
+ // A counter used to make slider IDs
+ // that are guaranteed to be unique
+ public static $sliderCount = 0;
+
+ private function __contruct() {}
+
+
+ /**
+ * Registers the LayerSlider shortcode.
+ *
+ * @since 5.3.3
+ * @access public
+ * @return void
+ */
+
+ public static function registerShortcode() {
+ if(!shortcode_exists('layerslider')) {
+ add_shortcode('layerslider', array(__CLASS__, 'handleShortcode'));
+ }
+ }
+
+
+
+
+ /**
+ * Handles the shortcode workflow to display the
+ * appropriate content.
+ *
+ * @since 5.3.3
+ * @access public
+ * @param array $atts Shortcode attributes
+ * @return bool True on successful validation, false otherwise
+ */
+
+ public static function handleShortcode($atts = array()) {
+
+ if(self::validateFilters($atts)) {
+ if($slider = self::validateShortcode($atts)) {
+ return self::processShortcode($slider);
+ } else {
+
+ $data = '
';
+ $data.= ''.__('LayerSlider encountered a problem while it tried to show your slider.', 'LayerSlider').'';
+ $data.= __("Please make sure that you've used the right shortcode or method to insert the slider, and check if the corresponding slider exists and it wasn't deleted previously.", "LayerSlider");
+ $data.= '
';
+
+ return $data;
+ }
+ }
+ }
+
+
+
+
+ /**
+ * Validates the provided shortcode filters (if any).
+ *
+ * @since 5.3.3
+ * @access public
+ * @param array $atts Shortcode attributes
+ * @return bool True on successful validation, false otherwise
+ */
+
+ public static function validateFilters($atts = array()) {
+
+ // Bail out early and pass the validation
+ // if there aren't filters provided
+ if(empty($atts['filters'])) {
+ return true;
+ }
+
+ // Gather data needed for filters
+ $pages = explode(',', $atts['filters']);
+ $currSlug = basename(get_permalink());
+ $currPageID = (string) get_the_ID();
+
+ foreach($pages as $page) {
+
+ if(($page == 'homepage' && is_front_page())
+ || $currPageID == $page
+ || $currSlug == $page
+ || in_category($page)
+ ) {
+ return true;
+ }
+ }
+
+ // No filters matched,
+ // return false
+ return false;
+ }
+
+
+
+ /**
+ * Validates the shortcode parameters and checks
+ * the references slider.
+ *
+ * @since 5.3.3
+ * @access public
+ * @param array $atts Shortcode attributes
+ * @return bool True on successful validation, false otherwise
+ */
+
+ public static function validateShortcode($atts = array()) {
+
+ // Has ID attribute
+ if(!empty($atts['id'])) {
+
+ // Slider exists and isn't deleted
+ $slider = LS_Sliders::find($atts['id']);
+ if(!empty($slider) || $slider['flag_deleted'] != '1') {
+ return $slider;
+ }
+ }
+
+ return false;
+ }
+
+
+
+
+
+ public static function processShortcode($slider) {
+
+ // Increase slider counter to make slider IDs
+ // that are guaranteed to be unique
+ self::$sliderCount++;
+
+ // Slider and markup data
+ $slides = $slider['data'];
+ $id = $slider['id'];
+ $sliderID = 'layerslider_'.$id.'_'.self::$sliderCount;
+ $output = '';
+
+ // Include slider file
+ if(is_array($slides)) {
+
+ // Get phpQuery
+ if(!class_exists('phpQuery')) {
+ libxml_use_internal_errors(true);
+ include LS_ROOT_PATH.'/helpers/phpQuery.php';
+ }
+
+ include LS_ROOT_PATH.'/config/defaults.php';
+ include LS_ROOT_PATH.'/includes/slider_markup_init.php';
+ include LS_ROOT_PATH.'/includes/slider_markup_html.php';
+ $output = implode('', $output);
+ }
+
+ // Filter to override the printed HTML markup
+ if(has_filter('layerslider_slider_markup')) {
+ $output = apply_filter('layerslider_slider_markup', $output);
+ }
+
+ // Return data
+ if(get_option('ls_concatenate_output', true)) {
+ $output = trim(preg_replace('/\s+/u', ' ', $output));
+ }
+
+ // Bug fix in v5.4.0: Use self closing tag for
+ $output = str_replace('>', ' />', $output);
+
+ return $output;
+ }
+}
\ No newline at end of file
diff --git a/wp/wp-content/plugins/LayerSlider/wp/tinymce.php b/wp/wp-content/plugins/LayerSlider/wp/tinymce.php
new file mode 100644
index 00000000..4e726031
--- /dev/null
+++ b/wp/wp-content/plugins/LayerSlider/wp/tinymce.php
@@ -0,0 +1,23 @@
+ 'layerslider_widget', 'description' => __('Insert a slider with LayerSlider WP Widget', 'LayerSlider') );
+ $control_ops = array( 'id_base' => 'layerslider_widget' );
+ $this->WP_Widget( 'layerslider_widget', __('LayerSlider WP Widget', 'LayerSlider'), $widget_ops, $control_ops );
+ }
+
+ function widget( $args, $instance ) {
+ extract($args);
+
+ $title = apply_filters('widget_title', $instance['title']);
+ $title = !empty($title) ? $before_title . $title . $after_title : $title;
+
+ echo $before_widget, $title, LS_Shortcode::handleShortcode($instance), $after_widget;
+ }
+
+ function update( $new_instance, $old_instance ) {
+ $instance = $old_instance;
+ $instance['id'] = strip_tags( $new_instance['id'] );
+ $instance['title'] = strip_tags( $new_instance['title'] );
+ return $instance;
+ }
+
+ function form( $instance ) {
+
+ $defaults = array( 'title' => __('LayerSlider', 'LayerSlider'));
+ $instance = wp_parse_args( (array) $instance, $defaults );
+ $sliders = LS_Sliders::find(array('limit' => 100));
+ ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wp/wp-content/plugins/advanced-responsive-video-embedder/CHANGELOG.md b/wp/wp-content/plugins/advanced-responsive-video-embedder/CHANGELOG.md
new file mode 100644
index 00000000..6e93b597
--- /dev/null
+++ b/wp/wp-content/plugins/advanced-responsive-video-embedder/CHANGELOG.md
@@ -0,0 +1,445 @@
+## Changelog ##
+
+### Pro Addon 1.1.5 ###
+
+* New: Added setting and parameter grow="yes/no" to controll the grow-on-click behaviour that was introduced in 6.0 to your liking.
+
+### 6.1.2 ###
+
+* Improved: Added thumbnail and grow parameters to the Shortcode Creator Dialog.
+* Improved: Updated sceenshots.
+
+### Pro Addon 1.1.3 ###
+
+* Improved: link-linghtbox mode does not force a newline for the link anymore.
+* Fix: Autoplaying in Background when navigating back in browser.
+
+### Pro Addon 1.1.0 ###
+
+* Fix: Various issues reguarding lightbox mode.
+
+### 6.1.0 ###
+
+* Fix: Messages about pro addon removed when it is installed.
+
+### Pro Addon 1.0.7 ###
+
+* Fix: Video start playing again invisible when closeing lightbox with ESC.
+
+### 6.0.6 Beta ###
+
+* Improved: Adds a "Debug Info" tab to the settings page copy pasting when there is are issue.
+
+### Pro Addon 1.0.6 ###
+
+* Remove development functions.
+
+### Pro Addon 1.0.4 ###
+
+* Possibly Fixes SSL issues during activation.
+
+### Pro Addon 1.0.3 ###
+
+* Fix: Maxwidth issue.
+
+### 6.0.5 Beta ###
+
+* Fix: Foreach php error
+
+### 6.0.4 Beta ###
+
+* Fix: Youtube URL with starttime.
+
+### 6.0.3 Beta, Pro Addon 1.0.3 ###
+
+* Fix: Max-width output issue.
+
+### 6.0.2 Beta - 2015/07/24 - work time: ~60 days ###
+
+Please check the [migration guide](https://nextgenthemes.com/?p=1875) about upgrading to this version.
+
+* Fix: Jackpack Shortcode Embeds module incompatibility.
+* New: URL parameters are now possible via URLs used for embeds (passed to iframe src).
+* Changed: URL parameters to controll arve features are now 'arve[mode]=' style instead of 'arve-mode='.
+* Improved: Enabled HTTPS support for Viddler and MyVideo.
+* Improved: TED Talks shortcodes now support the 'lang' parameter.
+* Improved: New embed URLs for MyVideo.
+* Improved: Better Twitch support.
+* Improved: Dailymotion HTTPS support.
+* Improved: To reduce CSS and keep it simpler aspect ratios are now handled with inline styles.
+* Improved: Moved to complete WP Settings API.
+* Improved: Tabbed and extendable options page.
+* Improved: Massive code improvements.
+* Improved: Replaced all Admin Messages that caused bugs and annoyance for users with a dashboard Widget.
+
+### Pro Addon 1.0.1 ###
+
+* New: link-lightbox mode creates a link the triggers a lightbox with a video on click.
+
+### Pro Addon 0.9.7 ###
+
+* Fix: Lazyload videos not growing when global maxwidth setting was set.
+* Improved: Finally got rid of the jQuery Colorbox depency, the Pro Addon now includes lity for lightboxes.
+
+### Pro Addon 0.9.5 ###
+
+* Fix: Licensing Activation should now finally work correcty. (Multisite may need some tweaks)
+* Fix: Pissibility of unwanted margins/paddings on the transparent button.
+
+### Pro Addon 0.9.0 ###
+
+* Changed: 'Lazyload' mode now grows the video size after thumbnails are clicked.
+* Changed: 'Thumbnail' mode is now called 'Lazyload -> Colorbox' and has a sightly different behavior.
+* New: 'Lazyload -> Fullscreen' mode to instandly go Fullscreen after clicking the Lazyloaded preview image.
+* New: 'Lazyload -> Fixed' Fullscreen/-window mode (extremly experimental) with ability to resize fixed video on screen while reading the page.
+* New: 'thumbnail' parameter, take image URL or a ID to a media libray image to be used as thumbnail image.
+* Improved: Enabled fake thumbnails for USTREAM and myvideo.de.
+* Depricated: Providers that only support `
';
+
+ update_option('cpto_options', $options);
+ update_option('CPT_configured', 'TRUE');
+
+ }
+
+ $queue_data = get_option('ce_queue');
+
+ ?>
+
");n.html(t).removeClass("nivo-lightbox-loading")}})}else if(s.substring(0,1)=="#"&&r.attr("data-lightbox-type")=="inline"){if(e(s).length){var c=e('
');c.append(e(s).clone().show());n.html(c).removeClass("nivo-lightbox-loading");if(c.outerHeight()