0byt3m1n1
Path:
/
data
/
23
/
2
/
120
/
102
/
2283917
/
meta
/
2509584
/
mysql.backup
/
[
Home
]
File: 1_0322163_6.mysqlcluster17.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster17 Database: 1_0322163_6 -- ------------------------------------------------------ -- Server version 5.6.34-79.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_ai1ec_event_category_meta` -- DROP TABLE IF EXISTS `wp_ai1ec_event_category_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ai1ec_event_category_meta` ( `term_id` bigint(20) NOT NULL, `term_color` varchar(255) NOT NULL, `term_image` varchar(254) DEFAULT NULL, PRIMARY KEY (`term_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ai1ec_event_category_meta` -- LOCK TABLES `wp_ai1ec_event_category_meta` WRITE; /*!40000 ALTER TABLE `wp_ai1ec_event_category_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ai1ec_event_category_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ai1ec_event_instances` -- DROP TABLE IF EXISTS `wp_ai1ec_event_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ai1ec_event_instances` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `post_id` bigint(20) NOT NULL, `start` int(10) unsigned NOT NULL, `end` int(10) unsigned NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `evt_instance` (`post_id`,`start`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ai1ec_event_instances` -- LOCK TABLES `wp_ai1ec_event_instances` WRITE; /*!40000 ALTER TABLE `wp_ai1ec_event_instances` DISABLE KEYS */; INSERT INTO `wp_ai1ec_event_instances` VALUES (1,803,1490985900,1490994000); /*!40000 ALTER TABLE `wp_ai1ec_event_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ai1ec_events` -- DROP TABLE IF EXISTS `wp_ai1ec_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ai1ec_events` ( `post_id` bigint(20) NOT NULL, `start` int(10) unsigned NOT NULL, `end` int(10) unsigned DEFAULT NULL, `timezone_name` varchar(50) DEFAULT NULL, `allday` tinyint(1) NOT NULL, `instant_event` tinyint(1) NOT NULL DEFAULT '0', `recurrence_rules` longtext, `exception_rules` longtext, `recurrence_dates` longtext, `exception_dates` longtext, `venue` varchar(255) DEFAULT NULL, `country` varchar(255) DEFAULT NULL, `address` varchar(255) DEFAULT NULL, `city` varchar(255) DEFAULT NULL, `province` varchar(255) DEFAULT NULL, `postal_code` varchar(32) DEFAULT NULL, `show_map` tinyint(1) DEFAULT NULL, `contact_name` varchar(255) DEFAULT NULL, `contact_phone` varchar(32) DEFAULT NULL, `contact_email` varchar(128) DEFAULT NULL, `contact_url` varchar(255) DEFAULT NULL, `cost` varchar(255) DEFAULT NULL, `ticket_url` varchar(255) DEFAULT NULL, `ical_feed_url` varchar(255) DEFAULT NULL, `ical_source_url` varchar(255) DEFAULT NULL, `ical_organizer` varchar(255) DEFAULT NULL, `ical_contact` varchar(255) DEFAULT NULL, `ical_uid` varchar(255) DEFAULT NULL, `show_coordinates` tinyint(1) DEFAULT NULL, `latitude` decimal(20,15) DEFAULT NULL, `longitude` decimal(20,15) DEFAULT NULL, `force_regenerate` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`post_id`), KEY `feed_source` (`ical_feed_url`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ai1ec_events` -- LOCK TABLES `wp_ai1ec_events` WRITE; /*!40000 ALTER TABLE `wp_ai1ec_events` DISABLE KEYS */; INSERT INTO `wp_ai1ec_events` VALUES (803,1490985900,1490994000,'Atlantic/Azores',0,0,NULL,NULL,NULL,NULL,'','','','','','',0,'','','','','a:2:{s:4:\"cost\";s:0:\"\";s:7:\"is_free\";b:1;}','',NULL,NULL,NULL,NULL,'ai1ec-803@daviddelk.net/band',0,0.000000000000000,0.000000000000000,0); /*!40000 ALTER TABLE `wp_ai1ec_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; INSERT INTO `wp_commentmeta` VALUES (1,1,'_wp_trash_meta_status','1'),(2,1,'_wp_trash_meta_time','1488947991'); /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2016-06-23 15:23:45','2016-06-23 15:23:45','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'trash','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=607 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://daviddelk.net/band','yes'),(2,'home','http://daviddelk.net/band','yes'),(3,'blogname','Coast Big Band','yes'),(4,'blogdescription','Music for any occasion','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','david@abcrental.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','1','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:261:{s:55:\"(?:.+/)?calendar(\\/[a-z][a-z0-9\\-_~\\/]*~[a-z0-9\\-_~\\/])\";s:21:\"index.php?page_id=802\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:8:\"event/?$\";s:31:\"index.php?post_type=ai1ec_event\";s:38:\"event/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=ai1ec_event&feed=$matches[1]\";s:33:\"event/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=ai1ec_event&feed=$matches[1]\";s:25:\"event/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=ai1ec_event&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:58:\"events_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?events_categories=$matches[1]&feed=$matches[2]\";s:53:\"events_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?events_categories=$matches[1]&feed=$matches[2]\";s:34:\"events_categories/([^/]+)/embed/?$\";s:50:\"index.php?events_categories=$matches[1]&embed=true\";s:46:\"events_categories/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?events_categories=$matches[1]&paged=$matches[2]\";s:28:\"events_categories/([^/]+)/?$\";s:39:\"index.php?events_categories=$matches[1]\";s:52:\"events_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?events_tags=$matches[1]&feed=$matches[2]\";s:47:\"events_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?events_tags=$matches[1]&feed=$matches[2]\";s:28:\"events_tags/([^/]+)/embed/?$\";s:44:\"index.php?events_tags=$matches[1]&embed=true\";s:40:\"events_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?events_tags=$matches[1]&paged=$matches[2]\";s:22:\"events_tags/([^/]+)/?$\";s:33:\"index.php?events_tags=$matches[1]\";s:53:\"events_feeds/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?events_feeds=$matches[1]&feed=$matches[2]\";s:48:\"events_feeds/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?events_feeds=$matches[1]&feed=$matches[2]\";s:29:\"events_feeds/([^/]+)/embed/?$\";s:45:\"index.php?events_feeds=$matches[1]&embed=true\";s:41:\"events_feeds/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?events_feeds=$matches[1]&paged=$matches[2]\";s:23:\"events_feeds/([^/]+)/?$\";s:34:\"index.php?events_feeds=$matches[1]\";s:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:44:\"index.php?ai1ec_event=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:38:\"index.php?ai1ec_event=$matches[1]&tb=1\";s:46:\"event/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?ai1ec_event=$matches[1]&feed=$matches[2]\";s:41:\"event/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?ai1ec_event=$matches[1]&feed=$matches[2]\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ai1ec_event=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?ai1ec_event=$matches[1]&cpage=$matches[2]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?ai1ec_event=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:48:\"index.php?tpath_portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:42:\"index.php?tpath_portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?tpath_portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?tpath_portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?tpath_portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"portfolio-categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?portfolio_categories=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?portfolio_categories=$matches[1]&feed=$matches[2]\";s:37:\"portfolio-categories/([^/]+)/embed/?$\";s:53:\"index.php?portfolio_categories=$matches[1]&embed=true\";s:49:\"portfolio-categories/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?portfolio_categories=$matches[1]&paged=$matches[2]\";s:31:\"portfolio-categories/([^/]+)/?$\";s:42:\"index.php?portfolio_categories=$matches[1]\";s:57:\"portfolio-skills/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_skills=$matches[1]&feed=$matches[2]\";s:52:\"portfolio-skills/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_skills=$matches[1]&feed=$matches[2]\";s:33:\"portfolio-skills/([^/]+)/embed/?$\";s:49:\"index.php?portfolio_skills=$matches[1]&embed=true\";s:45:\"portfolio-skills/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?portfolio_skills=$matches[1]&paged=$matches[2]\";s:27:\"portfolio-skills/([^/]+)/?$\";s:38:\"index.php?portfolio_skills=$matches[1]\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:50:\"index.php?tpath_testimonial=$matches[1]&embed=true\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:44:\"index.php?tpath_testimonial=$matches[1]&tb=1\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?tpath_testimonial=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?tpath_testimonial=$matches[1]&cpage=$matches[2]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?tpath_testimonial=$matches[1]&page=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"authors/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?testimonial_categories=$matches[1]&feed=$matches[2]\";s:43:\"authors/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?testimonial_categories=$matches[1]&feed=$matches[2]\";s:24:\"authors/([^/]+)/embed/?$\";s:55:\"index.php?testimonial_categories=$matches[1]&embed=true\";s:36:\"authors/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?testimonial_categories=$matches[1]&paged=$matches[2]\";s:18:\"authors/([^/]+)/?$\";s:44:\"index.php?testimonial_categories=$matches[1]\";s:32:\"team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"team/([^/]+)/embed/?$\";s:50:\"index.php?tpath_team_member=$matches[1]&embed=true\";s:25:\"team/([^/]+)/trackback/?$\";s:44:\"index.php?tpath_team_member=$matches[1]&tb=1\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?tpath_team_member=$matches[1]&paged=$matches[2]\";s:40:\"team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?tpath_team_member=$matches[1]&cpage=$matches[2]\";s:29:\"team/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?tpath_team_member=$matches[1]&page=$matches[2]\";s:21:\"team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"members/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?team_member_categories=$matches[1]&feed=$matches[2]\";s:43:\"members/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?team_member_categories=$matches[1]&feed=$matches[2]\";s:24:\"members/([^/]+)/embed/?$\";s:55:\"index.php?team_member_categories=$matches[1]&embed=true\";s:36:\"members/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?team_member_categories=$matches[1]&paged=$matches[2]\";s:18:\"members/([^/]+)/?$\";s:44:\"index.php?team_member_categories=$matches[1]\";s:34:\"client/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"client/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"client/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"client/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"client/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"client/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"client/([^/]+)/embed/?$\";s:46:\"index.php?tpath_clients=$matches[1]&embed=true\";s:27:\"client/([^/]+)/trackback/?$\";s:40:\"index.php?tpath_clients=$matches[1]&tb=1\";s:35:\"client/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?tpath_clients=$matches[1]&paged=$matches[2]\";s:42:\"client/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?tpath_clients=$matches[1]&cpage=$matches[2]\";s:31:\"client/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?tpath_clients=$matches[1]&page=$matches[2]\";s:23:\"client/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"client/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"client/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"client/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"client/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"client/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"clients/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?client_categories=$matches[1]&feed=$matches[2]\";s:43:\"clients/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?client_categories=$matches[1]&feed=$matches[2]\";s:24:\"clients/([^/]+)/embed/?$\";s:50:\"index.php?client_categories=$matches[1]&embed=true\";s:36:\"clients/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?client_categories=$matches[1]&paged=$matches[2]\";s:18:\"clients/([^/]+)/?$\";s:39:\"index.php?client_categories=$matches[1]\";s:34:\"stores/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"stores/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"stores/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"stores/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"stores/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"stores/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"stores/([^/]+)/embed/?$\";s:45:\"index.php?tpath_stores=$matches[1]&embed=true\";s:27:\"stores/([^/]+)/trackback/?$\";s:39:\"index.php?tpath_stores=$matches[1]&tb=1\";s:35:\"stores/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?tpath_stores=$matches[1]&paged=$matches[2]\";s:42:\"stores/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?tpath_stores=$matches[1]&cpage=$matches[2]\";s:31:\"stores/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?tpath_stores=$matches[1]&page=$matches[2]\";s:23:\"stores/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"stores/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"stores/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"stores/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"stores/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"stores/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?store_types=$matches[1]&feed=$matches[2]\";s:41:\"types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?store_types=$matches[1]&feed=$matches[2]\";s:22:\"types/([^/]+)/embed/?$\";s:44:\"index.php?store_types=$matches[1]&embed=true\";s:34:\"types/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?store_types=$matches[1]&paged=$matches[2]\";s:16:\"types/([^/]+)/?$\";s:33:\"index.php?store_types=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=129&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:4:{i:0;s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";i:1;s:27:\"js_composer/js_composer.php\";i:2;s:23:\"revslider/revslider.php\";i:3;s:31:\"template-core/template-core.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:98:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band/wp-content/themes/buffalo/style.css\";i:2;s:105:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band/wp-content/plugins/revslider/revslider.php\";i:3;s:0:\"\";}','no'),(40,'template','buffalo','yes'),(41,'stylesheet','buffalo','yes'),(42,'comment_whitelist','','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','129','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','36686','yes'),(92,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:78:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:16:\"read_ai1ec_event\";b:1;s:16:\"edit_ai1ec_event\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:24:\"edit_others_ai1ec_events\";b:1;s:25:\"edit_private_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:18:\"delete_ai1ec_event\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:26:\"delete_others_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;s:27:\"delete_private_ai1ec_events\";b:1;s:20:\"publish_ai1ec_events\";b:1;s:25:\"read_private_ai1ec_events\";b:1;s:24:\"manage_events_categories\";b:1;s:18:\"manage_ai1ec_feeds\";b:1;s:19:\"switch_ai1ec_themes\";b:1;s:20:\"manage_ai1ec_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:49:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:16:\"read_ai1ec_event\";b:1;s:16:\"edit_ai1ec_event\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:24:\"edit_others_ai1ec_events\";b:1;s:25:\"edit_private_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:18:\"delete_ai1ec_event\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:26:\"delete_others_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;s:27:\"delete_private_ai1ec_events\";b:1;s:20:\"publish_ai1ec_events\";b:1;s:25:\"read_private_ai1ec_events\";b:1;s:24:\"manage_events_categories\";b:1;s:18:\"manage_ai1ec_feeds\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:25:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:16:\"read_ai1ec_event\";b:1;s:16:\"edit_ai1ec_event\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:24:\"edit_others_ai1ec_events\";b:1;s:25:\"edit_private_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:18:\"delete_ai1ec_event\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:26:\"delete_others_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;s:27:\"delete_private_ai1ec_events\";b:1;s:20:\"publish_ai1ec_events\";b:1;s:25:\"read_private_ai1ec_events\";b:1;s:24:\"manage_events_categories\";b:1;s:18:\"manage_ai1ec_feeds\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:21:\"ai1ec_event_assistant\";a:2:{s:4:\"name\";s:17:\"Event Contributor\";s:12:\"capabilities\";a:7:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:17:\"read_ai1ec_events\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;}}}','yes'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"primary\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:4:{i:1489980226;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1489988575;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1490046027;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(135,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"david@abcrental.com\";s:7:\"version\";s:5:\"4.7.3\";s:9:\"timestamp\";i:1488828520;}','no'),(141,'db_upgraded','','yes'),(143,'can_compress_scripts','0','no'),(144,'_site_transient_timeout_wporg_theme_feature_list','1488675568','no'),(145,'_site_transient_wporg_theme_feature_list','a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}','no'),(149,'theme_mods_twentysixteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1488840307;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(151,'_transient_twentysixteen_categories','1','yes'),(174,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.3\";s:7:\"version\";s:5:\"4.7.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1489937462;s:15:\"version_checked\";s:5:\"4.7.3\";s:12:\"translations\";a:0:{}}','no'),(181,'current_theme','Buffalo','yes'),(182,'theme_mods_buffalo','a:199:{i:0;b:0;s:18:\"tpath_demo_content\";s:104:\"http://themexlab.com/buffalo/wp-admin/themes.php?page=tpath_options&import_demo=true&import_content=true\";s:24:\"tpath_demo_theme_options\";s:104:\"http://themexlab.com/buffalo/wp-admin/themes.php?page=tpath_options&import_demo=true&import_options=true\";s:25:\"tpath_disable_page_loader\";s:1:\"1\";s:13:\"tpath_favicon\";s:0:\"\";s:23:\"tpath_apple_iphone_icon\";s:0:\"\";s:30:\"tpath_apple_iphone_retina_icon\";s:0:\"\";s:21:\"tpath_apple_ipad_icon\";s:0:\"\";s:28:\"tpath_apple_ipad_retina_icon\";s:0:\"\";s:23:\"tpath_enable_responsive\";i:1;s:16:\"tpath_custom_css\";s:0:\"\";s:19:\"tpath_sticky_header\";s:1:\"1\";s:27:\"tpath_enable_cart_in_header\";i:0;s:17:\"tpath_header_info\";s:40:\"<h3 style=\'margin: 0;\'>Menu Options</h3>\";s:21:\"tpath_header_bg_image\";s:0:\"\";s:22:\"tpath_header_bg_repeat\";s:6:\"repeat\";s:20:\"tpath_header_bg_full\";i:0;s:24:\"tpath_header_parallax_bg\";i:0;s:10:\"tpath_logo\";s:82:\"[site_url]/wp-content/uploads/2017/03/coast-big-band-3_edited-1-e1489119639339.png\";s:15:\"tpath_logo_text\";s:0:\"\";s:22:\"tpath_logo_font_styles\";a:5:{s:4:\"size\";s:4:\"50px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"500\";s:5:\"color\";s:7:\"#2e2e2e\";}s:16:\"tpath_logo_align\";s:6:\"center\";s:24:\"tpath_header_padding_top\";s:0:\"\";s:27:\"tpath_header_padding_bottom\";s:0:\"\";s:25:\"tpath_header_padding_left\";s:0:\"\";s:26:\"tpath_header_padding_right\";s:0:\"\";s:15:\"tpath_menu_type\";s:8:\"standard\";s:25:\"tpath_dropdown_menu_width\";s:5:\"220px\";s:18:\"tpath_theme_layout\";s:9:\"fullwidth\";s:12:\"tpath_layout\";s:7:\"one-col\";s:26:\"tpath_fullwidth_site_width\";s:4:\"1200\";s:22:\"tpath_boxed_site_width\";s:4:\"1200\";s:17:\"tpath_footer_info\";s:42:\"<h3 style=\'margin: 0;\'>Copyright Area</h3>\";s:27:\"tpath_footer_widgets_enable\";s:1:\"1\";s:26:\"tpath_footer_widget_layout\";s:1:\"4\";s:21:\"tpath_footer_bg_image\";s:0:\"\";s:22:\"tpath_footer_bg_repeat\";s:6:\"repeat\";s:20:\"tpath_footer_bg_full\";i:0;s:31:\"tpath_footer_widget_padding_top\";s:0:\"\";s:34:\"tpath_footer_widget_padding_bottom\";s:0:\"\";s:32:\"tpath_footer_widget_padding_left\";s:0:\"\";s:33:\"tpath_footer_widget_padding_right\";s:0:\"\";s:24:\"tpath_footer_padding_top\";s:0:\"\";s:27:\"tpath_footer_padding_bottom\";s:0:\"\";s:25:\"tpath_footer_padding_left\";s:0:\"\";s:26:\"tpath_footer_padding_right\";s:0:\"\";s:20:\"tpath_copyright_text\";s:0:\"\";s:21:\"tpath_background_info\";s:54:\"<h3 style=\'margin: 0;\'>Sidebar Background Options</h3>\";s:19:\"tpath_body_bg_image\";s:0:\"\";s:20:\"tpath_body_bg_repeat\";s:6:\"repeat\";s:24:\"tpath_body_bg_attachment\";s:5:\"fixed\";s:18:\"tpath_body_bg_full\";i:0;s:28:\"tpath_enable_content_full_bg\";i:1;s:30:\"tpath_primary_content_bg_image\";s:0:\"\";s:31:\"tpath_primary_content_bg_repeat\";s:6:\"repeat\";s:29:\"tpath_primary_content_bg_full\";i:0;s:32:\"tpath_primary_content_min_height\";s:5:\"300px\";s:30:\"tpath_primary_sidebar_bg_image\";s:0:\"\";s:31:\"tpath_primary_sidebar_bg_repeat\";s:6:\"repeat\";s:29:\"tpath_primary_sidebar_bg_full\";i:0;s:24:\"tpath_custom_colors_info\";s:39:\"<h3 style=\'margin: 0;\'>Menu Colors</h3>\";s:25:\"tpath_custom_scheme_color\";s:0:\"\";s:30:\"tpath_custom_scheme_color_dark\";s:0:\"\";s:16:\"tpath_link_color\";s:0:\"\";s:22:\"tpath_link_hover_color\";s:0:\"\";s:18:\"tpath_button_color\";s:0:\"\";s:25:\"tpath_button_border_color\";s:0:\"\";s:23:\"tpath_button_text_color\";s:0:\"\";s:24:\"tpath_button_hover_color\";s:0:\"\";s:31:\"tpath_button_border_hover_color\";s:0:\"\";s:29:\"tpath_button_hover_text_color\";s:0:\"\";s:19:\"tpath_body_bg_color\";s:0:\"\";s:29:\"tpath_header_background_color\";s:0:\"\";s:33:\"tpath_header_top_background_color\";s:0:\"\";s:29:\"tpath_sticky_background_color\";s:0:\"\";s:41:\"tpath_footer_widget_area_background_color\";s:0:\"\";s:29:\"tpath_footer_background_color\";s:0:\"\";s:30:\"tpath_primary_content_bg_color\";s:0:\"\";s:30:\"tpath_primary_sidebar_bg_color\";s:0:\"\";s:19:\"tpath_menu_bg_color\";s:0:\"\";s:25:\"tpath_menu_hover_bg_color\";s:0:\"\";s:27:\"tpath_menu_font_hover_color\";s:0:\"\";s:23:\"tpath_sub_menu_bg_color\";s:0:\"\";s:29:\"tpath_sub_menu_bg_hover_color\";s:0:\"\";s:31:\"tpath_sub_menu_font_hover_color\";s:0:\"\";s:15:\"tpath_body_font\";a:5:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:4:\"Lato\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:7:\"#7f7f7f\";}s:20:\"tpath_h1_font_styles\";a:5:{s:4:\"size\";s:4:\"45px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h2_font_styles\";a:5:{s:4:\"size\";s:4:\"40px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h3_font_styles\";a:5:{s:4:\"size\";s:4:\"32px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h4_font_styles\";a:5:{s:4:\"size\";s:4:\"24px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h5_font_styles\";a:5:{s:4:\"size\";s:4:\"20px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h6_font_styles\";a:5:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:22:\"tpath_menu_font_styles\";a:5:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";}s:25:\"tpath_submenu_font_styles\";a:5:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";}s:25:\"tpath_section_font_styles\";a:5:{s:4:\"size\";s:4:\"24px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";}s:28:\"tpath_post_title_font_styles\";a:5:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:35:\"tpath_single_post_title_font_styles\";a:5:{s:4:\"size\";s:4:\"20px\";s:4:\"face\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:34:\"tpath_footer_widget_heading_styles\";a:5:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:7:\"PT Sans\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";}s:31:\"tpath_footer_widget_font_styles\";a:5:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:7:\"PT Sans\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";}s:22:\"tpath_social_icon_type\";s:6:\"circle\";s:19:\"tpath_facebook_link\";s:59:\"https://www.facebook.com/Center-Stage-Theatre-143446944144/\";s:18:\"tpath_twitter_link\";s:0:\"\";s:19:\"tpath_linkedin_link\";s:0:\"\";s:20:\"tpath_pinterest_link\";s:0:\"\";s:21:\"tpath_googleplus_link\";s:0:\"\";s:18:\"tpath_youtube_link\";s:0:\"\";s:14:\"tpath_rss_link\";s:0:\"\";s:17:\"tpath_tumblr_link\";s:0:\"\";s:17:\"tpath_reddit_link\";s:0:\"\";s:19:\"tpath_dribbble_link\";s:0:\"\";s:15:\"tpath_digg_link\";s:0:\"\";s:17:\"tpath_flickr_link\";s:0:\"\";s:16:\"tpath_skype_link\";s:0:\"\";s:18:\"tpath_blogger_link\";s:0:\"\";s:16:\"tpath_yahoo_link\";s:0:\"\";s:17:\"tpath_blog_layout\";s:0:\"\";s:25:\"tpath_blog_archive_layout\";s:0:\"\";s:24:\"tpath_single_post_layout\";s:0:\"\";s:15:\"tpath_blog_type\";s:4:\"list\";s:23:\"tpath_archive_blog_type\";s:4:\"list\";s:23:\"tpath_blog_grid_columns\";s:3:\"two\";s:29:\"tpath_blog_slideshow_autoplay\";s:5:\"false\";s:26:\"tpath_blog_slideshow_speed\";s:3:\"200\";s:25:\"tpath_blog_animation_type\";s:6:\"fadeUp\";s:29:\"tpath_disable_blog_pagination\";i:0;s:20:\"tpath_blog_prev_next\";i:0;s:22:\"tpath_blog_author_info\";s:1:\"0\";s:25:\"tpath_blog_social_sharing\";i:0;s:19:\"tpath_blog_comments\";s:1:\"0\";s:27:\"tpath_blog_post_meta_author\";i:0;s:25:\"tpath_blog_post_meta_date\";i:0;s:31:\"tpath_blog_post_meta_categories\";i:0;s:29:\"tpath_blog_post_meta_comments\";i:0;s:20:\"tpath_blog_read_more\";i:0;s:25:\"tpath_blog_read_more_text\";s:0:\"\";s:31:\"tpath_blog_excerpt_length_large\";s:3:\"100\";s:30:\"tpath_blog_excerpt_length_grid\";s:2:\"20\";s:22:\"tpath_blog_date_format\";s:6:\"d M, Y\";s:22:\"tpath_sharing_facebook\";s:1:\"1\";s:21:\"tpath_sharing_twitter\";i:0;s:22:\"tpath_sharing_linkedin\";i:0;s:23:\"tpath_sharing_pinterest\";i:0;s:24:\"tpath_sharing_googleplus\";i:0;s:20:\"tpath_sharing_tumblr\";i:0;s:20:\"tpath_sharing_reddit\";i:0;s:18:\"tpath_sharing_digg\";i:0;s:19:\"tpath_sharing_email\";i:0;s:21:\"tpath_contact_heading\";s:48:\"<h3 style=\'margin: 0;\'>Contact Form Options</h3>\";s:15:\"tpath_site_name\";s:0:\"\";s:16:\"tpath_site_email\";s:0:\"\";s:14:\"tpath_site_url\";s:0:\"\";s:18:\"tpath_site_address\";s:0:\"\";s:16:\"tpath_site_phone\";s:0:\"\";s:21:\"tpath_site_fax_number\";s:0:\"\";s:29:\"tpath_show_google_map_contact\";s:1:\"0\";s:15:\"tpath_gmap_type\";s:7:\"ROADMAP\";s:16:\"tpath_gmap_width\";s:4:\"100%\";s:17:\"tpath_gmap_height\";s:5:\"510px\";s:18:\"tpath_gmap_address\";s:0:\"\";s:18:\"tpath_gmap_content\";s:0:\"\";s:21:\"tpath_gmap_zoom_level\";s:2:\"12\";s:22:\"tpath_gmap_marker_icon\";s:0:\"\";s:16:\"tpath_gmap_popup\";i:0;s:22:\"tpath_gmap_scrollwheel\";i:0;s:16:\"tpath_gmap_scale\";i:0;s:22:\"tpath_gmap_zoomcontrol\";i:0;s:21:\"tpath_contact_message\";s:142:\"Fill out all required fields to send a message. You have to login to your wordpress account to post any comment. Please don\'t spam, thank you!\";s:19:\"tpath_contact_email\";s:0:\"\";s:15:\"tpath_form_name\";i:0;s:18:\"tpath_form_subject\";i:0;s:17:\"tpath_form_budget\";i:0;s:19:\"tpath_form_priority\";i:0;s:17:\"tpath_labels_name\";s:0:\"\";s:18:\"tpath_labels_email\";s:0:\"\";s:20:\"tpath_labels_subject\";s:0:\"\";s:20:\"tpath_labels_message\";s:0:\"\";s:19:\"tpath_labels_budget\";s:0:\"\";s:21:\"tpath_labels_priority\";s:0:\"\";s:9:\"of_backup\";s:0:\"\";s:11:\"of_transfer\";s:0:\"\";s:9:\"smof_init\";s:31:\"Sat, 16 May 2015 11:48:06 +0000\";s:18:\"nav_menu_locations\";a:2:{s:13:\"tpath-primary\";i:12;s:19:\"tpath-primary-right\";i:13;}s:25:\"tpath_blog_list_fullwidth\";s:2:\"no\";s:32:\"tpath_enable_social_icons_footer\";s:1:\"1\";s:20:\"tpath_instagram_link\";s:0:\"\";s:7:\"backups\";N;s:14:\"google_map_api\";s:0:\"\";s:18:\"tpath_color_scheme\";s:8:\"blue.css\";s:35:\"tpath_blog_slideshow_autoplay_speed\";s:4:\"5000\";s:28:\"tpath_blog_animation_in_type\";s:7:\"flipInX\";s:29:\"tpath_blog_animation_out_type\";s:12:\"slideOutDown\";s:24:\"tpath_woo_archive_layout\";s:7:\"one-col\";s:23:\"tpath_woo_single_layout\";s:13:\"two-col-right\";s:23:\"tpath_woo_archive_image\";s:0:\"\";s:28:\"tpath_loop_products_per_page\";s:0:\"\";s:23:\"tpath_loop_shop_columns\";s:1:\"4\";s:28:\"tpath_related_products_count\";s:1:\"3\";s:23:\"tpath_woo_shop_ordering\";s:1:\"0\";s:18:\"custom_css_post_id\";i:-1;}','yes'),(183,'theme_switched','','yes'),(184,'widget_tpath_about-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(185,'widget_tpath_testimonial-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(186,'widget_tpath_facebook_like-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(187,'widget_tpath_tweets-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(188,'widget_tpath_call_to_action-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(189,'widget_tpath_flickr_widget-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(190,'widget_tpath_instagram_widget-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(191,'widget_tpath_popular_posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(192,'widget_tpath_category_posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(193,'widget_tpath_tabs-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(194,'widget_tpath_contact_info-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(195,'shop_catalog_image_size','a:3:{s:5:\"width\";i:500;s:6:\"height\";i:335;i:0;i:1;}','yes'),(196,'recently_activated','a:0:{}','yes'),(197,'revslider-update-check-short','1489807493','yes'),(198,'revslider-templates-check','1489807496','yes'),(201,'revslider_checktables','1','yes'),(202,'revslider_table_version','1.0.6','yes'),(203,'revslider-global-settings','a:0:{}','yes'),(204,'revslider_update_version','5.2.5.5','yes'),(205,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(208,'vc_version','4.11.2.1','yes'),(209,'wpb_js_composer_license_activation_notified','yes','yes'),(210,'license_key_token','1489415527|by4Yp13OJlgkTLeGbjOW','yes'),(228,'fresh_site','0','yes'),(250,'category_children','a:0:{}','yes'),(251,'portfolio_categories_children','a:0:{}','yes'),(252,'portfolio_skills_children','a:0:{}','yes'),(253,'testimonial_categories_children','a:0:{}','yes'),(256,'store_types_children','a:0:{}','yes'),(257,'revslider-connection','1','yes'),(258,'revslider-latest-version','5.4.1','yes'),(259,'revslider-stable-version','4.2','yes'),(260,'revslider-notices','a:5:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:230:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow51_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1 is out\" ></a>\";s:4:\"code\";s:9:\"TPRS51-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.4\";s:4:\"text\";s:242:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=515b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner515.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.6\";s:4:\"text\";s:240:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=52b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner52.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.2.9\";s:4:\"text\";s:249:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=530b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large_5.3.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.3.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS530-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.3.9\";s:4:\"text\";s:232:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=54b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_54.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(261,'revslider-dashboard','O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"5.0.0\";s:10:\"version_to\";s:5:\"5.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"<div class=\"rs-dash-widget\"><div class=\"rs-dash-title-wrap\"><div class=\"rs-dash-title\">your version is: {{current_version}}</div></div><div class=\"rs-dash-widget-inner\"></div></div>\";s:4:\"code\";s:0:\"\";}}','yes'),(262,'revslider-addons','O:8:\"stdClass\":16:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:70:\"http://updates.themepunch.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:19:\"revslider-404-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:21:\"revslider-login-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}}','yes'),(263,'revslider-update-check','1489807881','yes'),(264,'revslider-valid-notice','false','yes'),(267,'revslider-valid','true','yes'),(268,'revslider-code','42e3108b-56c3-4376-a82d-2fcce732a098','yes'),(269,'revslider-temp-active-notice','false','yes'),(270,'revslider_update_info','O:8:\"stdClass\":3:{s:7:\"checked\";i:1489807881;s:5:\"basic\";O:8:\"stdClass\":5:{s:4:\"slug\";s:9:\"revslider\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"package\";s:97:\"http://updates.themepunch.tools/revslider/download.php?&code=42e3108b-56c3-4376-a82d-2fcce732a098\";s:6:\"tested\";s:3:\"4.7\";s:3:\"url\";s:81:\"https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\";}s:4:\"full\";O:8:\"stdClass\":16:{s:4:\"name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:6:\"stable\";s:3:\"4.2\";s:7:\"version\";s:5:\"5.4.1\";s:6:\"tested\";s:3:\"4.7\";s:14:\"upgrade_notice\";a:0:{}s:11:\"last_update\";s:10:\"2017-02-28\";s:12:\"last_updated\";s:10:\"2017-02-28\";s:8:\"requires\";s:3:\"3.6\";s:6:\"author\";s:10:\"ThemePunch\";s:7:\"package\";s:97:\"http://updates.themepunch.tools/revslider/download.php?&code=42e3108b-56c3-4376-a82d-2fcce732a098\";s:13:\"download_link\";s:97:\"http://updates.themepunch.tools/revslider/download.php?&code=42e3108b-56c3-4376-a82d-2fcce732a098\";s:9:\"file_name\";s:13:\"revslider.zip\";s:8:\"sections\";a:1:{s:9:\"changelog\";s:99846:\"<div class=\"slider-revolution-update-list\">\n<h3 class=\"version-number\">Version 5.4.1 StarPath (28th February 2017)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed Colorpicker Issues where wrong old Color values broke the Convert process and negative influenced the Slide Editor</li> \n <li>Fixed Scroll Below bugs</li> \n</ul>\n\n<h3 class=\"version-number\">Version 5.4 StarPath (22nd February 2017)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added Blur Effect on Ken Burn Animation. Start and End Value can be defined</li>\n <li>Added Letter Spacing on Multiple Levels</li> \n <li>Introducing new Layer animations: Block Animation (left,right,top,bottom)</li>\n <li>Introducing a new Color Picker which allows to pick Alpha Values and Gradient Colors as well</li>\n <li>Communication with ThemePunch servers now only via SSL</li>\n <li>Added a feature to allow autoplay HTML5 Videos on Android Devices also</li>\n <li>Added SEO follow/nofollow option to simple link actions</li>\n <li>Added Split Animation Direction like forwards, backwards, middle to edge, edge to middle, random</li>\n <li>Random Split Transitions will calculate on demand Random values per Splitted element</li>\n <li>Added Split Animation Cycles to create Animation patterns on Splitted elements</li>\n <li>Introducing new AddOn \"Slicey\"</li>\n <li>Introducing new AddOn \"FilmStrip\"</li>\n <li>Introducing new AddOn \"Jason Posts\"</li>\n <li>Introducing new AddOn \"Login Page Slider\"</li>\n <li>Introducing new AddOn \"404 Page\"</li>\n <li>Introducing new AddOn \"Post Featured Slider\"</li>\n</ul>\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Added a new Option to enable/disable Desktop Swipe functions. This will allow you to enable Swipe on Mobile Devices, and still make Content Selectable on Desktop Systems</li> \n</ul>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed an Issue where Template Slides could not be added due the Slide Editor due some License Code issues</li> \n <li>Fixed some GUI Issues</li>\n <li>Slider Embed Option was not available on New WP Pages. TinyMCE Issues has been solved</li>\n <li>Fixed Bug with Slider Alias will not save</li>\n <li>Issues with background image url in export files has been fixed</li>\n <li>Extended Max. Slide Time to Unlimited</li>\n <li>Fixed Slide Timeline Bar Visual Effect on Slide Length change event</li>\n <li>Bug fixed where \"Split Out Animation\" breaks none \"Split In Animation\" on Layers</li>\n <li>Fixed bugs with SVG Stroke Animation / Coloring on Simple Idle, and on Idle/Hover status</li> \n <li>Group Embeded Layer Timing issues has been fixed. Out / In Animation Time points were wrong calculated in some kind of cases</li>\n</ul>\n\n<h3 class=\"version-number\">Version 5.3.1.6 StarPath (5th January 2017)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Introducing placeholders to gallery sliders (already available for post/stream sources)</li>\n <li>Added Ease and Speed to Scroll Below Action to make individual Scroll Effects</li>\n</ul>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Slide Link was not linking to the correct Slides in some cases.</li> \n <li>Slide Link was not visible at start</li>\n <li>Fixed Bug in \"Add New\" Page/Post, Slider Selector overview in Visual Composer not working properly</li>\n <li>Fixed no \"Add RevSlider\" icon in WP Editor for new posts/pages</li>\n <li>Fixed CSS Navigation bug where under certain circumstances CSS ID\'s were wrongy added</li>\n <li>Fixed bug where custom navigation settings might not get correctly stripslashed()</li> \n <li>Fixed for $add_static is not defined</li> \n</ul>\n\n<h3 class=\"version-number\">Version 5.3.1.5 StarPath (10th December 2016)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added option to delete User Slide Templates</li>\n</ul>\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Layout of Sticky Layers Settings has been changed</li>\n <li>Removed unneeded CSS Lines and minified the CSS Export of settings.css</li>\n</ul>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed an issue where static element Position Calculation was broken in some kind of cases</li>\n <li>Fixed an issue where inline styled Content lost its FontWeight, Line Height and Font Size in some kind of cases</li> \n <li>Fixed an incomatability with our Blank Fullwidth Template and WordPress 4.7</li> \n <li>Fixed a Rendering issue with Row Oversizing in case Image element added into Columns</li>\n <li>Fixed \"Child Elements Responsive\" to stay at \"off\" after Slide Editor reload</li>\n <li>ID of Wrapper Elements added via Option was not available on Frontend</li>\n <li>Fixed date selector for Visible From/To z-index issue</li>\n <li>Fixed Layer Action issues where multiple Actions on same Layer was not recognised on FrontEnd</li>\n <li>Fixed Border issues on Buttons</li>\n <li>Loading of Video Elements in Rows driven by Actions was not Showing up in some kind of rare cases</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.3.1.1 StarPath (8th December 2016)</h3>\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Merged Google Font loading into less calls</li>\n <li>Removed unneeded CSS Lines and minified the CSS Export of settings.css</li>\n</ul>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Hidden \"Max Width\" field is available in Auto Mode again</li>\n <li>Fixed notice in output.class.php for certain Sliders</li>\n <li>Fixed a strange Effect on Scroll where Stick Style Menu was not clearly docked on the top, but was flickering before docking</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.3.1 StarPath (1st December 2016)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added option to show layers on all Slides in Carousel mode</li>\n <li>Added option to use YouTube video cover for YouTube video background on slides</li>\n <li>Added box-shadow:none css default settings on a tags within the Layers to avoid Wordpress Basic Theme borders</li>\n <li>New Option added to fade Out Hero Content optional when Parallax Scroll activated, like Slider BG, Layer, Static Layer, Parallax Layer</li>\n <li>Added an option to set the Group Sizes by %. Content of Groups can be set also % based</li>\n <li>Added new Option for Easing and Speed of Carousel Slides</li>\n <li>Added an option which allows to show Carousel first in Viewport.</li>\n <li>Added option for layers to add an tabindex.</li>\n</ul>\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Added Version Checking for Loaded Modules and some function to handle Cache issues</li>\n <li>Redesigned the Import Process of Slider and Slide Templates</li>\n <li>Carousel Slides will always fade in first without a Start Slide effect which was annoying in some kind of situations</li>\n <li>Carousel Slider will act on Swipe even due Clickable elements</li>\n <li>Extended Idle/Hover Style Editor in Slide Editor mode for quicker work processes</li>\n <li>jQuery and Slider CSS Editor also available due Slide Editor mode to simplfy the Slide building processes</li>\n <li>Static/Global Styles are now obsolete</li>\n <li>Font Awesome Library Updated to 4.7.0</li>\n</ul>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed Image Filter issues related to Slide Changes</li>\n <li>Fixed Slide Transitions where Transion should happen based on the Slide Direction</li>\n <li>Flickering issue by Static Layers with Action fixed</li>\n <li>Fixed an issue where Quick and Long LAyer Actions made Layers unavailable</li>\n <li>Fixed Order issues on Row Duplication</li> \n <li>RTL Backend Issues with the new Objet Library has been fixed</li>\n <li>Fixed missing Styles after Hovering Layers in Firefox</li>\n <li>Toggled Content without Action was not swapping its Toggled Status. Issue is fixed now</li>\n <li>Fixed Grid Based Static Layer Positions in Carousel Sliders</li>\n <li>Fixed Issue where adding New Layer due Context menu was broken</li>\n <li>Fixed Backend Margin calculation issue on Backend. Frontend and Backend was behaving differently. Now Frontend view covers backend view</li>\n <li>Fixed Split Animation not beeing written in some cases for the out animation</li>\n <li>Fixed Export to HTML issue with background images creating HTML an error</li>\n <li>Fixed Global CSS not opening</li>\n <li>Fixed rare Slider Import bug</li>\n <li>Fixed border-width not saving correctly in Style Templates</li>\n <li>Fixed warning in not existing pages caused by Slider Revolution</li>\n <li>Fixed the Row / Column / InnerLayer Timing in Backend and in Frontend</li>\n <li>Split Animation did not change the Timeline Behaviours directly. This has been fixed now</li>\n <li>Hover on SVG Elements was not coloring well the Idle or Hover status has been fixed</li>\n <li>Fixed installation warning that could occur in certain installations</li>\n <li>Fixed layer video cover not showing in Slide Editor for imported Slider</li>\n <li>Fixed Slider Pack import sometimes having wrong orders in created Draft Page</li>\n <li>Layers other than text no longer have \"Open Sans\" as font-family as default</li>\n <li>Replace Image URL\'s now properly working with Static Layers</li>\n <li>Fixed a problem where Sliders with Full Slide link in Carousel and in some special mode had issues with the Full Slide Link layer</li>\n <li>Static Layer issues with Invisible Slides where Static Layers were not disappearing on Unvisible Slides on demenad</li>\n <li>Fixed WhiteBoard\'s multiple \"Hand\" issue</li>\n <li>Fixed Hover / Idle issues where quick focus/blur events would not remove the Hover animation effects from the layers</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.3.0.2 StarPath (26th October 2016)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed Syntax and Logical Issues like Removing a Slide from Slider based on the Feedback of Sébastien Ledan (http://dotevo.com)! Thank you for the great Feedbacks and Suggestions</li>\n <li>Fixed Slider disappearing in IE11 if Parallax Mode is activated. Double parameter definition in Animation Engine has been fixed</li>\n <li>Fixed an issue where all extension modules should be loaded at once. Folder Name in Path has been renamed from extension to extensions</li>\n <li>Fixed PHP7 issue: \"Fatal error: Uncaught Error: [] operator not supported for strings\"</li>\n <li>Fixed preview issue where the Slide Editor was not working properly after opening and closing the preview</li>\n <li>Fixed preview in Slide Editor, to show the current changes made without saving the Slide</li>\n <li>Fixed an issue where cross referencing Static Layers were disappeared</li>\n <li>Disappearing elements on Drag & Drop in Slide Editor has been fixed</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.3.0.1 StarPath (22nd October 2016)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed an issue where in Viewpoint Scrolled Slides did not start straight but with a small delay</li>\n <li>Fixed Restarted Static Layers which are animating on each Slide if Start time was smaller than 100ms</li>\n <li>Fixed Warning: Illegal string offset \'width\' in [...] object-library.class.php on line 994</li>\n <li>Fixed Global Settings getting reset in certain cases. Which ultimately causes for some customers blank Sliders as the JavaScript files are no longer loaded in the footer</li>\n <li>Fixed bug where actions in Static Layers could be lost after saving</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.3.0 StarPath (21st October 2016)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>New Brasilian/Portuguese translation added! Special thanks to Diego Fernandes</li>\n <li>Introducing Rows and Columns as Layer Groups</li>\n <li>Added Layer Groups for logical and physical grouping of Layers.</li>\n <li>Animations are now allowed in multiple levels for Groups, Rows, Columns and wrapped Layers</li>\n <li>Added Margin for relative Layers (Columns, Rows, Layers in Columns)</li>\n <li>Rows can be sorted within Top, Middle and Bottom Containers</li>\n <li>Added Post ID {{id}} into the Meta List</li> \n <li>Added Layer Background Images for Text, Column, Row, Group and Shape</li>\n <li>Added Instagram Image Filtering for Slide Backgrounds</li>\n <li>Slides will receive an Auto Height with Rows and Columns</li>\n <li>Introducing Right Click Content Menu on Layers and BG in Slide Editor for quick Edit mode and shortcuts</li>\n <li>Introducing the Object Library with dozens of new Images, BG Images and Objects</li>\n <li>Added Font Icons to Object Library for quicker icon selection within a Text Layer</li>\n <li>Copy/Paste Layer styles easily from one Layer to the other</li>\n <li>Selecting more than one Layer, to move them together, now available</li>\n <li>Introducing logical grouping of Layers</li>\n <li>Added CSS Blend Modes for Text Layer to get some exclusive effects on backgrounds. (Will not work with older IE Browser)</li>\n <li>Easy Editing and Movement of Groups and Layers in Groups</li>\n <li>Added CTRL / CMD + Click function to enable multiple selections</li>\n <li>Added device based level for Spacings like Paddings, Margins, Text-Aligns which can be set now individual based on Responsive Level</li>\n <li>Added Ken Burns Live Editor</li>\n <li>Added option to include all Slider Revolution JavaScript libraries on page load</li>\n <li>Added new option on Slider Import, to be able to create blank pages with the Slider inside</li>\n</ul>\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Improved loading speed at Slider Overview</li>\n <li>Changed Timeline Interface for better and easier Time Settings</li>\n <li>Add-On Deactivation Button more visual</li>\n <li>Changed Button Hover feature to allow Hover during the Layer Animation already. Direct feedback from Button to customer</li>\n <li>Changed the Layer Animation Core. Introducing Timeline feature which will allow build multiple frames within one Layer Animation</li>\n <li>Improved the Timeline functionality</li>\n <li>Fixed Template and Object Library Loading methods to improve the Loading speed of Background Edit Modes</li>\n <li>Further WPML improvements</li>\n <li>Removed deprecated function, removed with PHP 7</li>\n <li>Padding, Margin and Text Align are now saved for all devices on saving a style</li>\n</ul>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Improved Google Font loading by removing duplicated inclusions</li>\n <li>Fixed Slot Animation Issues where Slot Amount was ignored in Fade Slots Tranitions</li>\n <li>Fixed issue where Layer On Complete Event was triggered twice on Slide Changes. This had negative influence i.e. on Add Ons like White Board</li>\n <li>Fixed SVG Resizing issues in the Slide Editor after changing SVG Source of an Object Layer</li>\n <li>Fixed Dotted Overlays issues on Slides</li>\n <li>Fixed CTRL+S (CMD+S) Quick save functions</li>\n <li>Fixed Image Size and Aspect Ratio issues in Slide Editor</li>\n <li>Fixed a bug where FullScreen Slider Offset Container parameter was not working with the Carousel Slider Layout</li>\n <li>Fixed Slide Direction Animation on HOrizontal and Vertical direction when slide change has been triggered by Mouse Scroll</li>\n <li>Fixed Ken Burns Issues where Horizontal and Vertical Start Offsets were not implemented well</li>\n <li>YouTube Playback on Mobile Phones lost Focus and lost Video after Slide Change in some rare situations has been fixed</li>\n <li>Fixed a YouTube Bug which was not allow to trigger YouTube Videos via Layer Action on Mobiles</li>\n <li>Fixed Blurry Buttons in YouTube Videos on Mobile Phones</li>\n <li>Issue where Pendulum Easing was ignored in frontend fixed</li>\n <li>Parallax effet on Background Media was not working without Existing Layer in Slide has been fixed</li>\n <li>Facebook Timeline Images did not show under certain circumstances before. Now they do.\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.6 StarPath (24th June 2016)</h3>\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Deactivating a purchase code will now remove it from the purchase code field</li>\n <li>Changed activation message if purchase code is already registered</li>\n</ul>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed issue with latest WooCommerce update</li>\n <li>Removed the SVG copy failure notice</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.5.4 StarPath (14th June 2016)</h3>\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Instagram API Changes (only username search allowed by Instagram, no hashtag search)</li>\n <li>Moved SVG\'s into the uploads folder</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.5.3 StarPath (1st June 2016)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added option to modify z-index for layers, can be set in the hover styles</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed update issue where files could not be copied</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.5.2 StarPath (24th May 2016)</h3>\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Improved user experience with activation, update and templates messages</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed issue with BuddyPress in combination with Visual Composer</li>\n</ul>\n\n\n\n<h3 class=\"version-number\">Version 5.2.5.1 StarPath (4th May 2016)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added IgnoreHeightChange for Android Phones as Fall Back which will avoid the small Jump on Mobile Phones if Location Bar is removed/resized on scroll</li>\n <li>Added Dark/Light BG for Layer Style Selector, which helps to pick the right Style on demand</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Changed data that are stored in the WordPress options table to reduce pageload</li>\n <li>Changed Vimeo Frogaloop Script Loading Origin from HTTP:// to HTTPS://</li>\n <li>Add-On Installation Problem Handling optimized</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed Action Delay Issues</li> \n <li>Eliminated Loading issues, where Static Layer Load time was over 5s or Slider was simple not starting due high loading times</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.5 StarPath (16th April 2016)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added option to set the ID for the Slider which will also set dynamical added container ID\'s based on the preseted ID</li>\n <li>Delay option added to the Jump To Slide Layer Action</li>\n <li>Template Slider Packs now available</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Toggle Content on Click event has been extended. Toggle Content without Actions and also on all actions can be added.</li>\n <li>Added further improvements for the Slider Template Library download routine.</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed minHeight settings where entered suffix broke the Slider output.</li>\n <li>Fixed duplication of ID on layers in frontend, caused by duplicating layers in Slide Editor</li>\n</ul>\n\n\n\n<h3 class=\"version-number\">Version 5.2.4.1 StarPath (08th April 2016)</h3>\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Changed HTML5 example URLs as the old ones are no longer available</li>\n <li>Reminder on LayerAction added as solid warning in case Vimeo Video Controls are set to hidden</li>\n <li>Calculation of Wave Loop Effect changed to respect the real X/Y Offsets</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Vimeo Arguments no longer reset on a Vimeo Layer</li>\n <li>Fixed a Bug where 2nd Time Focused Slider with previously played Video started again even if it was not visible currently</li>\n <li>Fixed an issue with Hungarian Translation. Hungarian Translation is at 50% currently</li>\n <li>Issue with HTML5 Video Next Slide at End on Mobile was skipping a slide after 2nd loop has been fixed.</li>\n <li>Force Rewind available now for YouTube and Vimeo also on Mobile again</li>\n <li>Shortocde Management on pages was not closing the Modal window in some cases. Added a Workaround which checks the last state of the Window in case the default GUI would not be able to close the window</li>\n <li>Fixed the Start Angle Calculation of Wave Loop Effect</li>\n <li>Keyboard Navigation could not be disabled if all other Navigation was disabled</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.4 StarPath (01st April 2016)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>French Translation added</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Static Layer Container was written even if no Static Layers were exist. This blocked 3D Parallax Slides from Hovering/Clicking on Elements</li>\n <li>Fixed an issue where layers were disappearing in Google Chrome and other browsers after revisiting the slide</li>\n <li>Fixed an issue with IE11 not beeing able to handle audio layer in Slide Editor</li>\n <li>Fixed a bug where duplicated layers could loose their hover settings</li>\n <li>Fixed a bug with SVG Objects, where styling was only attached if the SVG Object was loading from cache</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.3.5 StarPath (18th March 2016)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed output of 1 before the slider in rare cases</li>\n <li>Fixed issue where layers would only show on hover</li>\n</ul>\n\n<h3 class=\"version-number\">Version 5.2.3 StarPath (17th March 2016)</h3>\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Improved google font loading by removing not needed multiple fonts</li>\n</ul>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed conflicts that could occur in combinations with different third party plugins</li>\n <li>Fixed a Viusal Composer conflict</li>\n <li>Fixed Next Slide At End Bug, Loop, and Loop but Keep Slide Progress Bug for Video Backgrounds</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.2 StarPath (11th March 2016)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed an issue in Slide Editor where Options were not any more selectable. This is also a Fix for all iussues with \"Can not read lenght of Null\" Faliure</li>\n <li>Fixed Layer Timing issue where Layer could not start any more at 0ms</li>\n <li>Fixed Start Value issues in Slide Editor where some Value changed from \"0\" to a predefined Default value</li>\n <li>Fixed an Issue where Layers disappearing after a long time period.</li>\n <li>Fixed Slider / Layer Grid Based Align options for Navigation Elements</li>\n <li>Fixed calculation errors of navigation elements</li>\n <li>Fixed an issue where slidelinks on carousel slides was not working properly</li>\n <li>Fixed Static Layer container perspective on 3D Parallax Animations. Static Layers and Layers will have now the same View Perspective. To achieve this, Static Layers will always overlay simple Layers in 3D Parallax Mode</li>\n <li>Scrolling by Scroll Bar will also trigger Parallax and Start Slider functions now</li>\n <li>Fixed issues that could occur with older Visual Composer versions</li>\n <li>Fixed a few template store issues where notices and warning occured</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.1 StarPath (4th March 2016)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed an Issue for PHP 5.2 or older where the Plugin was not loading on Backend any more</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.0 StarPath (3th March 2016)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added Navigation Position Aligned By option to allow Navigation element positioned within the Layer Grid also</li>\n <li>Added individual RTL Option to Arrows, Bullets, Tabs and Tumbnails to change the Slider direction and the order of elements</li>\n <li>Added New Layer Type: Object with SVG Icon Library included (over 500+ SVG Icons)</li>\n <li>Added New Layer Type: Audio Layer</li>\n <li>Added Text-Transform Style Option (Uppercase, LowerCase, Capitalize)</li>\n <li>Added Force Inherit Style Changes on Font Size, Font Weight, Font Color and Line Height in Break Point Based Sliders, to inherit changes for other Device Sizes during changes</li>\n <li>Added PlaceHolders and Presets for Navigation Elements to allow Easy Styling on Navigation elements per Slider</li>\n <li>Added Options to change Navigation Element Styling per Slide (i.e. use Light Navigation on Dark Slides and Dark navigation on Light Slides)</li>\n <li>Live Preview of Custom Changes on Navigation Elements</li>\n <li>Added title Attribute to the background images for Slides</li>\n <li>Added option to redownload Slider Templates.</li>\n <li>Added Bulk TimeLine Functions to arrange Layer timings based on predefined batches</li>\n <li>Added Undo & Redo Steps to the Slide Editor</li>\n <li>Version 5.2. is Introducing the Possibilities of using Addons.</li>\n <li>Added Vimeo \"No Controls\" option to hide the Control Panel of Vime Videos on request</li>\n <li>Added \"Pause on Slide\" option to stop the Auto Play Progress on certain slides</li>\n <li>Added an option to Wait for revapi.revstart() Method to start the Slider. This allows to start the Slider on request</li>\n <li>Added an global option to trigger database creation</li>\n <li>Added Static Layers Overflow hidden/visible option</li>\n <li>Added option for Post and Stream Sliders to strip fetched content by words/chars</li>\n <li>Added Cache timing option for Social Streams</li>\n <li>Added Global Mute for All Media Action to mute the whole Slider</li>\n <li>Added Invisible Slide option to make Slides only Availblae due Actions and API Functions</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Calculation of HTML5 Videos on IE Edge has been changed to respoect the Cover mode in all responsive mode also</li>\n <li>HTML5 Video leaves automaticaly FullScreen Mode when it reach the end of the Video and Next Slide at End selected</li>\n <li>HTML5 Video does not show Cover image if Pause Mode is selected and Video is on FullScreen Mode</li>\n <li>Improvement of the GUI in Slide Editor</li>\n <li>Removed .htaccess file</li>\n <li>Updated Vimeo API</li>\n <li>Images, Videos and Audios will get Line height 0px to avoid position distortions on small elements</li>\n\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed Parallax Effect if slider is higher than screen height to avoid an odd jump effect</li>\n <li>Fix for limiting the excerpt length in WooCommerce</li>\n <li>Fix for border-radius not working on hover state in certain cases</li>\n <li>Fix for Sharp Right option not saving properly on layers</li>\n <li>Fix for Cover Mode not beeing applied to all devices for image layers in certain cases</li>\n <li>Fixed a minor jQuery bug in Slider Settings on Hover over different options</li>\n <li>Fix for Mouse Scroll Option. The values on/off were interchanged</li>\n <li>Fixed a bug which would not allow to go to next slide If Show Only Poster on Mobile was selected on HTML5 Videos</li>\n <li>Slotholder and BG Video got own z-index to fix some layer / video covering issues in Carousel mode</li>\n <li>Fixed an issue where SlideLink on RTL environment was not available</li>\n <li>Fixed an issue where export did not work if a newver version of WPML is active</li>\n <li>Fixed Replace URL\'s in Slider Settings, to check also for actions, videos and more</li>\n <li>Removed loading of jQuery UI libraries if not needed while Visual Composer is installed</li>\n <li>Fixed Scroll Bugs in Layer Timeline Window</li>\n <li>Fixed Timeline Calculation Issues on Backend</li>\n <li>Fixed Warning Issue by leaving the Slider</li>\n <li>Fixed KenBurns issues on RTL Environment</li>\n <li>Fixed Bug with Static Layers if Static Layer was set to only show on Slider Hover</li> \n <li>Fixed Video Background Loop And Keep Slider Progress Function</li>\n <li>Fixed Shape Resize Issue, where Shape Height lost its last valuse</li>\n <li>Fixed Sorting Order WP Gallery Images when using revslider shortcode wrap</li>\n <li>Fixed YouTube API Issues, (Mute, Loop, Auto Start, Next Slide Bugs due the latest YT Api)</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1.61 StarPath (28th January 2016)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed import bug for animations</li>\n <li>Fixed output bug for cover images where in some cases it was only beeing applied to Desktop mode</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1.6 StarPath (5th January 2016)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added MouseWheel Scroll option \"carousel\" to allow infinite MouseWheel scroll on Sliders in both direction. If enabled, slider will not allow page to scroll during wheel functions on Slider Container</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Upgraded FontAwesome Library to latest version 4.5.0</li>\n <li>Leaving Slide Editor will now ask to confirm leaving, to prevent data loss if Slide was not saved</li>\n <li>The video type can now be switched on an existing Video Layer</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Out of ViewPort Preloading and Prestarting was calculating the values wrongly. Issue is fixed in this release</li>\n <li>Min amount of Used Fingers for Touch/Scroll/Link was set to 50 as default, which broke any kind of Touch function on Mobiles in version 5.1.5. Issue is fixed now</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1.5 StarPath (16th December 2015)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added \"Layer Selectable\" option as Default and Layer based, to enable Layer selection on Frontend for visitors (to copy paste text content from Layers)</li>\n <li>Added a new Method \"revremoveslide(slideindex)\" to remove a slide from the Slider on demand</li>\n <li>Added a new option to each Slide \"Hide after Loop\" which will remove / Hide 1 Slide from the Slider after x amount of loop of that certain slide</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Strengthened Security Posture</li>\n <li>Removed some inline css written on videos/images</li>\n <li>Restricted access to certain features if the user does not have administrator privileges. Can be enabled again by adding: add_filter(\'revslider_restrict_role\', \'__return_false\');</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed a bug where the background image would be exported (if there was one selected at a time) even if transparent or solid color was selected</li> \n <li>Fixed PanZoom/KenBurns Disabling on Mobile function</li> \n <li>Fixed z-index position for From/Till Calendar in Slide Editor</li>\n <li>Fixed Swipe Treshold and Fingers Options which were ignored in earlier version</li>\n <li>Fixed and issue with Static Layer Parallax handling</li>\n <li>Fixed Specific Posts not sorting properly</li>\n <li>Improved Custom Animation save speed in backend</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1.4 StarPath (28th November 2015)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Facebook Album now available at the Facebook Source Type</li>\n <li>Instagram Stream can now also be fetched through hashtags</li>\n <li>Added option to import layers from any existing Slide into the current Slide at the \"Add Layer\" selector</li>\n <li>Added Video Toggle Action</li>\n <li>Added Mute, UnMute, Toggle Mute Action</li> \n <li>Added Toggle Functions for HTML Layers. Toggled Layers can have two states if any Toggle Action is activated</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Specific Posts buttons \"Add Popular Posts\" and \"Add Recent Posts\" now append the IDs instead of replacing the current list</li>\n <li>Video will play muted/unmuted based on the last state of the Mute Button at Slide Load</li>\n <li>Changed YouTube default argument ref=0 to rel=0</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed Delete / Backspace issues in CSS Editor textarea</li>\n <li>Fixed animation opacity divided by 100</li>\n <li>Fixed Fullcover / FullWidth sizing issues of Videos in Backend on differnet Layer Grid sizes</li>\n <li>Fixed Video issues, where Play/Stop video button was not triggering HTML5, YouTube and Vimeo videos correctly</li>\n <li>Fixed HTML5 Video Actions</li>\n <li>Fixed video actions where video Start at was set</li>\n <li>Fixed video \"start at\" and \"end at\" not resetting in Slide Editor after adding multiple videos</li>\n <li>Fixed Google Fonts not beeing loaded in frontend from Static Layers in some cases</li>\n <li>Fixed a bug where navigation does not replace meta placeholders if the meta data is empty</li>\n <li>Fixed a bug where Layers of one Slider was animated in the wrong timeline if other Slider changed the slide. Some crosscall issue between independent sliders</li>\n <li>Fixed an issue where Videos after Next Slide At End was not rewinded withouth the Force Rewind feature</li>\n <li>Fixed Parallax Flickering in Safari and Google Chrome</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1.3 StarPath (17th November 2015)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed type:text; that was added in CSS</li>\n <li>Fixed a JavaScript loading issue in backend</li>\n <li>Fixed a typo failure in slide-main-options.php file which caused some jQuery issue in Slider Settings</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1.2 StarPath (14th November 2015)</h3>\n\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added a key listener which will allow to close Fullscreen mode with ESC once it has been triggered by FullScreen Action</li>\n <li>Added Keyboard listener to Slide Editor to save the Slider on CTRL+S / CMD+S</li>\n <li>Added Keyboard listener to Slide Editor to delte Layers on Backspace / Delete Key</li> \n <li>Added two new Premium Sliders</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Removed the need of Username / API key to activate the plugin</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Message \"cover image needs to be set for videos\" now appearing only if there is really no cover image set</li>\n <li>Fixed HTML5 Start/End Time issues, and HTML5 Seekbar, Play Button issues</li>\n <li>Fixed a strange bug in Safari, where end of the Video the Slider skipped one following slide</li>\n <li>Fixed an issue if focus changed from one layer to an other, the wrong Aniamtion Speed was \"shown\" in the Animation speed Fields</li>\n <li>Fixed an issue where the slider could not be loaded on localhosts</li>\n <li>Fixed an issue where duplicated elements in Editor got the wrong zIndex position</li>\n <li>Fixed an issue where Deleted layers still have been selected and some fields still keep their values</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1.1 StarPath (12th November 2015)</h3>\n\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>WooCommerce is now officially available!</li>\n <li>Added own Slider Module for Visual Composer called Slider Revolution 5</li>\n <li>Added Quick Slider builder</li>\n <li>Post Based Sliders can now choose between Categories & Tags, Related, Popular, Recent and Next / Previous</li>\n <li>Specific Post Based Sliders can now add Popular and Recent Posts</li>\n <li>Custom build navigations will now be added to the exports and will be also imported at the import process</li>\n <li>New Cursors for Layers: zoom-in & zoom-out</li> \n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Made some changes to the GUI</li>\n <li>Changed Success Messages to disappear faster now</li>\n <li>Changed Error Messages to disappear now automatically</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed a very rare bug where a slide may change it\'s selected background image</li>\n <li>Fixed \"number of comments\" option not working properly for Post Based Slider</li>\n <li>Fixed hover color not working</li> \n <li>Fixed multiple bugs for certain servers that could not import Sliders</li>\n <li>Fixed a bug where the toolbar was missing after adding a video layer</li>\n <li>Fixed some CSS Issues</li>\n <li>Fixed Box Slots where Amount of Slots could not be changed</li>\n <li>Fixed a bug where Resize Function was not working after Editing Video Layer</li>\n <li>Fixed layer Source Type bug, not fetching the desired Source Type</li>\n <li>Fixed a bug where an image was printed as array()</li>\n <li>Fixed HTML5 Crop Issues for IE11 and Edge Browsers</li>\n <li>Fixed a bug where Swipe was not available on elements with links</li>\n <li>Fixed a bug where Parallax elements jumped on half scrolled position</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1 StarPath (19th October 2015)</h3>\n\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>WooCommerce is now available!</li>\n <li>Set thumbnail now also as admin Slide Preview image for easier selection in the Slider List / Slides List </li>\n <li>Added Fullscreen Toggle, Go Fullscreen and Exit Fullscreen actions, to allow Slider Revolution to open in Fullscreen from any layout mode</li>\n <li>Added visibility levels to allow hide/show layers via the Visibility Tab also if no Custom Grid Sizes has been set</li>\n <li>Added new Tooltip for z-index Sorting of Elements</li>\n <li>Added new Tooltip for Layer End Animation Toggler</li>\n <li>Added new Google Font Handling - Using any Google Font on layers will auto manage loading of the font</li>\n <li>Added filter revslider_meta_generator to remove the Meta Generator</li>\n <li>Added Tabs to the Metis Navigation</li>\n <li>Added 3D Parallax Feature</li>\n <li>Added new Transitions</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Available options for current selected Layer Types are highlighted better in Slide Editor</li>\n <li>New visualisation of Custom Layer Grid Sizes and Presets to make the function more transparent</li>\n <li>Added some CSS changes to avoid Theme overwrites</li>\n <li>Using Toggle/Play/Stop Slider will restart Progress of Slider, even if it is stopped due Stop At Slide options</li>\n <li>Creating a new Slider will now redirect to the Slide Editor</li>\n <li>Removed the requirement of the ZipArchive extension for import/export</li>\n <li>Renamed action to Play/Pause/Stop Slider for more transparencity</li>\n <li>Added confirmation box for layer deletion</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul> \n <li>Fixed a bug with Focus Listener where the Option had no real effect on the Blur/Focus events.</li> \n <li>Fixed PHP Warnings in case no static-layers.css existing on some Update processes</li>\n <li>Fixed some PHP Warning in WP Backend</li>\n <li>Fixed Google Fonts / Fonts Drop Down issues</li>\n <li>Fixed Arguments not saving for Main Background Videos</li>\n <li>Fixed WPML bug in combinations with jump to slide actions</li>\n <li>Fixed bug where font-style italic was not written properly for some layers</li>\n <li>Fixed Fullwidth/Fullscreen Visual Bug in Slide Editor</li>\n <li>Fixed Shape Loop Animation issue</li>\n <li>Fixed Text Layer Size issue when layer is added after a Shape element</li>\n <li>Fixed Facebook likes count not working properly in certain cases</li>\n <li>Fixed notice issue in update.class.php</li>\n <li>Fixed revscroll() API Method</li>\n <li>Fixed revkill() Method where Removing Slider from the Stage was broken in some situation (i.e. if Looping Elements or navigation elements were present)</li>\n <li>Fixed a bug where importing a Slider may not change the custom JavaScript revapi to the new Slider ID</li>\n</ul>\n\n<h3 class=\"version-number\">Version 5.0.9 StarPath (21th September 2015)</h3>\n\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added Enable/Disable FullScreen Video Button for YouTube and HTML5 Videos. Option is available due the Video Settings Panel only in Layer Video Mode.</li> \n <li>Added % based Border Radius Fields to Element Styling also</li> \n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul> \n <li>Fixed Poster View only on Mobile and Disable Video on Mobile features</li> \n <li>Fixed Stop on Hover function. It will keep the Slider paused also if Next slide has been called</li>\n <li>Fixed Full Slider Link Issues where next,previous,slide index and Scroll Under Links were not working well</li> \n <li>Importing Templates with bigger file size will request a bigger TimeOut to avoid Import failures or will give a clear feedback for further Debugging</li>\n</ul>\n\n \n<h3 class=\"version-number\">Version 5.0.8.5 StarPath (15th September 2015)</h3>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul> \n <li>Fixed Static Layers Position calculation issues.</li>\n <li>Fixed Typo Failure in the Navigation Styling</li>\n <li>Added a Workaround for YouTube Video API\'s with broken Origin attributes. (i.e. http://www.domain.com vs. http://domain.com)</li>\n <li>Fixed YouTube Cover Video Loop issue</li>\n <li>Fixed an issue where Disable Force FullWidth reseted to \"off\" after reloading the Slider Settings</li>\n <li>Fixed Next Slide on Focus in FireFox where Slider skipped 1 Slide after Focusing Browser Tab again</li>\n <li>Fixed Update Slider and Install Template from Server issues in some cases</li>\n</ul>\n\n\n\n<h3 class=\"version-number\">Version 5.0.8 StarPath (11th September 2015)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>FaceBook API 2.4 support</li> \n <li>Added Disable Force FullWidth for FullScreen Slider, to be able to set FullScreen Slider floated horizontal</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Changing Slide Main image change the Thumbnails straight to make the identification of Slides in Small view easier.</li>\n <li>Added a new 5 sec Rule which will skip Lazy Loading and Overall Loading processes in case no Answers comes from Server, and process the Slider further</li>\n <li>Added a new Warning in case SSL Certificate is old or not any more active</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul> \n <li>Fixed a bug where Static Images with Links in lazy Load mode was not showing up correctly</li>\n <li>Fixed a bug where Layers were flashing or not visible at all in \"Show Layer on Slider Hover\" mode</li> \n <li>Fixed an OutPut bug within css parser where in some situation an error was reported in Console log with Undefined Index</li>\n <li>Fixed a Bug where Layers text coud not be edited any more if Splitted Layer animation was selected</li>\n <li>Fixed Rounded Background issues on layers in FireFox and IE in some situation</li>\n <li>Put the Auto Complete Window of Font Selection in the Front to Overlay the Button Font Selector</li>\n <li>Fixed Some Visual issue in Static Layer Slide Selector</li>\n <li>Fixed FaceBook Stream Issues due Api Changes.</li>\n <li>Fixed a bug where Video Poster Images from HTTPS Pages could not be loaded well</li>\n <li>Fixed a missing closing Tag in HTML5 Video elements which broke IE11</li>\n <li>Fixed an issue where Mobile Sliders stucked when Video \"autoplay\" was enabled</li>\n <li>Fixed Static Layer Position problems if Outer Left Navigation was enabled</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.0.7 StarPath (5th September 2015)</h3>\n\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Now First Slide can be always the same (Alternative First Slide) even if the rest order of slides are Randomzied</li> \n <li>Added Requirements & Recommendations Informations to the Slider Overview page to highlight recommended server configurations</li> \n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul> \n <li>Lazy Loading Fixes. Due an internal failure, none of the Lazy Loading option was working. Single, Smart and Full Lazy Loading are available again.</li>\n <li>Fixed a bug where HTML5 Cover Videos in IE did not really cover the slider.</li>\n <li>Fixed default override not working with all available options</li>\n <li>Fixed record not found issue</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.0.6 StarPath (2nd September 2015)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added New Layer Scale mode \"Cover\" and \"Stretch\" to be able to scale Layer images proportional also over the Layer grid or over the slide</li> \n</ul>\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Small adjustments to the Template Store</li>\n</ul>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed Uncaught TypeError: Cannot read property \'innerHTML\' of null</li>\n <li>Fixed actions bug for Post Based Slider where meta like {{link}} did not work properly</li>\n <li>Fixed issue with 2d rotation resulting in styles not written properly on layer</li>\n <li>Fixed issue where YouTube videos could not be loaded on https origins.</li>\n <li>Fixed an issue where Next/Previous Slide Links from Full Slide Link was not processing well</li>\n <li>Fixed text-align always beeing left</li>\n <li>Problem with Layer Name Editing fixed</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.0.5 StarPath (27th August 2015)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added \"Disable Browser Blur/Focus behavior\" option to not stop the Slider in case the broswer tab has been blurred</li> \n <li>Added a Info Field under Main Background / Source Settings to show the current selected Image URL</li>\n <li>Double Click is now allowed for Editing content of Layers for quicker Content Editor Mode</li> \n <li>Added a Quick Menu to edit Slider, Go back to Sliders Overview or edit Slides directly</li>\n <li>Added revaddcallback() Method to add Call Back to i.e. the Parallax Module. See Documentation for further instructions</li>\n <li>Added revgetparallaxproc() Method to get the current scroll percentage</li>\n <li>Added Maximum Width option to Slider that are set to Slide Layout - Auto</li>\n <li>Added new Premium and Free Template Store</li>\n <li>Added dropdown into the admin bar in frontend, to be able to quick edit all existing Slider on the current page (Only visible for adminstrative users)</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Allow to change Title of Slides due simple Enter / Tab also for quick editing Slide Titles</li>\n <li>Adding content to a text box (for the first time) is automatically mirrored in the layer’s ‘caption text’</li>\n <li>Click on the Small Thumbnail in Slider Overview will open the Slide Editor</li> \n <li>Changed missleading \"Video Not Found\" to make it more clear for YouTube videos if no thumbnail is set on the video</li>\n <li>Removed option Hide Controls for Vimeo Video Layer as this is not supported by Vimeo</li>\n <li>Minor Layout changes in Slider lists and in Slide Editor</li>\n <li>All Styles are now printed in one single style tag</li>\n <li>Reduced markup size of the Sliders (inline styles reduced)</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed Next Slide on Focus bug</li>\n <li>Fixed a bug that broke the Slider Output when using Spinner \"4\"</li>\n <li>Fixed RTL Layer Aligns on Frontend. Elements now showing up in the Correct position on RTL Direction also</li>\n <li>Fixed a bug where files relative with special chars under subdomain could not be loaded</li> \n <li>Fixes the 1px Gap on the left side at some fullscreen and fullwidth Sliders</li>\n <li>Fixed an Editor Bug where Imported Layers could not be edited on some browser</li>\n <li>Fixed import inside of Slider Settings</li>\n <li>Fixed a bug where Responsive Videos on alternative Layer Grids had only a dimension of 100x100px</li>\n <li>Fixed a bug where Videos not act Responsiv in some situation</li>\n <li>Fixed a bug where Parallax Start Position jumps if Site is scrolled at load</li>\n <li>Fixed a missing Static to a function which could cause a notice.</li>\n <li>Fixed a bug where putRevSlider() could result into a fatal error</li>\n <li>Fixed a bug in import process where the revapi text in custom JS was replaced wrong</li>\n <li>Fixed a bug with WPML, where a part of the website would would change the language to something different if a Slider is added to the page</li>\n <li>Fixed JetPack related bugs for compatibility</li>\n <li>Fixed an issue where media files with Parameter attached in file name were not loaded in the Slider</li>\n <li>Fixed an issue related with ShowBiz where in certain circumstances ShowBiz Slider Settings could no longer be opened</li>\n <li>Fixed an issue with TinyMCE not beeing able to add Slider in the Post/Page Editor</li>\n <li>Fixed Visual Composer FrontEnd editor issue</li>\n <li>Fixed issues if Slider is loaded through ajax</li>\n <li>Fixed issues where the Slider did not show up under certain circumstances</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.0.4.1 StarPath (18th August 2015)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed Bugs for WP 4.3</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.0.4 StarPath (12th August 2015)</h3>\n\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added new Slide Transition - Slide \"remove\" which is the opposite transition of Slide \"over\"</li>\n <li>Added start volume for Videos.</li>\n <li>Added Input fields to edit start and end time/speed alternate to the drag and pull functions</li>\n <li>Added option to choose for original image for thumbnails and the specific dimensions set in the Slider Settings -> Navigation -> Thumbs tab</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Added the usage of attachment_url_to_postid() if WordPress 4.0.0+ is installed</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Added Change Image button at Background Videos for Slides in Post Based Slider</li>\n <li>Shuffle Mode fixed</li>\n <li>Fixed a bug where files could not be loaded from Relative Path in HTTPS enviroment</li>\n <li>Fixed a bug where muted YouTube video still made a sound for 0.1ms</li>\n <li>Fixed a bug where Slider with Slide Link were not loaded well if no layers were added to the slide</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.0.3 StarPath (11th August 2015)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed a bug where layer would not fade out of the stage.</li>\n</ul>\n\n \n<h3 class=\"version-number\">Version 5.0.2 StarPath (8th August 2015)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added jQuery 2.1.4 and 1.11.3 Support</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed a bug where if Min Height was set, the Slider was broken.</li>\n <li>Fixed a bug where Slide Links did not work without existing layers.</li>\n <li>Fixed some Backend CSS Issues for RTL / LTR View</li>\n <li>Fallback to transparent background image if no correct background image was set</li>\n <li>Missing Template Previews added</li>\n <li>Fixed a Bug where Images with special Char Names were not loaded.</li>\n <li>Fixed a bug where PunchFont Fallbacks are printed in the content not source</li>\n <li>Fixed a bug where PunchFonts could not be edited in Essential Grid if version 5.0+ of Slider Revolution is installed</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.0.1 StarPath (7th August 2015)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Full Slide Link was not available after update on 5.0.0. Sizing issue is fixed now.</li>\n</ul>\n\n<h3 class=\"version-number\">Version 5.0 StarPath (6th August 2015)</h3>\n\n<div class=\"newfeature\"><strong style=\"font-weight:700\">The Technology</strong></div>\n<ul><li>Our premise is \"less is more\" and that is reflected in the structure of our components. In order to incorporate so much functionality into our plugins, we make sure everything is build as modular as possible.</li></ul>\n<ul>\n<li>Fully Responsive & Mobile Specific Features</li>\n<li>jQuery 1.7 - jQuery 2.x Supported</li>\n<li>Lightning Fast Greensock Animation Engine</li>\n<li>Powerful API functions</li>\n<li>Smart Font Loading</li>\n</ul>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">General Options</strong></div>\n<ul><li>We want Revolution Slider to be able to fulfill all slide based roles along with special functionality like carousels and hero blocks. If you can‘t find a specific feature, feel free to ask us!</li></ul>\n<ul>\n<li>All Sizes Possible (Full Responsive + Revolutionary 4 Level Advanced Sizes)</li>\n<li>Hero, Carousel and Classic Slider Features</li>\n<li>Fullwidth, Fullscreen, Auto Responsive Slider sizes</li>\n<li>Unlimited Slider per page</li>\n<li>Image BG Cover, Contain, Tiling, Alignment, etc.</li>\n<li>WYSIWYG Drag & Drop Editor</li>\n<li>Published / Unpublished Slides</li>\n<li>Published slides based on predefined Dates</li>\n<li>Simple and Advanced Lazy Loading for Quicker and SEO Optimized Slider Start</li>\n<li>Link and Actions on Slides</li>\n<li>Parallax Effects, full customizeable, combined with Ken Burns and other effects (Mouse / Scroll controlled)</li>\n<li>Improved Light weight Ken Burns Effects (easier & faster)</li>\n<li>Word Premiere for Advacned Action Building</li>\n<li>Build your Social Stream supported Bulk Slider</li>\n<li>Easy and quick building based on Slider, Slide and Layer Templates</li>\n<li>Performance Monitor and better Performance Suggestions</li>\n<li>Viewport based Slide Loading and Progress</li>\n<li>Create Slider Defaults, Reset, overwrite single Settings due all slides</li>\n<li>Save Slide, Slider, Layer, Animation as Template</li>\n</ul>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">Layer Capabilities</strong></div>\nLayers have evolved from simple layers to become powerful scene building tools!<br/>Drag and Drop, Customize & Animate your way to your perfect slider.\n<ul>\n<li>Animation Builder</li>\n<li>Huge Number of Possible Transitions</li>\n<li>Create your custom animations</li>\n<li>Set Start / End Time, Speed, Ease and Effects of any Layers</li>\n<li>Show/hide layers on Slider Effects, Events, Actions</li>\n<li>Add Unlimited Number of Layers</li>\n<li>YouTube, Vimeo, Self-Hosted HTML5 Videos, Shapes, Buttons, Predefined Buttons as Layer</li>\n<li>Set actions and links per Layers</li>\n<li>Combine Actions due different Layers and slides</li>\n<li>Option to Link to a Specific Slide via Layer</li>\n<li>Toggle Animation, Classes, video functions via Layers</li>\n<li>Variable Layer Image Sizes, full responsive and/or Device Size based</li>\n<lI>Design your Layers for different Device sizes after your needs</li>\n<li>Option to Hide Layers on Any Devices</li>\n</ul>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">Slider Navigation</strong></div>\n<ul><li>We have implemented almost all navigation types you can think of, which can be aligned anywhere on the stage.<br/>Be in full control with Slider Revolution Navigation!</li></ul>\n<ul>\n<li>Bullet, Button, Tabs and Thumbnail Navigation, single or mixed mode. Any position like outter,inner, aligned etc.</li>\n<li>Left/Right, Top/Bottom Mouse Scroll events.</li> \n<li>Vertical/Horizontal Keyboard actions</li>\n<li>Mobile Touch Enabled (Optional)</li>\n<li>Drag and Pull Carousel Feature</li>\n<li>\"Stop Slide Timer on Hover\" Function</li>\n<li>Auto-Hiding of Navigation with Delay Option</li>\n<li>Optional Countdown Timer Line</li>\n<li>Set Position, color, size of Time Line</li>\n<li>Set Size, visibility, amount and behaviour of Thumbs, Tabs, Bullets, Arrows</li>\n<li>Hide / Enable Navigation on Mobile Devices</li>\n<li>Keyboard Navigation</li>\n<li>Fancy Navigation Skins with Slider Preview</li>\n</ul>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">Video Features</strong></div>\n<ul>\n<li>AutoPlay - Always, only first time, skip first time, wait for action</li>\n<li>Stop video on Blur, Play Video only in ViewPort</li>\n<li>Rewind, or keep current progress time</li>\n<li>Set Star and End time</li>\n<li>Loop, Loop and Progress Slide</li>\n<li>Fullscreen, fullwidth, boxed</li>\n<li>Navigation features</li>\n<li>Action based controll (due other layers)</li>\n<li>New Video API, Events and Methods to controll media outside of the Slider</li>\n</ul>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">Content Sources</strong></div>\nSlider Revolution is not just your ordinary image & video slider any longer. Now you can also pull the sliders content from popular social media steams.\n<ul>\n<li>Custom-Build Content</li>\n<li>WordPress Posts</li>\n<li>Facebook</li>\n<li>Twitter</li>\n<li>YouTube</li>\n<li>Vimeo</li>\n<li>Flickr</li>\n<li>Instagram</li>\n<li>(WooCommerce: Coming Soon!)</li>\n</ul>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">Get Involved!</strong></div>\nIs there a feature you would like to see?<br>We will go through all your feedback weekly and pick the most requested features to be included in a future update!<br/>\n<a href=\"http://codecanyon.net/user/themepunch#contact\">Contact us via our Profile Form</a><br/><br/><br/>\n \n \n <h3 class=\"version-number\">Version 4.6.93 SkyWood (8th May 2015)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed a bug in backend at the process of adding YouTube videos</li>\n </ul>\n \n \n <h3 class=\"version-number\">Version 4.6.92 SkyWood (28th April 2015)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Added a fix for PHP version < 5.3 which appeared in version 4.6.91</li>\n </ul>\n \n \n <h3 class=\"version-number\">Version 4.6.91 SkyWood (28th April 2015)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed a very low risk vulnerability to stay on par with security standards: More info on the envato blog: http://marketblog.envato.com/news/wordpress-item-security-vulnerability/</li>\n </ul>\n \n \n <h3 class=\"version-number\">Version 4.6.9 SkyWood (16th April 2015)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed wrong ajax action: update_slider occuring in 4.6.8</li>\n </ul>\n \n\n <h3 class=\"version-number\">Version 4.6.8 SkyWood (15th April 2015)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">INFO</strong></div>\n <ul>\n <li>This update is a preparation for version 5.0</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed Vimeo Event Video Playing which was not triggered</li>\n <li>Fixed Parallax issues where Mouse was already hovering on Slider at load, parallax was not working</li>\n <li>Fixed Parallax \"Not clickable\" Layers</li>\n <li>Fixed Firefox Half cut images during the Animation sequences</li>\n </ul>\n \n \n <h3 class=\"version-number\">Version 4.6.5 SkyWood (2nd December 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed Compatibility of Sandboxed GreenSock engine</li>\n <li>Fixed Compatibility issues with W3C Total Cache Minifying engine</li>\n <li>Fixed Static Layer Disappearing Issue</li>\n <li>Fixed Lazy Loading and Preloading issues (Distorted images in FireFox)</li>\n </ul>\n \n\n <h3 class=\"version-number\">Version 4.6.4 SkyWood (27th November 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Added option to show only the Preview Image of a video on mobile, disabling the video</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Min. Height now gone if Fullscreen is selected</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed an issue where the Parallax Effect if Mouse already hovered on the Slider in Firefox was not working well</li>\n <li>Fixed an issue where exports can have wrong styles in it</li>\n <li>Fixed Firefox HTML5 Video Playback</li>\n <li>Fixed Thumbnail Vertical Offset Positions in Resized Screens</li> \n </ul>\n \n \n <h3 class=\"version-number\">Version 4.6.3 SkyWood (21th October 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed an issue where the Slide Link was not working correctly</li>\n </ul>\n \n \n <h3 class=\"version-number\">Version 4.6.2 SkyWood (18th October 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Added \"revkill\" as method to remove the Slider from the page silently if needed</li>\n <li>Added \"slideatend\" event that triggers if the slide is at the end</li>\n <li>Changed import function for compatibility with some Windows Server machines (thanks to ThemeFuzz)</li>\n <li>Improved Slider import function for theme authors to make it more easy to insert demo slider through scripts</li>\n <li>Added scripts so that a Slider can be loaded in Essential Grid at Ajax loading (Essential Grid version 1.5 or later needed)</li>\n <li>Added new Custom Controls for HTML5 Video Player to avoid Chrome \"unclickable\" buttons issue</li>\n <li>Added Rotating Loop Animation on Layers</li>\n <li>Spinner can now be disabled in the Slider Settings</li>\n <li>New fallback options for iOS4 and IE8 added in the Slider Settings (Alternative Image and/or simplyfied output)</li>\n <li>Added option to redraw Slider on browser tab focus</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>More changes on exporting Sliders for further compatibility</li>\n <li>Activating the plugin a second time will now no longer add default fonts again</li>\n <li>Saving CSS / a new CSS class through the style editor will now sanitize the classname</li>\n <li>Setting the single slide setting in the Slide Editor to off will now set the values Arrows Type and Bullets Type to none</li>\n <li>Improved minifying support</li>\n <li>Easy auto settings for single loop option</li>\n <li>Videos on mobile devices available again</li>\n <li>Minimized the styling output</li>\n <li>Improved output validation (style attribute scoped)</li>\n <li>Changed backend icon of static layers to avoid confusion</li>\n <li>Removed console=1 from the YouTube default settings (only works for new added YouTube video layers)</li>\n <li>Google Fonts will no longer be inserted after multiple plugin activation/deactivation</li>\n <li>Improved compatibility with databases</li>\n <li>Enabled unlimited speed parameter</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>WPML Slides will now be exported properly and can be imported again</li>\n <li>Improved the size and style handling of Layers in Slide Editor (resizing, rotating and lost values of parameters)</li>\n <li>IE8 - line height \"auto\" broke the fullscreen slider. In case \"auto\" is set, the font size +4px will be calculated for line height</li>\n <li>z-index bug for first layer in case dotted overlay exists fixed</li>\n <li>SSL compatibility with Vimeo videos in the backend added</li>\n <li>Chrome\'s max-width fallback from % to px. Slides accepting now only px values!</li>\n <li>Transition speed had no influence on real transitions</li>\n <li>Max transition can now have the same value as the max delay of the Slide</li>\n <li>Fixed missing Box Slide, Paper Cut and Box Fade transitions</li>\n <li>Further export compatibility for multisites</li>\n <li>Fix of Lists in Captions - Formatting and Display issues</li> \n <li>Link to Another Slide in Random Mode Bug linked to the wrong Slide Bug is fixed</li>\n <li>Undefined poster image on HTML5 videos fixed</li>\n <li>Fixed Vimeo/YouTube timings (delaying issues)</li>\n <li>Fixed KenBurn dotted overlay</li>\n <li>Fixed problem with loop animations</li>\n <li>Fixed navigation style issues</li>\n <li>Fixed Pan Zoom for mobile issues</li>\n <li>Fixed a bug where videos restarted on resize</li>\n <li>Fixed HTML5 video markup output</li>\n <li>Fixed a bug where hide slider on mobile did not work on certain devices</li>\n <li>Fixed a bug with speed parameters</li>\n <li>Fixed a bug where caption naming in layers list was not updating anymore</li>\n <li>Further IE8 compatibility by changing CSS styles</li>\n <li>Fixed boxfade and boxslide animations</li>\n <li>Fixed a bug where the first layer z-index was always placed behind the dotted overlay</li>\n <li>SSL compatibility with Vimeo API in the backend added</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.6 SkyWood (25th August 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Option to disable each video on mobile</li>\n <li>Option to disable Pan Zoom on Mobile</li>\n <li>Option to disable Parallax on Mobile</li>\n <li>Randomized Animation from the Selected Animations available now</li>\n <li>New Offset option for the Scroll Below Function</li>\n <li>New Option to set Slider Min Height - Content will be vertical centered in case content container is smaller then min height of Slider</li>\n <li>New Loop Options for HTML5 Videos: none, loop and stop Slider Timer or Loop till Progress Bar reaches the End</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Alternative First Slide wins now, even if Random Slides is enabled</li>\n <li>Vimeo, YouTube and HTML5 Video can be added now via options on demand instead of preadding iFrames. This will avoid Preloads delays, and slow site loadings</li>\n <li>Using now tp-videolayer class for Videos to identificate Video Layers better</li>\n <li>Class \"current-sr-slide-visible\" added to the Slide \"li\" tag which is currently Visible</li>\n <li>Swipe Engine Change</li>\n <li>Swipe Treshold Option Default 75 - The number of pixels that the user must move their finger by before it is considered a swipe.</li>\n <li>Swipe Min Finger Default 1 - Min Finger (touch) used for swipe</li>\n <li>Drag Block Vertical Default false - Scroll Auto below Slider on Vertical Swipe on Slider</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>YouTube Force Rewind fix</li>\n <li>YouTube Mute in Second Loop fix</li>\n <li>Added backwards compatibility for inline CSS with WordPress versions under 3.7</li>\n <li>Ken Burns Dotted Overlay was not visible</li>\n <li>IE8 Console Group Issue - Slider was not visible in IE8</li>\n <li>Looping Issues if Slides has been manually hanged after Loop Stopped</li>\n <li>Browser Tab Change -> Broken ELements fixed. Option for Slide Change on Blur Tab / Browser also available.</li>\n <li>Navigation Style Preview1- Preview4 Styling issues</li>\n <li>Power2 Error at some Animation</li>\n <li>Mouse Over on Loaded PArallax Slider issue - Slider will always play parallax effect, even if Mouse was already hovering the slider at laod</li>\n <li>IE8 and other Old MObile Devices Fall Back on simple Transitions. CAn be forced now</li>\n <li>HTML5, YouTube and Vimeo Video Playback fixes</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.96 SkyWood (24th July 2014)</h3>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Parallax Mouse Hover acting only in Horizontal Direction if Parallax Scroll is defined</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.95 SkyWood (16th July 2014)</h3>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Changed Animation Engine, improved Animation technology. Reduced file size, and added Timeline based transitions</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed Flickering effects on mobile devices</li>\n <li>Fixed stuttering on animation with many layers</li>\n <li>Fixed Ken Burn animation failures after few Transition types</li>\n <li>Added Safari 3d Back to Transitions</li>\n <li>Fixed some broken Slide Transitions</li>\n <li>Fixed IE8 transition failres, fall back always on Fade</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.9 SkyWood (7th July 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Drag and Rotate the Layer Content to set a 2D Rotation per element</li>\n <li>Drag and Resize Elements, images, Contents for better text breaks, and more flexibility</li>\n <li>Now also Split Animated Text content can be Rotated</li>\n <li>Added feature to allow Looped Animation and Rotated Content</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Reenabled Link ID, Class, Title and Rel in Slide Editor</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed Vimeo First Auto Play issue</li>\n <li>Fixed unselectable elements in Locked Mode</li>\n <li>Fixed Output Failure if Rotated and Looped Animation has been selected</li>\n <li>Various Bug fix in Drag And Drop Editor</li>\n <li>Fix of Background Image if Screen size less Then Grid Width, postion of Elements and BG backend and frontend looked different</li>\n <li>Various Fixes for Mobile Styling. Broken Transitions, bad performance on Mobile devices</li>\n <li>Bug with Rotated Layers on Backend fixed</li>\n <li>Bug with MAx Width and Max Height of elements was not visible in Backend</li>\n <li>White Space Bugs - Backend was not displaying settings of White Spaces</li>\n <li>Ken Burn Images on backend was distorted if Window has been resized</li>\n </ul>\n\n <h3 class=\"version-number\">Version 4.5.8 SkyWood (4th July 2014)</h3>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Reenabled Link ID, Class, Title and Rel in Slide Editor</li>\n </ul>\n\n\n\n <h3 class=\"version-number\">Version 4.5.7 SkyWood (2nd July 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>New Options in Global Settings, like Disable/Enable Hammer.js Plugin</li>\n <li>New Developer Option to Disable via the theme the Hammer.js Plugin (Avada Requests)</li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Minimized Style Output in the Document, only used Layer Styles are really loaded</li>\n <li>Changed the Aq_Resize name to prevend conflicts with other themes that also use it and modified code in it</li>\n <li>Updated GreenSock Engine to 12.1 </li>\n <li>Protected Mode for GreenSock for ThemePunch Plugins added. No more conflict between any other plugins / themes and ThemePunch Tools</li>\n <li>Lag Smoothing Enabled</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Bug fixed where Parallax Mode for Mobile Disabled breaks the 2nd and further Slider Positions</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.6 SkyWood (25th June 2014)</h3>\n\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>New developer option to disable all notifications and the activation area. More information at <a href=\"http://www.themepunch.com/home/plugins/set-revolution-slider-as-theme/\" target=\"_blank\">http://www.themepunch.com/home/plugins/set-revolution-slider-as-theme/</a></li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Added missing fonts from Punch Fonts into the CSS Editor Font Family dropdown</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fullscreen Layout Without Offset Heights got the Wrong Height</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.5 SkyWood (24th June 2014)</h3>\n\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Option to disable parallax on mobile added</li>\n <li>Option to add an offset in px or % to FullScreen Slider</li>\n <li>Two new Slide transitions: Parallax Vertical and Parallax Horizontal</li>\n <li>Export Slider into HTML. Option availble first when Feature enabled under Global Settings</li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Static Layers now have to be enable in each Slider for usage (can be found in General Settings tab)</li>\n <li>onChange Event delivers the Slide Index and the Slide jQuery Object now</li>\n <li>Global option JavaScript into footer now also adds the revslider calls into the footer</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Lazy Loading bug in combination with Static Layers fixed</li>\n <li>\"Hide Slider Under\" option did not redraw the Layers after Resize. Bug is fixed</li>\n <li>YouTube Video Bug with Overlay Image on Mobile Devices.</li>\n <li>IE8 and IE9 Slide Link Bug Fixed</li>\n <li>Output Filters Protection fix for \"By Compressing Output\"</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.4 SkyWood (16th June 2014)</h3>\n\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Static Layers added. Can be found under Slide List (new button called \"Edit Static Layers\")</li>\n <li>Possibility added to insert id, class, attr and i.e. own data attributes to each specific Slide</li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Inline CSS compressed/minimized now in output</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Layers sometimes not fading out fixed</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.3 SkyWood (12th June 2014)</h3>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>IE jQuery bugfix</li>\n <li>Responsive Through All Levels fixed where checkbox would be always checked on each element after reload of Slide Editor</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.2 SkyWood (10th June 2014)</h3>\n\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>data-parallaxoffset attribute is now available and updated on Scroll. This value can be interesting for Developers to read current Parallax Offsets of the elements with the jQuery selector .tp-parallax-container (Possible usage for Blur, Fade, Rotation effects based on the values)</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Thumbnail is not Showing has been fixed</li>\n <li>Choosen Global Settings now correctly set again</li>\n <li>Shortcode dropdown selector will now insert the right shortcode</li>\n <li>Auto Play only First Time on Videos (YouTube and Vimeo) did not work well.</li>\n <li>Imported layers will be stripped of slashes now</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.01 SkyWood (06th June 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed a bug where new Slider & Template Slider button is missing</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.0 SkyWood (05th June 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Improved Backend Functionality</li>\n <li>Added a timeline based editor for better & easier handling of layer times</li>\n <li>Loop Effect now available. Choose between four loop types for each layer in the Slide Editor under \"Layer Animations\"</li>\n <li>Parallax Effect now available. Enable it in Slider Settings in the Parallax Tab and set your desired level of each layer in Slide Settings</li>\n <li>Parallax on Mouse Movement Added</li>\n <li>Parallax on Scroll Added with Background fixed or Scrolled Options</li>\n <li>PArallax on Mobile Device Tilt</li>\n <li>qTranslate is now supported in layers</li>\n <li>Added filter hook called \'revslider_get_posts\' that can be used to manipulate the WP_Query array</li>\n <li>New Grid/Snap functionality in Slide Editor for better positioning of elements</li>\n <li>Punch Fonts are now included. This should now be used if google fonts need to be loaded through the Slider Revolution plugin</li>\n <li>Option added to not load the Slider on Mobile devices</li>\n <li>2D rotation options added to layers in Slide Editor</li>\n <li>New navigation types called preview1, preview2, preview3, preview4 and custom</li>\n <li>Custom CSS and JavaScript can now be added directly in each Slider</li>\n <li>Placeholder of Slider at Page load will be auto generated. No more Jump Vertically during Slider is loading</li>\n <li>Added Performance Boost optional, where Outgoing Layers first animated before next slide is played. Helps if many layers added to one Slide</li>\n <li>Reburn of Pan Zoom Effect on FullScreen, FullWidth and Boxed layout with a complete new Engine</li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Check if more then one instance of Slider Revolution exists.</li>\n <li>Added support for spaces in putRevSlider(\"newslider2014\",\"2,10\") like putRevSlider(\"newslider2014\",\"2, homepage\")</li>\n <li>Added check if hammer.js is already included</li>\n <li>Added allowfullscreen=\"true\" into YouTube video iFrame output</li>\n <li>Using now Aqua Resizer for thumbnail generation</li>\n <li>Pagination added to the Slide Overview page</li>\n <li>Added Sorting of Slides based on names or Shortcode in Slider Overview page</li>\n <li>Video ID of YouTube and Vimeo can now be changed on editing a layer</li>\n <li>Added notification on post based slider if the template slider does not have any slides created</li>\n <li>Removed the JavaScript inside of the href attribute of buttons from the Slide Editor</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed a bug where Template Sliders would change to normal Sliders</li>\n <li>Fixed a bug where layer positions in slide editor where not correctly calculated if the layer had a padding or margin.</li>\n <li>white-space and max-width/max-height are now correctly shown in Slide Editor</li>\n <li>Fix for importing where \\n was translated to n</li>\n <li>Visible Last slide at Loading fixed</li>\n <li>Visible Navigation Elements on Load fixed</li>\n </ul>\n\n\n\n <h3 class=\"version-number\">Version 4.3.8 SkyWood (27th April 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>BugFix for Shortcode Selector in WordPress 3.9 that happens on toggle between text & visual button</li>\n <li>added px to height css in fullwidth Sliders</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.3.7 SkyWood (17th April 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Select ShortCodes are now back in Posts on WordPress 3.9</li>\n <li>Ken Burns Dobble Start after changing the slide</li>\n </ul>\n\n <h3 class=\"version-number\">Version 4.3.6 SkyWood (14th April 2014)</h3>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Ken Burns and Pan Zoom Effect Engine Change. Animation based on Img rotations and Zooms, Transitions instead of Background animation. Due this change the Aniamtions become really Smooth and Clean.</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed some compability issues with custom captions</li>\n </ul>\n\n <h3 class=\"version-number\">Version 4.3.5 SkyWood (09th April 2014)</h3>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Decreased Loading Time of Styles due loading styles Inline in Header (based on WordPress Best Practices)</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed Click and Taps bugs on Elements in Slider viewing Slider in Mobile Devices</li>\n <li>Fixed Positions of Videos after leaving Fullscreen Video Playback</li>\n <li>Fixed Element Transitions by clicking Next/previous Slider before Elements has been shown. Currently Not Visible Elements will not show up suddenly any more.</li>\n </ul>\n\n <hr>\n\n\n <h3 class=\"version-number\">Version 4.3.4 SkyWood (07th April 2014)</h3>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Changed Backend Style of Style Editor</li>\n <li>Added Swipe Up & Down to scroll below or above the slider on Mobile Devices</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed Color Picker in Backend Editor</li>\n </ul>\n\n <hr>\n\n\n <h3 class=\"version-number\">Version 4.3.3 SkyWood (27th March 2014)</h3>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Changed the validation process to meet the envato requirements</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>KenBurn effect \"End Position\" fix if percentage is choosen</li>\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.3.2 SkyWood (25th March 2014)</h3>\n\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Added Option keyboardNavigation to allow Navigation with left/right arrows</li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Removed video-js plugin and added Browser Native HTML5 Video Player</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Added stripslashes to the import process to the layers</li>\n <li>Added multisite custom css fix</li>\n <li>Fixed HTML5 Video Loading issues</li>\n <li>Fixed Android Device Swipe Feature</li>\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.3.1 SkyWood (21th March 2014)</h3>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Changed the activation text</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fix for Thumbnail generating on some installations</li>\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.3 SkyWood (18th March 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fix if Slider does not load after Touch Option is Disabled</li>\n <li>MultiSite export fix on some installations.</li>\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2.7 SkyWood (18th March 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Added Options like Swipe Velocity, Swipe Min/Max Touches</li>\n <li>Added Drag Block Vertical option to prevent verticall scroll if needed. Default (false)</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>BugFix for FireFox Timer Line - Visibilty of Timer was ignored in Firefox and IE</li>\n <li>BugFix for checking for new updates</li>\n <li>BugFix for event manager, dates will now be correctly translated if they are not english</li>\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2.6 SkyWood (17th March 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>New Slider Setting option: Hide Mobile Nav After in Mobile Visibility Tab</li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Calculation of forceFullScreenAlign Positions. Resized Positions are More exact</li>\n <li>Replacement of rel=0 in youtube video layer disabled</li>\n <li>Added Hide Slider under \"window width\" for all type of Slider Layouts. Slider is stopped / started depends on the Window size also</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Hide Timer Bug has been fixed</li>\n <li>Small multisite export/import adjustments</li>\n <li>Small general export/import adjustments</li>\n <li>Missing static-captions.css text in console on slider preview removed</li>\n <li>YouTube: Hide Controls do now work</li>\n <li>YouTube/Vimeo allow now to insert direct URL or ID</li>\n <li>YouTube rel=0 fix</li>\n <li>YouTube iOS Fix for Replaying videos on 2nd Call</li>\n <li>StopOnHover set to 1 Bug has been fixed</li>\n <li>Backend Speed improvements on some hosters</li>\n\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2.5 SkyWood (12th March 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Slide Link zIndex issues and Slide Link Resizing issues fixed</li>\n <li>Individual Slide Timer has been fixed. Broken since version 4.2.4</li>\n </ul>\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2.4 SkyWood (10th March 2014)</h3>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Updated Russian Translation / Language Pack</li>\n <li>Improved Plugin Processes, Removed Script Intervals and Timers for Better CPU Management (30-50% less CPU Usage)</li>\n </ul>\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2.3 SkyWood (3th March 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>BugFix in Russian Language causing the error \"setting layer_caption not found\"</li>\n </ul>\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2.2 SkyWood (28th February 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>In case HTML5 Video Js Loads later then Meta of Video will not fire the Auto Play Option</li>\n <li>Changed update check. In some situations user will not see that a new update is available.</li>\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2.1 SkyWood (27th February 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed YouTube Api, changed youtube api load to permanent Https</li>\n <li>Fixed HTML5 Video Preload. A Waiting process added for Video JS and Stream preloads</li>\n <li>Fixed Vimeo API Preloads</li>\n <li>Fixed \"Unclickable\" Notice for Auto Updates and Premium Support</li>\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2 SkyWood (25th February 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>New Activation process added</li>\n <li>New Automatic Updates process added</li>\n <li>Added Char, Word and Line Based Text animation to improve the Visual Experience on the Layer Animations</li>\n <li>Added 5 Different Loader Spinner with Live Preview Selector</li>\n <li>Added a new Shortcode type. Now [rev_slider slider_alias] and also [rev_slider alias=\"slider_alias\"] works.</li>\n <li>Added polish language thanks to Dawid Dudek (www.supportitc.pl)</li>\n <li>Meta Box for RevSlider now available in all Custom Post Types</li>\n <li>Added remove Thumbnail in Slide Editor</li>\n <li>Added white-space, maxwidth and maxheight options</li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Improved Loading Speed. Slider loads over 1-2 sec quicker than before.</li>\n <li>Improved Lazy Loading, to load Images and Layer images on demand. Intelligent Preloading of next slide Elements.</li>\n <li>Removed function mysql_insert_id() that will be deprecated in php version 5.5.x</li>\n <li>Auto Thumbnail Function, small copy of Slider Image, or Colorer BG used as Default.</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed YouTube Api</li>\n <li>CSS editor bugfix where custom styles were set into other choosen layers</li>\n <li>Added missing argument for WPML, this enables WPML functionality in using the specific post feature</li>\n <li>Small adjustment for css editor that caused problems on some installations</li>\n <li>Check if ssl on external jquery library & css include</li>\n <li>Fixed Overlapping layers if Mixed Align Mode used in Slide</li>\n <li>Fixed Pause/Resume function if Navigation elements has been hovered.</li>\n <li>MultiSite Style Settings - Minor Workaround added till next Major Release</li>\n </ul>\n\n <hr>\n\n\n\n <h3 class=\"version-number\">Version 4.1.5 SkyWood</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Added Chinese translation thanks to lastme (http://www.lastme.com/)</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Removed function mysql_insert_id() that will be deprecated in php version 5.5.x</li>\n </ul>\n\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.1.4 SkyWood</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>ID, Class, Title & Rel attribute for Links on images added</li>\n <li>Added files so that google does not index internal files</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>German language files recreated</li>\n <li>instead of a fatal error, the none existence of ZipArchive will now give a more gently message</li>\n </ul>\n\n\n\n\n <hr>\n\n\n <h3 class=\"version-number\">Version 4.1.3 SkyWood</h3>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Imported images through slider import create now also the thumbnails</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>stripslashes problem in global styles at slider imports fixed</li>\n <li>multisite import of slider now correctly imports images</li>\n <li>selecting thumbnails/video overlays now work on multisites</li>\n </ul>\n\n\n\n <hr>\n\n\n <h3 class=\"version-number\">Version 4.1.2 SkyWood</h3>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Deleting Posts inside a Post Slider will now trash instead of deleting them</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed a z-index issue where the-events-calendar set the jquery-ui-dialog overlay over the Slider Revolution Dialogs</li>\n <li>Http / Https loading of API’S in the right format depending on the current URL</li>\n <li>Issue solved with the HTML5 Video Sizing</li>\n <li>YouTube Api does not work without the origin=http://yourdomain any more !!\n <ul>\n <li>The slider adds this now automatically on every YouTube video.</li>\n <li>NOTE: Please note that this only works on live servers and not local installations.</li>\n <li>For example: autoplay will not work on local machines but on your live servers</li>\n </ul>\n </li>\n </ul>\n\n\n <hr>\n\n\n\n <h3 class=\"version-number\">Version 4.1.1 SkyWood</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>New API Method: rev redraw for Redrawing the current Slide in case, slider is included some animated container.</li>\n <li>New tab in Slider Settings: Reset Options.\n <ul>\n <li>Reset all Transitions of this Slider to a choosen one</li>\n <li>Reset all Transition Durations of this Slider to a choosen one</li>\n <li>New Dropdown on Post/Pages for revslider Shortcodes (found in Visual mode of Editor)</li>\n </ul>\n </li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>New button in Slide Edit mode to go back to Slide List of Slider</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Remove of Aspect Ratio and Dotted Overlay if Cover was not choosen in HTML5 Videos</li>\n <li>Fixed a bug on import of Slider where custom arrows might break</li>\n <li>Fixed a bug for Missing static-layers.css </li>\n <li>Fixed FF and IE10 Animation issues</li>\n <li>Fixed Wrong calculated Center positions if Caption has CSS3 Animations associated </li>\n </ul>\n\n\n <hr>\n\n\n\n <h3 class=\"version-number\">Version 4.1 SkyWood</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Ken Burns Effect (align start/end) bg Fit (start/end), Speed and easing</li>\n <li>Min Height for Fullscreen Sliders</li>\n <li>Fullscreen HTML5 Videos with new functions</li>\n <li>Cover the whole HTML5 Videoscreen (no black borders)</li>\n <li>Dotted overlays on HTML5 Videos with cover & slide backgrounds</li>\n <li>Dotted Overlay on Background Images (global setting)</li>\n <li>Mute option on Videos</li>\n <li>Force Rewind of Videos on slideview</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Fallback to old export if zip extension is not installed on server</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Post meta tag fix for plugin: Types - Complete Solution for Custom Fields and Types</li>\n </ul>\n\n\n\n\n <hr>\n\n\n <h3 class=\"version-number\">Version 4.0.6 SkyWood</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Force Fullwidth Offsets</li>\n <li>Added FF Protection for 3d Animated Elements</li>\n <li>Update GreenSock Engine with Protection for FF25 Animations</li>\n <li>IE8 HALO Effect Solved</li>\n </ul>\n\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.0.5 SkyWood</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>New Background-Image options in slider settings under Appearance Tab</li>\n <li>Usage of placeholder %link% and %meta:somemeta% for Slide Link in General Slide Settings</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Added fallback for dynamic-layers.css (if not writable, load layers.php instead)</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed a bug where no layers could be added to Slides</li>\n <li>Fixed a bug where Post Sliders do not show the correct thumbnails in navigation</li>\n <li>Fixed a few texts for better multilanguage support</li>\n </ul>\n\n\n <hr>\n\n\n\n <h3 class=\"version-number\">Version 4.0.4 SkyWood</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>inserted two missing functions</li>\n </ul>\n\n <hr>\n\n\n <h3 class=\"version-number\">Version 4.0.3 SkyWood</h3>\n <div class=\"change\">CHNAGES</div>\n <ul>\n <li>the option Responsive Through All Levels in layers is now checked as default</li>\n <li>set default background-position of main slide image to center top</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>bug in interpreting the css fixed</li>\n <li>fixed a bug that occures on some video layers and that may brake the edit slide page</li>\n <li>fixed a bug with Post Sliders not being shown with the template Slider styles</li>\n </ul>\n\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.0.2 SkyWood</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>WPML was not working correctly, fixed \"Wrong Request\" bug</li>\n </ul>\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.0.1 SkyWood</h3>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>add revision to css/js files to prevent caching issues</li>\n </ul>\n\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.0 SkyWood</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>New Live Style Editor (Simple and Advanced)</li>\n <li>Custom Caption Creator</li>\n <li>Live Caption Animation Viewer in Editor</li>\n <li>Export Feature (with Images and Static/Dynamic Styles and with Custom Animations)</li>\n <li>New Main Image Aligns, Repeating and Sizing (like center,center, repeat-x,y,no, cover and container and many more)</li>\n <li>New Layout Viewer ( to see differences between, fullwidth, fullscreen, custom) </li>\n <li>Only Styles are loaded which used in Current Slides</li>\n <li>template slider for post slider added</li>\n <li>allow external images as slide backgrounds</li>\n <li>new options for videos</li>\n <li>many other new options added</li>\n <li>added relpace url\'s neer export / import slider</li>\n <li>new options for hiding thumbs/bullets/arrows on mobile</li>\n <li>new option force fill width in autoresponsive mode</li>\n <li>id, class, rel tag can be set for each element</li>\n <li>alt tag for images can be set</li>\n <li>layers can now be locked</li>\n <li>layer images can now be resized</li>\n <li>Added new Flat Transitions</li>\n <li>Added FullScreen and FullWidth Forcing in Boxed Themes</li>\n <li>Added Thumbnail for Videos</li>\n <li>Tooltip for Titles</li>\n <li>Shadow Prelayouts</li>\n <li>Move Tabs to Change Slide Order</li>\n <li>Published / Unpublished Slides also Date / Time Dependent</li>\n <li>Loop and Controlless HTML5 Videos</li>\n <li>Play Video only First Time, then Hold</li>\n <li>Linear Resizing of Thumbs</li>\n <li>Unlimited Containers for Offsetting Fullscreen Height </li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Style of Backend in Flat Style</li>\n <li>Much cleaner interface</li>\n <li>Load Plugins and Revolution Slider splitter, dependent on Other Plugins </li>\n <li>Jquery.themepunch.revolution.min.js loads now in the footer (Optional)</li>\n <li>Main transitions are now listed in flat and premium transitions</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>many small/mayor bug fixes</li>\n <li>added error messages on some situations in slider by post view.</li>\n <li>fixed css bug that made the screens overlap with wordpress error messages</li>\n <li>fixed image positioning in edit layers js file</li>\n <li>fixed images url\'s output in https websites</li>\n </ul>\n</div>\";}s:3:\"url\";s:81:\"https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\";s:8:\"external\";i:1;}}','yes'),(274,'revslider-library-check','1488861655','yes'),(275,'rs-library','a:2:{s:7:\"objects\";a:169:{i:198;a:11:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:11:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:11:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:11:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:11:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:11:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:11:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:11:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:11:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:11:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:11:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:11:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:11:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:11:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:11:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:11:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:11:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:11:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:11:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:11:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:11:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:11:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:11:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:11:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:11:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:11:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:11:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:11:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:11:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:11:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:11:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:11:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:11:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole-punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:11:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:11:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:11:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:11:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:11:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:11:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:11:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:11:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:11:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:11:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:11:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:11:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:11:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:11:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:11:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:11:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:11:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:11:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:11:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:11:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:11:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:11:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:11:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:11:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:11:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:11:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:11:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:11:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:11:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:11:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:11:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:11:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:11:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:11:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:11:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:11:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:11:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:11:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:11:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:11:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:11:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:11:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:11:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:11:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:11:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:11:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:11:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:11:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:11:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:11:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:11:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:11:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:11:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:11:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:11:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:11:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:11:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:11:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:11:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:11:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:11:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:11:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:11:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:11:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:11:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:11:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:11:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:11:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:11:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:11:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:11:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:11:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:11:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:11:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:11:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:11:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:11:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:11:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:11:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:11:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:11:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:11:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:11:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:11:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:11:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:11:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:11:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:11:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:11:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:11:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:11:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:11:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:11:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:11:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:11:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:11:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:11:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:11:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:11:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:11:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:11:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:11:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:11:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:11:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:11:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:11:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:11:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:11:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:11:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:11:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:11:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:11:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:11:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:11:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:11:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:11:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:11:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:11:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:11:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:11:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:11:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:11:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:11:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:11:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:11:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:11:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:11:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:11:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:11:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:11:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:11:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:11:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:11:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:11:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:11:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:11:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:13:{i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}}','no'),(276,'rs_tables_created','1','yes'),(277,'rs_cache_overlay','5.4.1','yes'),(355,'_site_transient_timeout_browser_ec09c1f205a8c9a567166203a7884107','1489723862','no'),(356,'_site_transient_browser_ec09c1f205a8c9a567166203a7884107','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"52.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(427,'team_member_categories_children','a:0:{}','yes'),(431,'client_categories_children','a:0:{}','yes'),(495,'rs-templates-new','','no'),(496,'rs-templates','a:2:{s:6:\"slider\";a:149:{i:0;a:20:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:20:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:20:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:20:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:439:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:20:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:20:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:20:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:20:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:20:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:20:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:20:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:440:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:20:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:20:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:20:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:20:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:20:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:20:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:20:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:20:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:20:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:20:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:20:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:20:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:20:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:20:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:346:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:20:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:20:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:20:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:20:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:20:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:20:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:20:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:20:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:20:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:20:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:20:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:630:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:20:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:20:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:20:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:20:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:518:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:20:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:20:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:20:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:323:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:20:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:316:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:20:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:20:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:443:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:20:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:20:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:20:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:20:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:20:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:20:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:691:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:20:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:693:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:20:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:532:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:20:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:543:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:20:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:661:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:20:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:20:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:20:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:20:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:20:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:20:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:20:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:20:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:441:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:20:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:20:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:572:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-whiteboard/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:20:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:516:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:23:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:23:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:23:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:23:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:23:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:448:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:23:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:23:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:23:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:23:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:23:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:23:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:23:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:23:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:23:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:23:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:23:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:20:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:20:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:20:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:20:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:23:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:23:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:23:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:23:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:23:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:23:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:23:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:23:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:20:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:20:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:23:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:23:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:23:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:23:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:23:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:20:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:20:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:20:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:23:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:23:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:23:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:23:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:20:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:426:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-typewriter/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:20:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:23:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:23:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:23:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:23:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:23:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:23:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:23:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:23:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:23:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:23:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:23:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:23:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:23:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:23:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:23:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:23:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:23:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:23:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:23:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:23:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:568:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:20:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:343:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:20:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:341:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:20:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:23:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:20:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:164:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:20:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:468:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:20:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:20:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:463:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:20:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:421:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:20:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:20:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:20:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:352:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:20:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:20:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/filmstrip-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:191:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:20:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:20:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:20:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:20:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:143:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}}}','no'),(518,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1489825109','no'),(519,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"6236\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3837\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3818\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3341\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2910\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2645\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"2348\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2262\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2183\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"2160\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"2118\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"2089\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"2018\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1984\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1817\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1713\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1692\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1508\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1423\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1335\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1315\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1186\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1160\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:4:\"1127\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:4:\"1048\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:4:\"1041\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:4:\"1008\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:4:\"1007\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:4:\"1004\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"985\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"958\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"923\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"915\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"888\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"886\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"848\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"807\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"807\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"800\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"789\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"789\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"787\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"781\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"772\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"768\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"762\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"752\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"746\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"741\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"733\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"720\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"667\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"667\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"663\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"662\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"655\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"644\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"641\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"630\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"624\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"610\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"607\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"606\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"601\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"601\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"595\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"579\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"575\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"571\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"566\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"563\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"556\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"556\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"546\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"546\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"533\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"527\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"523\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"500\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"495\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"479\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"474\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"473\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"468\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"464\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"459\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"455\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"450\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"450\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"450\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"439\";}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";s:3:\"439\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"438\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"438\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"436\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"433\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"433\";}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";s:3:\"430\";}s:8:\"linkedin\";a:3:{s:4:\"name\";s:8:\"linkedin\";s:4:\"slug\";s:8:\"linkedin\";s:5:\"count\";s:3:\"428\";}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";s:3:\"427\";}}','no'),(524,'calendarjsupdated','0','no'),(525,'jswidgetupdated','1','no'),(526,'ai1ec_force_flush_rewrite_rules','','yes'),(528,'ai1ec_clean_twig_cache','','yes'),(529,'ai1ec_version','2.5.17','no'),(530,'ai1ec_db_version','be37a85f4105c9e49c69f4cfa3d3c2918d046fe1','no'),(531,'ai1ec_category_meta_ported','1','no'),(532,'ai1ec_current_theme','a:5:{s:9:\"theme_dir\";s:134:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band\\wp-content\\plugins\\all-in-one-event-calendar\\public\\themes-ai1ec\\vortex\";s:10:\"theme_root\";s:127:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band\\wp-content\\plugins\\all-in-one-event-calendar\\public\\themes-ai1ec\";s:9:\"theme_url\";s:97:\"http://daviddelk.net/band/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex\";s:10:\"stylesheet\";s:6:\"vortex\";s:6:\"legacy\";b:0;}','yes'),(533,'ai1ec_less_variables','a:43:{s:14:\"bodyBackground\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";}s:9:\"textColor\";a:3:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";}s:10:\"textEmboss\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";}s:9:\"linkColor\";a:3:{s:5:\"value\";s:7:\"#3d6b99\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";}s:14:\"linkColorHover\";a:3:{s:5:\"value\";s:7:\"#335980\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";}s:14:\"baseFontFamily\";a:3:{s:5:\"value\";s:46:\"\"Helvetica Neue\", Helvetica, Arial, sans-serif\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:4:\"font\";}s:12:\"baseFontSize\";a:3:{s:5:\"value\";s:4:\"13px\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:4:\"size\";}s:15:\"tableBackground\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"table\";s:4:\"type\";s:5:\"color\";}s:20:\"tableLabelBackground\";a:3:{s:5:\"value\";s:7:\"#f5f5f5\";s:3:\"tab\";s:5:\"table\";s:4:\"type\";s:5:\"color\";}s:14:\"tableLabelText\";a:3:{s:5:\"value\";s:7:\"#9e9e9e\";s:3:\"tab\";s:5:\"table\";s:4:\"type\";s:5:\"color\";}s:20:\"btnPrimaryBackground\";a:3:{s:5:\"value\";s:7:\"#6dbb4f\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";}s:13:\"btnBackground\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";}s:9:\"btnBorder\";a:3:{s:5:\"value\";s:7:\"#cccccc\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";}s:12:\"btnTextColor\";a:3:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";}s:9:\"inputText\";a:3:{s:5:\"value\";s:4:\"#555\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:15:\"inputBackground\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:11:\"inputBorder\";a:3:{s:5:\"value\";s:7:\"#cccccc\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:16:\"inputBorderFocus\";a:3:{s:5:\"value\";s:20:\"rgba(82,168,236,0.8)\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:23:\"inputDisabledBackground\";a:3:{s:5:\"value\";s:7:\"#eeeeee\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:10:\"labelColor\";a:3:{s:5:\"value\";s:7:\"#aaaaaa\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:18:\"dropdownBackground\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:14:\"dropdownBorder\";a:3:{s:5:\"value\";s:16:\"rgba(0,0,0,0.15)\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:17:\"dropdownLinkColor\";a:3:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:22:\"dropdownLinkColorHover\";a:3:{s:5:\"value\";s:7:\"#262626\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:27:\"dropdownLinkBackgroundHover\";a:3:{s:5:\"value\";s:7:\"#f5f5f5\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:15:\"placeholderText\";a:3:{s:5:\"value\";s:7:\"#999999\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";}s:10:\"todayColor\";a:3:{s:5:\"value\";s:7:\"#ffffdd\";s:3:\"tab\";s:8:\"calendar\";s:4:\"type\";s:5:\"color\";}s:25:\"alldayBadgeGradientMiddle\";a:3:{s:5:\"value\";s:7:\"#3d6b99\";s:3:\"tab\";s:8:\"calendar\";s:4:\"type\";s:5:\"color\";}s:16:\"eventImageShadow\";a:3:{s:5:\"value\";s:15:\"rgba(0,0,0,0.4)\";s:3:\"tab\";s:8:\"calendar\";s:4:\"type\";s:5:\"color\";}s:17:\"eventDefaultColor\";a:3:{s:5:\"value\";s:7:\"#3d6b99\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:22:\"eventDefaultColorHover\";a:3:{s:5:\"value\";s:7:\"#335980\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:19:\"eventStubAllDayText\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:25:\"eventStubAllDayTextShadow\";a:3:{s:5:\"value\";s:15:\"rgba(0,0,0,0.4)\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:11:\"eventBorder\";a:3:{s:5:\"value\";s:7:\"#cccccc\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:15:\"eventBackground\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:19:\"eventTimeBackground\";a:3:{s:5:\"value\";s:7:\"#eeeeee\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:9:\"eventText\";a:3:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:23:\"monthViewDateBackground\";a:3:{s:5:\"value\";s:7:\"#eaf4ff\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:21:\"dayViewNowMarkerColor\";a:3:{s:5:\"value\";s:7:\"#f2c539\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";}s:21:\"agendaDateTitleBorder\";a:3:{s:5:\"value\";s:7:\"#6689AC\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";}s:25:\"agendaDateTitleBackground\";a:3:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";}s:20:\"agendaDateBackground\";a:3:{s:5:\"value\";s:7:\"#f2f2f2\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";}s:21:\"agendaTodayBackground\";a:3:{s:5:\"value\";s:7:\"#f4f4bf\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";}}','yes'),(534,'ai1ec_settings','a:54:{s:31:\"enabling_ticket_invitation_page\";a:4:{s:5:\"value\";b:0;s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";}s:9:\"ai1ec_api\";a:4:{s:5:\"value\";b:0;s:4:\"type\";s:7:\"boolean\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";}s:16:\"ai1ec_db_version\";a:4:{s:5:\"value\";b:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";}s:10:\"feeds_page\";a:4:{s:5:\"value\";s:48:\"ai1ec_event_page_all-in-one-event-calendar-feeds\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";}s:13:\"settings_page\";a:4:{s:5:\"value\";s:51:\"ai1ec_event_page_all-in-one-event-calendar-settings\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";}s:19:\"less_variables_page\";a:4:{s:5:\"value\";s:51:\"ai1ec_event_page_all-in-one-event-calendar-edit-css\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";}s:17:\"input_date_format\";a:5:{s:5:\"value\";s:3:\"def\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:4:{s:5:\"class\";s:6:\"select\";s:3:\"tab\";s:14:\"editing-events\";s:5:\"label\";s:26:\"Input dates in this format\";s:7:\"options\";a:4:{i:0;a:2:{s:4:\"text\";s:18:\"Default (d/m/yyyy)\";s:5:\"value\";s:3:\"def\";}i:1;a:2:{s:4:\"text\";s:13:\"US (m/d/yyyy)\";s:5:\"value\";s:2:\"us\";}i:2;a:2:{s:4:\"text\";s:19:\"ISO 8601 (yyyy-m-d)\";s:5:\"value\";s:3:\"iso\";}i:3;a:2:{s:4:\"text\";s:17:\"Dotted (m.d.yyyy)\";s:5:\"value\";s:3:\"dot\";}}}}s:15:\"plugins_options\";a:4:{s:5:\"value\";a:0:{}s:4:\"type\";s:5:\"array\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";}s:17:\"ticketing_message\";a:4:{s:5:\"value\";b:0;s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";}s:15:\"ticketing_token\";a:4:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";}s:17:\"ticketing_enabled\";a:4:{s:5:\"value\";b:0;s:4:\"type\";s:7:\"boolean\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";}s:21:\"ticketing_calendar_id\";a:4:{s:5:\"value\";N;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";}s:16:\"calendar_page_id\";a:5:{s:5:\"value\";i:802;s:4:\"type\";s:5:\"mixed\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:4:{s:5:\"class\";s:22:\"calendar-page-selector\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:13:\"Calendar page\";}}s:14:\"week_start_day\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:5:{s:5:\"class\";s:6:\"select\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:14:\"Week starts on\";s:7:\"options\";s:12:\"get_weekdays\";}}s:13:\"enabled_views\";a:5:{s:5:\"value\";a:4:{s:6:\"agenda\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:1;s:14:\"enabled_mobile\";b:1;s:14:\"default_mobile\";b:1;s:8:\"longname\";a:6:{i:0;s:6:\"Agenda\";i:1;s:6:\"Agenda\";s:8:\"singular\";s:6:\"Agenda\";s:6:\"plural\";s:6:\"Agenda\";s:7:\"context\";N;s:6:\"domain\";s:25:\"all-in-one-event-calendar\";}}s:6:\"oneday\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:1;s:14:\"default_mobile\";b:0;s:8:\"longname\";a:6:{i:0;s:3:\"Day\";i:1;s:3:\"Day\";s:8:\"singular\";s:3:\"Day\";s:6:\"plural\";s:3:\"Day\";s:7:\"context\";N;s:6:\"domain\";s:25:\"all-in-one-event-calendar\";}}s:5:\"month\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:1;s:14:\"default_mobile\";b:0;s:8:\"longname\";a:6:{i:0;s:5:\"Month\";i:1;s:5:\"Month\";s:8:\"singular\";s:5:\"Month\";s:6:\"plural\";s:5:\"Month\";s:7:\"context\";N;s:6:\"domain\";s:25:\"all-in-one-event-calendar\";}}s:4:\"week\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:1;s:14:\"default_mobile\";b:0;s:8:\"longname\";a:6:{i:0;s:4:\"Week\";i:1;s:4:\"Week\";s:8:\"singular\";s:4:\"Week\";s:6:\"plural\";s:4:\"Week\";s:7:\"context\";N;s:6:\"domain\";s:25:\"all-in-one-event-calendar\";}}}s:4:\"type\";s:5:\"array\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:4:{s:5:\"class\";s:13:\"enabled-views\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:15:\"Available views\";}}s:15:\"timezone_string\";a:5:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:9:\"wp_option\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:5:{s:5:\"class\";s:6:\"select\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:8:\"Timezone\";s:7:\"options\";s:33:\"Ai1ec_Date_Timezone:get_timezones\";}}s:23:\"default_tags_categories\";a:5:{s:5:\"value\";a:2:{s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}}s:4:\"type\";s:5:\"array\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:5:{s:5:\"class\";s:15:\"tags-categories\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:28:\"Preselected calendar filters\";s:4:\"help\";s:80:\"To clear, hold ⌘/<abbr class=\"initialism\">CTRL</abbr> and click selection.\";}}s:10:\"exact_date\";a:5:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:5:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:38:\"Default calendar start date (optional)\";s:4:\"type\";s:4:\"date\";}}s:22:\"agenda_events_per_page\";a:5:{s:5:\"value\";i:10;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:25:\"Agenda pages show at most\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"events\";s:9:\"validator\";s:7:\"numeric\";}}s:19:\"week_view_starts_at\";a:5:{s:5:\"value\";i:8;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:23:\"Week/Day view starts at\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:3:\"hrs\";s:9:\"validator\";s:7:\"numeric\";}}s:17:\"week_view_ends_at\";a:5:{s:5:\"value\";i:24;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:21:\"Week/Day view ends at\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:3:\"hrs\";s:9:\"validator\";s:7:\"numeric\";}}s:19:\"google_maps_api_key\";a:5:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:5:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:295:\"<span class=\"ai1ec-tooltip-toggle\"\n data-original-title=\"Google may request for an API key in order to show the map\">\n Google Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)\";s:4:\"type\";s:6:\"normal\";}}s:15:\"month_word_wrap\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:52:\"<strong>Word-wrap event stubs</strong> in Month view\";s:4:\"help\";s:46:\"Only applies to events that span a single day.\";}}s:30:\"agenda_include_entire_last_day\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:246:\"In <span class=\"ai1ec-tooltip-toggle\"\n data-original-title=\"These include Agenda view,\n the Upcoming Events widget, and some extended views.\">\n Agenda-like views</span>, <strong>include all events\n from last day shown</strong>\";}}s:22:\"agenda_events_expanded\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:56:\"Keep all events <strong>expanded</strong> in Agenda view\";}}s:25:\"show_year_in_agenda_dates\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:50:\"<strong>Show year</strong> in calendar date labels\";}}s:22:\"show_location_in_title\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:64:\"<strong>Show location in event titles</strong> in calendar views\";}}s:19:\"exclude_from_search\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:51:\"<strong>Exclude</strong> events from search results\";}}s:29:\"turn_off_subscription_buttons\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:108:\"Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views \";}}s:27:\"disable_get_calendar_button\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:50:\"Hide <strong>Get a Timely Calendar</strong> button\";}}s:23:\"hide_maps_until_clicked\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:48:\" Hide <strong>Google Maps</strong> until clicked\";}}s:17:\"affix_filter_menu\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:80:\" <strong>Affix filter menu</strong> to top of window when it scrolls out of view\";s:4:\"help\";s:57:\"Only applies to first visible calendar found on the page.\";}}s:24:\"affix_vertical_offset_md\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:39:\"Offset affixed filter bar vertically by\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"pixels\";s:9:\"validator\";s:7:\"numeric\";}}s:24:\"affix_vertical_offset_lg\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:100:\"<i class=\"ai1ec-fa ai1ec-fa-lg ai1ec-fa-fw ai1ec-fa-desktop\"></i> Wide screens only (≥ 1200px)\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"pixels\";s:9:\"validator\";s:7:\"numeric\";}}s:24:\"affix_vertical_offset_sm\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:87:\"<i class=\"ai1ec-fa ai1ec-fa-lg ai1ec-fa-fw ai1ec-fa-tablet\"></i> Tablets only (< 980px)\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"pixels\";s:9:\"validator\";s:7:\"numeric\";}}s:24:\"affix_vertical_offset_xs\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:86:\"<i class=\"ai1ec-fa ai1ec-fa-lg ai1ec-fa-fw ai1ec-fa-mobile\"></i> Phones only (< 768px)\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"pixels\";s:9:\"validator\";s:7:\"numeric\";}}s:38:\"strict_compatibility_content_filtering\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:38:\"Strict compatibility content filtering\";}}s:19:\"hide_featured_image\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:61:\" <strong>Hide featured image</strong> from event details page\";s:4:\"help\";s:77:\"Select this option if your theme already displays each post\'s featured image.\";}}s:14:\"input_24h_time\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:3:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"editing-events\";s:5:\"label\";s:46:\" Use <strong>24h time</strong> in time pickers\";}}s:22:\"disable_autocompletion\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:3:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"editing-events\";s:5:\"label\";s:54:\"<strong>Disable address autocomplete</strong> function\";}}s:18:\"geo_region_biasing\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:3:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"editing-events\";s:5:\"label\";s:104:\"Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function \";}}s:9:\"embedding\";a:5:{s:5:\"value\";N;s:4:\"type\";s:4:\"html\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:3:{s:5:\"class\";s:4:\"html\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:14:\"embedded-views\";}}s:21:\"calendar_css_selector\";a:5:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:6:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:35:\"Move calendar into this DOM element\";s:4:\"type\";s:6:\"normal\";s:4:\"help\";s:470:\"Optional. Use this JavaScript-based shortcut to place the\n calendar a DOM element other than the usual page content container\n if you are unable to create an appropriate page template\n for the calendar page. To use, enter a\n <a target=\"_blank\" href=\"http://api.jquery.com/category/selectors/\">\n jQuery selector</a> that evaluates to a single DOM element.\n Any existing markup found within the target will be replaced\n by the calendar.\";}}s:22:\"skip_in_the_loop_check\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:98:\"<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output\";s:4:\"help\";s:225:\"Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise.\";}}s:24:\"disable_gzip_compression\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:42:\"Disable <strong>gzip</strong> compression.\";s:4:\"help\";s:261:\"Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)\";}}s:28:\"ai1ec_use_frontend_rendering\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:23:\"Use frontend rendering.\";s:4:\"help\";s:85:\"Renders calendar views on the client rather than the server; can improve performance.\";}}s:16:\"cache_dynamic_js\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:22:\"Use advanced JS cache.\";s:4:\"help\";s:59:\"Cache dynamically generated JS files. Improves performance.\";}}s:18:\"render_css_as_link\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:94:\"<strong>Link CSS</strong> in <code><head></code> section when file cache is unavailable.\";s:4:\"help\";s:123:\"Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline.\";}}s:15:\"edit_robots_txt\";a:5:{s:5:\"value\";s:484:\"User-agent: *\r\nDisallow: /calendar/action~posterboard/\r\nDisallow: /calendar/action~agenda/\r\nDisallow: /calendar/action~oneday/\r\nDisallow: /calendar/action~month/\r\nDisallow: /calendar/action~week/\r\nDisallow: /calendar/action~stream/\r\nDisallow: /calendar/action~undefined/\r\nDisallow: /calendar/action~http:/\r\nDisallow: /calendar/action~default/\r\nDisallow: /calendar/action~poster/\r\nDisallow: /calendar/action~*/\r\nDisallow: /*controller=ai1ec_exporter_controller*\r\nDisallow: /*/action~*/\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:8:{s:5:\"class\";s:8:\"textarea\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:48:\"Current <strong>robots.txt</strong> on this site\";s:4:\"type\";s:6:\"normal\";s:4:\"rows\";i:6;s:8:\"readonly\";s:8:\"readonly\";s:4:\"help\";s:444:\"The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n <code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n protocol, is a convention for cooperating web crawlers and other web robots\n about accessing all or part of a website that is otherwise publicly viewable.\n You can change it manually by editing <code>robots.txt</code> in your root WordPress directory.\";}}s:16:\"allow_statistics\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:183:\"<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"http://time.ly/event-search-calendar\" target=\"_blank\">Learn more »</a>)\";}}s:14:\"legacy_options\";a:4:{s:5:\"value\";N;s:4:\"type\";s:14:\"legacy_options\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";}s:13:\"ics_cron_freq\";a:4:{s:5:\"value\";s:6:\"hourly\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";}s:10:\"twig_cache\";a:5:{s:5:\"value\";s:119:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band\\wp-content\\plugins\\all-in-one-event-calendar\\cache\\twig\\\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:4:{s:5:\"class\";s:5:\"cache\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:5:\"cache\";s:5:\"label\";s:41:\"Templates cache improves site performance\";}}s:28:\"always_use_calendar_timezone\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.17\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:53:\"Display events in <strong>calendar time zone</strong>\";s:4:\"help\";s:131:\"If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page.\";}}}','yes'),(535,'ai1ec_scheduler_hooks','a:3:{s:5:\"hooks\";a:1:{s:24:\"ai1ec_purge_events_cache\";a:5:{s:4:\"hook\";s:24:\"ai1ec_purge_events_cache\";s:9:\"timestamp\";i:1489814469;s:7:\"version\";s:1:\"0\";s:10:\"recurrence\";s:11:\"every_10800\";s:4:\"freq\";s:2:\"3h\";}}s:5:\"freqs\";a:1:{i:10800;a:3:{s:4:\"hash\";s:11:\"every_10800\";s:4:\"name\";N;s:7:\"seconds\";i:10800;}}s:7:\"version\";s:6:\"2.5.17\";}','yes'),(536,'widget_ai1ec_agenda_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(537,'ai1ec_render_css','http://daviddelk.net/band/wp-content/plugins/all-in-one-event-calendar/cache/e79bc094_ai1ec_parsed_css.css','yes'),(538,'ai1ec_filename_css','e79bc094_ai1ec_parsed_css.css','yes'),(539,'ai1ec_admin','a:4:{s:9:\"_messages\";a:0:{}s:3:\"all\";a:0:{}s:21:\"network_admin_notices\";a:0:{}s:13:\"admin_notices\";a:0:{}}','no'),(540,'ai1ec_api_settings','a:6:{s:7:\"enabled\";b:0;s:7:\"message\";s:96:\"We were unable to Sign you Up for Time.ly Network.<br/>Detail: The email has already been taken.\";s:5:\"token\";s:0:\"\";s:11:\"calendar_id\";i:0;s:7:\"account\";N;s:16:\"payment_settings\";a:5:{s:14:\"payment_method\";s:6:\"paypal\";s:12:\"paypal_email\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:8:\"currency\";s:3:\"USD\";}}','yes'),(546,'_site_transient_timeout_ai1ec_rss_feed','1489857887','no'),(547,'_site_transient_ai1ec_rss_feed','a:0:{}','no'),(548,'ai1ec_robots_txt','a:2:{s:12:\"is_installed\";b:1;s:7:\"page_id\";i:802;}','no'),(553,'_site_transient_timeout_ai1ec_api_subscriptions','1489816689','no'),(554,'_site_transient_ai1ec_api_subscriptions','a:0:{}','no'),(555,'_ai1ec_review','a:1:{s:12:\"release_date\";s:10:\"1489815790\";}','no'),(557,'_site_transient_timeout_ai1ec_api_features','1489816485','no'),(558,'_site_transient_ai1ec_api_features','a:33:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:10:\"api-access\";s:9:\"available\";b:1;}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:9:\"ticketing\";s:9:\"available\";b:1;}i:2;O:8:\"stdClass\":2:{s:4:\"code\";s:7:\"twitter\";s:9:\"available\";b:1;}i:3;O:8:\"stdClass\":2:{s:4:\"code\";s:20:\"frontend-submissions\";s:9:\"available\";b:1;}i:4;O:8:\"stdClass\":2:{s:4:\"code\";s:10:\"csv-import\";s:9:\"available\";b:1;}i:5;O:8:\"stdClass\":2:{s:4:\"code\";s:12:\"super-widget\";s:9:\"available\";b:1;}i:6;O:8:\"stdClass\":2:{s:4:\"code\";s:14:\"extended-views\";s:9:\"available\";b:1;}i:7;O:8:\"stdClass\":2:{s:4:\"code\";s:13:\"big-filtering\";s:9:\"available\";b:1;}i:8;O:8:\"stdClass\":2:{s:4:\"code\";s:20:\"custom-filter-groups\";s:9:\"available\";b:1;}i:9;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"discover-events\";s:9:\"available\";b:1;}i:10;O:8:\"stdClass\":2:{s:4:\"code\";s:13:\"event-promote\";s:9:\"available\";b:1;}i:11;O:8:\"stdClass\":2:{s:4:\"code\";s:20:\"facebook-integration\";s:9:\"available\";b:1;}i:12;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"featured-events\";s:9:\"available\";b:1;}i:13;O:8:\"stdClass\":2:{s:4:\"code\";s:9:\"mailchimp\";s:9:\"available\";b:1;}i:14;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"phrase-override\";s:9:\"available\";b:1;}i:15;O:8:\"stdClass\":2:{s:4:\"code\";s:8:\"popovers\";s:9:\"available\";b:1;}i:16;O:8:\"stdClass\":2:{s:4:\"code\";s:14:\"save-and-share\";s:9:\"available\";b:1;}i:17;O:8:\"stdClass\":2:{s:4:\"code\";s:6:\"venues\";s:9:\"available\";b:1;}i:18;O:8:\"stdClass\":2:{s:4:\"code\";s:12:\"import-feeds\";s:9:\"available\";b:1;}i:19;O:8:\"stdClass\":2:{s:4:\"code\";s:13:\"search-events\";s:9:\"available\";b:1;}i:20;O:8:\"stdClass\":2:{s:4:\"code\";s:29:\"import-feeds-preserve-changes\";s:9:\"available\";b:1;}i:21;O:8:\"stdClass\":2:{s:4:\"code\";s:17:\"recurrence-events\";s:9:\"available\";b:1;}i:22;O:8:\"stdClass\":2:{s:4:\"code\";s:13:\"filter-venues\";s:9:\"available\";b:1;}i:23;O:8:\"stdClass\":2:{s:4:\"code\";s:17:\"filter-organizers\";s:9:\"available\";b:1;}i:24;O:8:\"stdClass\":2:{s:4:\"code\";s:30:\"import-feeds-max-future-events\";s:9:\"available\";b:1;}i:25;O:8:\"stdClass\":2:{s:4:\"code\";s:14:\"social-sharing\";s:9:\"available\";b:1;}i:26;O:8:\"stdClass\":2:{s:4:\"code\";s:18:\"export-feed-as-xml\";s:9:\"available\";b:1;}i:27;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"organize-section\";s:9:\"available\";b:1;}i:28;O:8:\"stdClass\":2:{s:4:\"code\";s:18:\"advanced-filtering\";s:9:\"available\";b:1;}i:29;O:8:\"stdClass\":2:{s:4:\"code\";s:9:\"text-edit\";s:9:\"available\";b:1;}i:30;O:8:\"stdClass\":2:{s:4:\"code\";s:12:\"filter-popup\";s:9:\"available\";b:1;}i:31;O:8:\"stdClass\":2:{s:4:\"code\";s:11:\"slider-view\";s:9:\"available\";b:1;}i:32;O:8:\"stdClass\":2:{s:4:\"code\";s:20:\"custom-header-footer\";s:9:\"available\";b:1;}}','no'),(576,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1489937507;s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:3:\"3.3\";s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";s:6:\"2.5.17\";s:9:\"hello.php\";s:3:\"1.6\";s:51:\"restaurant-reservations/restaurant-reservations.php\";s:5:\"1.7.3\";s:23:\"revslider/revslider.php\";s:5:\"5.4.1\";s:31:\"template-core/template-core.php\";s:3:\"1.0\";s:27:\"js_composer/js_composer.php\";s:8:\"4.11.2.1\";}s:8:\"response\";a:1:{s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:24:\"WPBakery Visual Composer\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.3.3.zip\";}s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"25411\";s:4:\"slug\";s:25:\"all-in-one-event-calendar\";s:6:\"plugin\";s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";s:11:\"new_version\";s:6:\"2.5.17\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/all-in-one-event-calendar/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/all-in-one-event-calendar.2.5.17.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:51:\"restaurant-reservations/restaurant-reservations.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"50192\";s:4:\"slug\";s:23:\"restaurant-reservations\";s:6:\"plugin\";s:51:\"restaurant-reservations/restaurant-reservations.php\";s:11:\"new_version\";s:5:\"1.7.3\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/restaurant-reservations/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/restaurant-reservations.1.7.3.zip\";s:14:\"upgrade_notice\";s:198:\"This minor maintenance update ensures scheduling restrictions are reflected in the date and time pickers. It also allows multiple email addresses to be used in location-specific admin notifications.\";}}}','no'),(577,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1489980700','no'),(578,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Mar 2017 18:14:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.8-alpha-40293\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.7.3 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 17:53:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4696\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:396:\"WordPress 4.7.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.2 and earlier are affected by six security issues: Cross-site scripting (XSS) via media file metadata. Reported by Chris Andrè Dale, Yorick Koster, and Simon P. Briggs. Control characters can trick redirect […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"James Nylen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6191:\"<p>WordPress 4.7.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.2 and earlier are affected by six security issues:</p>\n<ol>\n<li>Cross-site scripting (XSS) via media file metadata. Reported by <a href=\"https://www.securesolutions.no/\">Chris Andrè Dale</a>, <a href=\"https://twitter.com/yorickkoster\">Yorick Koster</a>, and Simon P. Briggs.</li>\n<li>Control characters can trick redirect URL validation. Reported by <a href=\"http://www.danielchatfield.com/\">Daniel Chatfield</a>.</li>\n<li>Unintended files can be deleted by administrators using the plugin deletion functionality. Reported by <a href=\"https://hackerone.com/triginc\">TrigInc</a> and <a href=\"http://b.360.cn/\">xuliang</a>.</li>\n<li>Cross-site scripting (XSS) via video URL in YouTube embeds. Reported by <a href=\"https://twitter.com/marcs0h\">Marc Montpas</a>.</li>\n<li>Cross-site scripting (XSS) via taxonomy term names. Reported by <a href=\"https://profiles.wordpress.org/deltamgm2\">Delta</a>.</li>\n<li>Cross-site request forgery (CSRF) in Press This leading to excessive use of server resources. Reported by Sipke Mellema.</li>\n</ol>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.3 contains 39 maintenance fixes to the 4.7 release series. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.7.3&group=component&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=keywords&order=priority\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.3.</p>\n<p>Thanks to everyone who contributed to 4.7.3: <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/asalce/\">asalce</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">blobfolio</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/drrobotnik/\">Brandon Lavigne</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90/\">Bunty</a>, <a href=\"https://profiles.wordpress.org/ccprog/\">ccprog</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez/\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/codegeass/\">Muhammet Arslan</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/reldev/\">reldev</a>, <a href=\"https://profiles.wordpress.org/sanchothefat/\">Robert O’Rourke</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sanketparmar/\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/triplejumper12/\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, and <a href=\"https://profiles.wordpress.org/wpfo/\">wpfo</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4696\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.7.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Jan 2017 19:34:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4676\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:357:\"WordPress 4.7.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.1 and earlier are affected by three security issues: The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2142:\"<p>WordPress 4.7.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.1 and earlier are affected by three security issues:</p>\n<ol>\n<li>The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. Reported by David Herrera of <a href=\"https://www.alleyinteractive.com/\">Alley Interactive</a>.</li>\n<li><code>WP_Query</code> is vulnerable to a SQL injection (SQLi) when passing unsafe data. WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://github.com/mjangda\">Mo Jangda</a> (batmoo).</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the posts list table. Reported by <a href=\"https://iandunn.name/\">Ian Dunn</a> of the WordPress Security Team.</li>\n<li>An unauthenticated privilege escalation vulnerability was discovered in a REST API endpoint. Reported by <a href=\"https://twitter.com/MarcS0h\">Marc-Alexandre Montpas</a> of Sucuri Security. *</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.2.</p>\n<p>Thanks to everyone who contributed to 4.7.2.</p>\n<p>* Update: An additional serious vulnerability was fixed in this release and public disclosure was delayed. For more information on this vulnerability, additional mitigation steps taken, and an explanation for why disclosure was delayed, please read <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/\">Disclosure of Additional Security Fix in WordPress 4.7.2</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.7.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/01/wordpress-4-7-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Jan 2017 03:53:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4650\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:375:\"WordPress 4.7 has been downloaded over 10 million times since its release on December 6, 2016 and we are pleased to announce the immediate availability of WordPress 4.7.1. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7 and earlier are affected by eight security issues: […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6520:\"<p>WordPress 4.7 has been <a href=\"https://wordpress.org/download/counter/\">downloaded over 10 million times</a> since its release on December 6, 2016 and we are pleased to announce the immediate availability of WordPress 4.7.1. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7 and earlier are affected by eight security issues:</p>\n<ol>\n<li>Remote code execution (RCE) in PHPMailer – <em>No specific issue appears to affect WordPress</em> or any of the major plugins we investigated but, out of an abundance of caution, we updated PHPMailer in this release. This issue was fixed in PHPMailer thanks to <a href=\"https://legalhackers.com/\">Dawid Golunski</a> and <a href=\"https://twitter.com/Zenexer\">Paul Buonopane</a>.</li>\n<li>The REST API exposed user data for all users who had authored a post of a public post type. WordPress 4.7.1 limits this to only post types which have specified that they should be shown within the REST API. Reported by <a href=\"https://poststatus.com/\">Krogsgard</a> and <a href=\"https://ithemes.com/\">Chris Jean</a>.</li>\n<li>Cross-site scripting (XSS) via the plugin name or version header on <code>update-core.php</code>. Reported by <a href=\"https://dominikschilling.de/\">Dominik Schilling</a> of the WordPress Security Team.</li>\n<li>Cross-site request forgery (CSRF) bypass via uploading a Flash file. Reported by <a href=\"https://twitter.com/Abdulahhusam\">Abdullah Hussam</a>.</li>\n<li>Cross-site scripting (XSS) via theme name fallback. Reported by <a href=\"https://pentest.blog/\">Mehmet Ince</a>.</li>\n<li>Post via email checks <code>mail.example.com</code> if default settings aren’t changed. Reported by John Blackbourn of the WordPress Security Team.</li>\n<li>A cross-site request forgery (CSRF) was discovered in the accessibility mode of widget editing. Reported by <a href=\"https://dk.linkedin.com/in/ronni-skansing-36143b65\">Ronnie Skansing</a>.</li>\n<li>Weak cryptographic security for multisite activation key. Reported by <a href=\"https://itsjack.cc/\">Jack</a>.</li>\n</ol>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.1 fixes 62 bugs from 4.7. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.7.1\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.1.</p>\n<p>Thanks to everyone who contributed to 4.7.1: <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chandrapatel/\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/christian1012/\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/dreamon11/\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/chopinbach/\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Dorpe</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hristo-sg/\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver/\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">monikarao</a>, <a href=\"https://profiles.wordpress.org/natereist/\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikschavan/\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nullvariable/\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/sirbrillig/\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sanketparmar/\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sfpt/\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom/\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/timph/\">timph</a>, <a href=\"https://profiles.wordpress.org/voldemortensen/\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n\n \n \n \n \n\n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 4.7 “Vaughan”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2016/12/vaughan/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Dec 2016 19:27:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4596\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:240:\"Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah \"Sassy\" Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2016/12/starter-content.mp4\";s:6:\"length\";s:7:\"3736020\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4\";s:6:\"length\";s:7:\"1127483\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:58:\"https://wordpress.org/news/files/2016/12/video-headers.mp4\";s:6:\"length\";s:7:\"1549803\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:45507:\"<p>Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah “Sassy” Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.</p>\n<div id=\"v-AHz0Ca46-1\" class=\"video-player\"><video id=\"v-AHz0Ca46-1-video\" width=\"632\" height=\"354\" poster=\"https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_scruberthumbnail_0.jpg\" controls=\"true\" preload=\"metadata\" dir=\"ltr\" lang=\"en\"><source src=\"https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_dvd.mp4\" type=\"video/mp4; codecs="avc1.64001E, mp4a.40.2"\" /><source src=\"https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_fmt1.ogv\" type=\"video/ogg; codecs="theora, vorbis"\" /><div><img alt=\"Introducing WordPress 4.7\" src=\"https://i1.wp.com/videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_scruberthumbnail_0.jpg?resize=632%2C354&ssl=1\" data-recalc-dims=\"1\" /></div><p>Introducing WordPress 4.7</p></video></div>\n<hr />\n<h2 style=\"text-align:center\">Presenting Twenty Seventeen</h2>\n<p>A brand new default theme brings your site to life with immersive featured images and video headers.</p>\n<p><img class=\"alignnone wp-image-4618 size-large\" src=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=632%2C356&ssl=1\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=1024%2C576&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=300%2C169&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=768%2C432&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?w=1600&ssl=1 1600w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Twenty Seventeen focuses on business sites and features a customizable front page with multiple sections. Personalize it with widgets, navigation, social menus, a logo, custom colors, and more. Our default theme for 2017 works great in many languages, on any device, and for a wide range of users.</p>\n<hr />\n<h2 style=\"text-align:center\">Your Site, Your Way</h2>\n<p>WordPress 4.7 adds new features to the customizer to help take you through the initial setup of a theme, with non-destructive live previews of all your changes in one uninterrupted workflow.</p>\n<h3>Theme Starter Content</h3>\n<div style=\"width: 632px;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-4596-1\" width=\"632\" height=\"346\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://wordpress.org/news/files/2016/12/starter-content.mp4?_=1\" /><a href=\"https://wordpress.org/news/files/2016/12/starter-content.mp4\">https://wordpress.org/news/files/2016/12/starter-content.mp4</a></video></div>\n<p>To help give you a solid base to build from, individual themes can provide starter content that appears when you go to customize your brand new site. This can range from placing a business information widget in the best location to providing a sample menu with social icon links to a static front page complete with beautiful images. Don’t worry – nothing new will appear on the live site until you’re ready to save and publish your initial theme setup.</p>\n<div style=\"float: left;width: 48%;margin: 0\">\n<h3>Edit Shortcuts</h3>\n<div style=\"width: 300px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-4596-2\" width=\"300\" height=\"173\" poster=\"https://wordpress.org/news/files/2016/12/4.7-—-Edit-Shortcuts.jpg\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4?_=2\" /><a href=\"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4\">https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4</a></video></div>\n<p>Visible icons appear to show you which parts of your site can be customized while live previewing. Click on a shortcut and get straight to editing. Paired with starter content, getting started with customizing your site is faster than ever.</p>\n</div>\n<div style=\"float: right;width: 48%;margin: 0\">\n<h3>Video Headers</h3>\n<div style=\"width: 300px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-4596-3\" width=\"300\" height=\"173\" poster=\"https://wordpress.org/news/files/2016/12/4.7-—-Header-Video.jpg\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://wordpress.org/news/files/2016/12/video-headers.mp4?_=3\" /><a href=\"https://wordpress.org/news/files/2016/12/video-headers.mp4\">https://wordpress.org/news/files/2016/12/video-headers.mp4</a></video></div>\n<p>Sometimes a big atmospheric video as a moving header image is just what you need to showcase your wares; go ahead and try it out with Twenty Seventeen. Need some video inspiration? Try searching for sites with video headers available for download and use.</p>\n</div>\n<div style=\"clear: both\"></div>\n<div style=\"float: left;width: 48%;margin: 0\">\n<h3>Smoother Menu Building</h3>\n<p><img class=\"wp-image-4606 size-medium alignright\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?resize=300%2C158&ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?resize=300%2C158&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?w=760&ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Many menus for sites contain links to the pages of your site, but what happens when you don’t have any pages yet? Now you can add new pages while building menus instead of leaving the customizer and abandoning your changes. Once you’ve published your customizations, you’ll have new pages ready for you to fill with content.</p>\n</div>\n<div style=\"float: right;width: 48%;margin: 0\">\n<h3>Custom CSS</h3>\n<p><img class=\"wp-image-4607 size-medium alignright\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?resize=300%2C158&ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?resize=300%2C158&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?w=760&ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Sometimes you just need a few visual tweaks to make your site perfect. WordPress 4.7 allows you to add custom CSS and instantly see how your changes affect your site. The live preview allows you to work quickly without page refreshes slowing you down.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<div style=\"float: left;width: 48%;margin: 0\">\n<h3>PDF Thumbnail Previews</h3>\n<p><img class=\"wp-image-4609 size-medium alignright\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?resize=300%2C158&ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?resize=300%2C158&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?w=760&ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Managing your document collection is easier with WordPress 4.7. Uploading PDFs will generate thumbnail images so you can more easily distinguish between all your documents.</p>\n</div>\n<div style=\"float: right;width: 48%;margin: 0\">\n<h3>Dashboard in your language</h3>\n<p><img class=\"wp-image-4608 size-medium alignright\" src=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?resize=300%2C158&ssl=1\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?resize=300%2C158&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?w=760&ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Just because your site is in one language doesn’t mean that everybody helping manage it prefers that language for their admin. Add more languages to your site and a user language option will show up in your user’s profiles.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<h2 style=\"text-align:center\">Introducing REST API Content Endpoints</h2>\n<p>WordPress 4.7 comes with REST API endpoints for posts, comments, terms, users, meta, and settings.</p>\n<p><img class=\"size-large wp-image-4600 alignnone\" src=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=632%2C205&ssl=1\" alt=\"\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=1024%2C332&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=300%2C97&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=768%2C249&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Content endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with sites through plugins, themes, apps, and beyond. Ready to get started with development? <a href=\"https://developer.wordpress.org/rest-api/reference/\">Check out the REST API reference.</a></p>\n<hr />\n<h2 style=\"text-align:center\">Even More Developer Happiness <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f60a.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></h2>\n<h3><a href=\"https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/\">Post Type Templates</a></h3>\n<p>By opening up the page template functionality to all post types, theme developers have even more flexibility with the WordPress template hierarchy.</p>\n<h3>More Theme API Goodies</h3>\n<p>WordPress 4.7 includes <a href=\"https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/\">new functions, hooks, and behavior</a> for theme developers.</p>\n<h3><a href=\"https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/\">Custom Bulk Actions</a></h3>\n<p>List tables, now with more than bulk edit and delete.</p>\n<h3><a href=\"https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/\"><code>WP_Hook</code></a></h3>\n<p>The code that lies beneath actions and filters has been overhauled and modernized, fixing bugs along the way.</p>\n<h3>Settings Registration API</h3>\n<p>register_setting() <a href=\"https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/\">has been enhanced</a> to include type, description, and REST API visibility.</p>\n<h3><a href=\"https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/\">Customize Changesets</a></h3>\n<p>Customize changesets make changes in the customizer persistent, like autosave drafts. They also make exciting new features like starter content possible.</p>\n<hr />\n<h2 style=\"text-align:center\">The Squad</h2>\n<p>This release was led by <a href=\"https://helen.blog\">Helen Hou-Sandí</a>, backed up by <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a> and <a href=\"http://aaron.jorb.in/\">Aaron Jorbin</a> as Release Deputies, and with the help of these fine individuals. There are 482 contributors with props in this release—the most ever—with 205 of them contributing for the first time. Pull up some sassy Sarah Vaughan on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/zuige\">Antti Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber </a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/frankiet\">frankiet</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran Šerić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/imnok\">Imnok</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">Laurel Fulford</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">lukepettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt Jaworski</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">mbelchev</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">monikarao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kekäläinen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/quasel\">quasel</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Araújo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/soean\">Soeren Wrede</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stubgo\">stubgo</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">Truong Giang</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">WraithKenny</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.\n<p> <br />\nSpecial thanks go to <a href=\"https://ramiabraham.com/\">Rami Abraham</a> for producing the release video and the many fine haiku we saw in the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">beta</a> and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-release-candidate/\">RC</a> announcement posts.</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.7. Their efforts bring WordPress 4.7 fully translated to 52 languages at release time with more on the way. Additionally, the WordPress 4.7 release video has been captioned into 44 languages.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress – we hope you enjoy!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4596\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Moving Toward SSL\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2016/12/moving-toward-ssl/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Dec 2016 17:20:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4588\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:327:\"We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1627:\"<p>We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle our users are going to face.</p>\n<p>SSL basically means the link between your browser and the server is encrypted. SSL used to be difficult to implement, and often expensive or slow. Modern browsers, and the incredible success of projects like <a href=\"https://letsencrypt.org/\">Let’s Encrypt</a> have made getting a certificate to secure your site fast, free, and something we think every host should support by default, especially in a post-Snowden era. Google also weighs <a href=\"https://security.googleblog.com/2014/08/https-as-ranking-signal_6.html\">SSL as a search engine ranking factor</a> and will begin <a href=\"http://motherboard.vice.com/read/google-will-soon-shame-all-websites-that-are-unencrypted-chrome-https\">flagging unencrypted sites in Chrome</a>.</p>\n<p>First, early in 2017, we will only promote hosting partners that provide a SSL certificate by default in their accounts. Later we will begin to assess which features, such as API authentication, would benefit the most from SSL and make them only enabled when SSL is there.</p>\n<p>Separately, I also think the performance improvements in PHP7 are particularly impressive, and major kudos to everyone who worked on that. We will consider whether hosts use PHP7 by default for new accounts next year as well.</p>\n<p> </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4588\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.7 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2016/11/wordpress-4-7-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Nov 2016 04:26:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4579\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:328:\"The release candidate for WordPress 4.7 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.7 on Tuesday, December 6, but we need your help to get there. If you haven’t tested 4.7 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4331:\"<p>The release candidate for WordPress 4.7 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.7 on <strong>Tuesday, December 6</strong>, but we need <em>your</em> help to get there. If you haven’t tested 4.7 yet, now is the time! To test WordPress 4.7, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.7-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>WordPress 4.7 is a jam-packed release, with a number of features focused on getting a theme set up for the first time. Highlights include a <a href=\"http://2017.wordpress.net/\">new default theme</a>, video headers, custom CSS, customizer edit shortcuts, PDF thumbnail previews, user admin languages, REST API content endpoints, post type templates, and more.</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=39353&stop_rev=39263&limit=200&verbose=on&sfp_email=&sfph_mail=\">quite a few refinements</a> since releasing Beta 4 a week ago, including usability and accessibility enhancements for video headers, media and page template support in starter content, and polishing of how custom CSS can be migrated to and extended by plugins and themes. The REST API endpoints saw a number of bugfixes and notably now have anonymous comment off by default.</p>\n<p>Not sure where to start with testing? Try setting up a fresh site on a new installation with Twenty Seventeen (hint: head into customizing your site before touching any pages or widgets) and taking notes on what you enjoyed and what got you stuck. For more details about what’s new in version 4.7, check out the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.7 and update your plugin’s <em>Tested up to</em> version in the readme to 4.7. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> And if you haven’t yet done so, now is a great time to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2016-survey\">take the Annual WordPress Survey</a> and send it on to your friends.</p>\n<p>Happy testing! And now for another <a href=\"https://profiles.wordpress.org/ramiabraham\">Rami Abraham</a> haiku break.</p>\n<p><em>Select your language</em><br />\n<em>Then let your users choose theirs</em><br />\n<em><code>get_user_locale()</code></em></p>\n<p><em>Theme authors rejoice</em><br />\n<em>Any option may employ</em><br />\n<em>Selective refresh</em></p>\n<p><em>Custom header video</em><br />\n<em>Make sure to <code>add_theme_support</code></em><br />\n<em>Bling above the fold</em></p>\n<p><em>A new template dawns</em><br />\n<em>A hierarchy member</em><br />\n<em>Post-type templates live</em></p>\n<p><em>PDF updates</em><br />\n<em>Pack a parade of polish</em><br />\n<em>Prettier previews</em></p>\n<p><em>Template Post Type: New</em><br />\n<em>Template Post Type: And Useful</em><br />\n<em>Template Post Type: Thing</em></p>\n<p><em>Let lists live lively</em><br />\n<em>Laud <code>wp_list_sort()</code></em><br />\n<em>Less laconic lists</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4579\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.7 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Nov 2016 01:51:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4576\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.7 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2019:\"<p>WordPress 4.7 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.7-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.7, check out the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">Beta 1,</a> <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/\">Beta 3</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-7+dev-notes/\">in-depth developer guides on make/core</a>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=39262&stop_rev=39201&limit=200&verbose=on&sfp_email=&sfph_mail=\">about 60 changes</a> in the last few days for beta 4, including tweaks to Twenty Seventeen, custom CSS, and the REST API content endpoints.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>We are almost there<br />\nPlease test your plugins and themes<br />\nRC coming soon<br />\n</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4576\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordCamp US 2017-2018 in Nashville\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/11/wordcamp-us-2017-2018-in-nashville/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Nov 2016 23:24:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4571\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:330:\"The title says it all. We had some great applications for cities to host WordCamp US after we finish up in Philadelphia this year, and the city chosen for 2017-2018 is Nashville, Tennessee. Based on the other great applications we got I’m also excited about the pipeline of communities that could host it in future […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1022:\"<p><img class=\"aligncenter\" src=\"https://i0.wp.com/wpdotorg.files.wordpress.com/2008/07/27492741871_c6fcebcad3_k-e1479248587522.jpg?resize=632%2C253&ssl=1\" data-recalc-dims=\"1\" /></p>\n<p>The title says it all. We had some great applications for cities to host <a href=\"http://us.wordcamp.org/\">WordCamp US</a> after we finish up in Philadelphia this year, and the city chosen for 2017-2018 is <strong>Nashville, Tennessee</strong>.</p>\n<p>Based on the other great applications we got I’m also excited about the pipeline of communities that could host it in future years as WordCamp US travels across the United States and gives us an opportunity to learn and love a new city, as we have with Philadelphia.</p>\n<p>By the way, if you haven’t yet, now is a great time to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2016-survey\">take the Annual WordPress Survey</a> and ask your friends to as well.</p>\n<p><a href=\"https://www.flickr.com/photos/143951935@N07/27492741871\">Photo Credit</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.7 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Nov 2016 03:30:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4566\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.7 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3120:\"<p>WordPress 4.7 Beta 3 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.7-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.7, check out the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-7+dev-notes/\">in-depth field guides on make/core</a>. Some of the changes in Beta 3 include:</p>\n<ul>\n<li><strong>REST API:</strong> The <code>unfiltered_html</code> capability is now respected and <code>rest_base</code> has been added to response objects of <code>wp/v2/taxonomies</code> and <code>wp/v2/types</code>, while <code>get_allowed_query_vars()</code> and the <code>rest_get_post</code> filter have been removed.</li>\n<li><strong>Roles/Capabilities:</strong> Added meta-caps for comment, term, and user meta, which are currently only used in the REST API.</li>\n<li><strong>I18N:</strong> Added the ability to change user’s locale back to site’s locale. (<a href=\"https://core.trac.wordpress.org/ticket/38632\">#38632</a>)</li>\n<li><strong>Custom CSS:</strong> Renamed the <code>unfiltered_css</code> meta capability to <code>edit_css</code> and added revisions support to the <code>custom_css</code> post type.</li>\n<li><strong>Edit shortcuts:</strong> Theme authors should take a look at <a href=\"https://make.wordpress.org/core/2016/11/10/visible-edit-shortcuts-in-the-customizer-preview/\">the developer guide to the customizer preview’s visible edit shortcuts</a> and update their themes to take advantage of them if not already implementing selective refresh.</li>\n<li><strong>Various bug fixes:</strong> We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=39200&stop_rev=39143&limit=200&verbose=on&sfp_email=&sfph_mail=\">over 50 changes</a> in the last week.</li>\n</ul>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Building the future</em><br />\n<em>A global community</em><br />\n<em>Stronger together</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.7 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Nov 2016 17:39:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4552\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.7 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4240:\"<p>WordPress 4.7 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.7-beta2.zip\">download the beta here</a> (zip).</p>\n<p>Notable changes since WordPress 4.7 Beta 1:</p>\n<ul>\n<li><strong>Twenty Seventeen:</strong> The theme wasn’t being installed on upgrades – sorry about that! Now you should see it if you’re upgrading an existing site. There are also plenty of fixes, especially for the header and small screen views.</li>\n<li><strong>Edit shortcuts:</strong> These are always visible while editing (hide them on bigger screens by collapsing the controls) and should now work properly in Firefox. (<a href=\"https://core.trac.wordpress.org/ticket/27403\">#27403</a> and <a href=\"https://core.trac.wordpress.org/ticket/38532\">#38532</a>)</li>\n<li><strong>REST API endpoints:</strong> There have been a number of changes over the past week; your attention is requested on the following:\n<ul>\n<li>The <code>DELETE</code> response format has changed and may need to be accounted for. (<a href=\"https://core.trac.wordpress.org/ticket/38494\">#38494</a>)</li>\n<li>Enabled querying by multiple post statuses. (<a href=\"https://core.trac.wordpress.org/ticket/38420\">#38420</a>)</li>\n<li>Return an error when JSON decoding fails. (<a href=\"https://core.trac.wordpress.org/ticket/38547\">#38547</a>)</li>\n</ul>\n</li>\n<li><strong>More developer notes</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2016/10/28/fine-grained-capabilities-for-taxonomy-terms-in-4-7/\">Fine grained capabilities for taxonomy terms</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/10/29/wp_taxonomy-in-4-7/\"><code>WP_Taxonomy</code></a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/11/02/wp_list_sort-and-wp_list_util-in-4-7/\"><code>wp_list_sort()</code> and <code>WP_List_Util</code></a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/\">Post type templates</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/11/03/new-post-type-labels-in-4-7/\">New post type labels</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/11/03/attributes-for-resource-hints-in-4-7/\">Attributes for resource hints</a></li>\n</ul>\n</li>\n<li><strong>Various bug fixes:</strong> We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=39142&stop_rev=38995&limit=200&verbose=on&sfp_email=&sfph_mail=\">almost 150 changes</a> in the last week.</li>\n</ul>\n<p>For more of what’s new in version 4.7, <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">check out the Beta 1 blog post</a>.</p>\n<p>If you want a more in-depth view of what major changes have made it into 4.7, <a href=\"https://make.wordpress.org/core/tag/4-7/\">check out posts tagged with 4.7 on the main development blog</a>, or look at a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.7&group=component&order=priority\">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><em>Ya es la hora</em><br />\n<em> Time for another beta</em><br />\n请您帮下忙!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 19 Mar 2017 15:31:40 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 10 Mar 2017 18:14:55 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(579,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1489980700','no'),(580,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1489937500','no'),(581,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1489980700','no'),(582,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Donncha: How to Auto Schedule WordPress Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89500175\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://odd.blog/2017/03/18/how-to-auto-schedule-wordpress-posts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2759:\"<p>If you post to a WordPress blog on a regular basis like I do on <a href=\"https://inphotos.org/\">In Photos dot Org</a> you’ll no doubt recognise the fatigue that comes from adjusting the publish date every single time on a new post so it appears a day later. If you have multiple posts like on a daily photoblog you have to remember what day the last post was made and adjust the date accordingly. </p>\n<p>A few years ago I wrote a small plugin that I never released to help schedule posts. In the media uploader you could select multiple photos and click a few buttons to be brought to a new page where you could enter title, content and tags for each image. Based on this experience, I suggested it as an idea to one of the teams at Automattic who built <a href=\"https://postbot.co/\">Post Bot</a>. I used that for a long time and it has its strengths. If you’re posting content that has the same or similar tags you can copy and paste the tags from one post to another. I posted lots of black and white street images from my home town this way and it was super useful! </p>\n<p>I got tired of manually typing out tags, and unfortunately the site broke a few times, with posts not scheduling or one time they scheduled all in one go. Luckily the problems were quickly fixed. However, I started using the WordPress post editor again and scheduling a bunch of photos that way.</p>\n<p>Manually editing the publish date quickly became a chore. Lazarus, the form saver Chrome extension, would sometimes popup if I didn’t click exactly on the date, or as I said before I had to remember when the last post was made. They say there’s a plugin for everything, and there is for this too. Check out <a href=\"https://wordpress.org/plugins/publish-to-schedule/\">Publish to Schedule</a>.</p>\n<p>You tell “Publish to Schedule” which days and how many posts should be published and when you go into the post editor the next available date is picked for you! The date doesn’t change until you hit Publish but I already used it to schedule a number of posts and it works really well.</p>\n<p><a href=\"https://odd.blog/files/2017/03/Screen-Shot-2017-03-14-at-17.21.11.png\"><img /></a></p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"https://odd.blog/2010/09/07/odd-games-of-bad-company-2/\" rel=\"bookmark\" title=\"Permanent Link: Odd games of bad company 2!\">Odd games of bad company 2!</a></li><li> <a href=\"https://odd.blog/2010/12/28/im-on-top-of-the-world/\" rel=\"bookmark\" title=\"Permanent Link: I’m on top of the world\">I’m on top of the world</a></li><li> <a href=\"https://odd.blog/2010/09/03/rage-quit-in-cod-4/\" rel=\"bookmark\" title=\"Permanent Link: Rage quit in COD 4!\">Rage quit in COD 4!</a></li></ul></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Mar 2017 16:50:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: GitHub Adds Plain English Explanations to License Pages for Open Source Projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/github-adds-plain-english-explanations-to-license-pages-for-open-source-projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2475:\"<p>GitHub took another step towards beefing up its support for open source projects this week with <a href=\"https://github.com/blog/2335-open-source-license-descriptions-and-metadata\" target=\"_blank\">a new feature that makes it easier to understand a project’s license</a>. If the project is using a popular open source license, GitHub will automatically add a short, plain-English description of the license and its permissions, conditions, and limitations. This allows GitHub users to see the implications of a project’s license at a glance.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/github-license-display.png?ssl=1\"><img /></a></p>\n<p>GitHub pulls this data from <a href=\"http://ChooseALicense.com\" target=\"_blank\">ChooseALicense.com</a>, the site it created in 2013 to help developers understand and select an open source license. The license descriptions and metadata are also open source and developers can incorporate them into their own projects using GithUb’s <a href=\"https://developer.github.com/v3/licenses/#get-an-individual-license\" target=\"_blank\">License API</a>.</p>\n<p>This new feature follows GitHub’s release of <a href=\"https://opensource.guide/\" target=\"_blank\">Open Source Guides</a> in February. The guides are a collection of 10 resources to help people get involved in open source, start their own open source projects, and manage large communities. The documents include helpful stories and tips from maintainers of successful open source projects.</p>\n<p>It was around this time last year that GitHub was <a href=\"https://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">confronted by open source project maintainers with an open letter</a> of complaints regarding issue management. Nearly 2,000 maintainers signed the letter, requesting that GitHub prioritize features that open source project maintainers need. The company dragged its feet before eventually responding, while competing code hosting service GitLab capitalized on the situation with a new initiative focused on “<a href=\"https://gitlab.com/gitlab-org/gitlab-ce/issues/8938\" target=\"_blank\">making GitLab the best place for big open source projects</a>.” Over the past year, GitHub has consistently released new features and improved existing ones in affirmation of its continued support for open source projects.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Mar 2017 03:03:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=67590&preview=true&preview_id=67590\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/in-case-you-missed-it-issue-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5660:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Apple Pay for WooCommerce</h2>\n<p>WooCommerce <a href=\"https://woocommerce.com/2017/03/apple-pay-woocommerce/\">announced</a> that Apple Pay is now available for stores accepting payments using Stripe. According to Marina Pape, WooCommerce is the first open source platform to integrate with Apple Pay.</p>\n<blockquote><p>We’re also proud to be the first open source platform to integrate with Apple Pay. Open source is the default for us, but it’s exciting to continue that level of openness with such an important payment solution.</p></blockquote>\n<h2>Human Made Makes Two Big Hires</h2>\n<p><a href=\"https://hmn.md/\">Human Made</a>, a web development agency based in the UK recently announced two big hires. The first is <a href=\"https://hmn.md/2017/03/16/mike-little-joins-human-made/\">Mike Little</a>, co-creator of the WordPress open source project, as a WordPress Specialist. The second is <a href=\"https://hmn.md/2017/03/17/jenny-beaumont-joins-human-made/\">Jenny Beaumont</a>, who will take on the role of Senior Project Manager.</p>\n<h2>Editor User Experience Survey</h2>\n<p>The WordPress core development team has <a href=\"https://make.wordpress.org/core/2017/03/15/editor-experience-survey/\">published a survey</a> seeking feedback and data on how people use the editor. The editor is likely the most commonly used feature in WordPress. This is an opportunity for those who use it to provide feedback.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2017/03/15/editor-experience-survey/\">Editor Experience Survey</a></p></blockquote>\n<p></p>\n<h2>Behind the Scenes of how Search works on the New WordPress Plugin Directory</h2>\n<p>Greg Brown <a href=\"https://data.blog/2017/03/15/improving-relevance-and-elasticsearch-query-patterns/\">published details</a> on Data.blog on how he improved the search relevancy for the new WordPress plugin directory using Elasticsearch. The post is technical in nature but provides great background information into how it works.</p>\n<blockquote><p>In improving the fidelity of search results, it’s not just a question of how we satisfy a single user’s search query, but how we satisfy thousands of users for each unique search term: which plugins will support that volume of users and their requests for support? Which are most likely to give all of these users a great WordPress experience?</p></blockquote>\n<h1 class=\"entry-title\">NextGEN Gallery Surpasses 17 Million Downloads</h1>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">NextGEN Gallery just reached over 17 million downloads. <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a></p>\n<p>— Imagely (@imagely) <a href=\"https://twitter.com/imagely/status/842532503265185792\">March 17, 2017</a></p></blockquote>\n<p></p>\n<h2>MainWP Reaches 1K Five-star Reviews</h2>\n<p>After three years of being on the <a href=\"https://wordpress.org/support/plugin/mainwp/reviews/?filter=5\">WordPress plugin directory</a>, the MainWP plugin has received <a href=\"https://mainwp.com/mainwp-reaches-1000-5-star-reviews/\">1,000 five-star reviews</a>.</p>\n<h2>Heather Burns HeroPress Essay</h2>\n<p>Heather Burns, founder of <a href=\"https://webdevlaw.uk/\">WebDevLaw</a>, published an <a href=\"https://heropress.com/essays/going-back-roots/?utm_source=twitter&utm_medium=hand-made&utm_term=going-back-roots&utm_content=first-tweet\">incredible essay</a> on HeroPress this week. Burns describes the hardships encountered with her first job and how it and other circumstances led her down the path of discovering WordPress.</p>\n<blockquote><p>By this point I’d started playing around with WordPress, and I learned about a local meetup group. I tiptoed in one night and awkwardly introduced myself and was welcomed right in.</p>\n<p>I realized over time that this was a very different sort of group. Everyone was grassroots volunteers, putting in the effort because they wanted to learn, not because they wanted social status. There was no tiresome hierarchy, no obsession with ‘prestige’, no kowtowing to the person with the sexiest car (in fact, we all took the bus.) If you had a question, you could ask it without being laughed out the room. No one was obliged to give anything more than they were able to give.</p></blockquote>\n<h2>HeroPress Wapuu!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project.</p>\n<img />HeroPress Wapuu\n<p> </p>\n<p>I present HeroPress Wapuu in celebration of HeroPress recently publishing <a href=\"https://heropress.com/heropress-at-100/\">its 100th essay. </a>If you’re a fan of HeroPress and want to see it flourish, please consider <a href=\"https://heropress.com/sponsorship/\">being a sponsor</a>.</p>\n<p>That’s it for issue nineteen. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Mar 2017 21:52:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Take the WordPress Editor Experience Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wptavern.com/take-the-wordpress-editor-experience-survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2410:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/two-pencils.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/TBLSDTI1UL\">Joanna Kosinska</a>\n<p>WordPress core contributors have published a <a href=\"http://wordpressdotorg.polldaddy.com/s/editor-survey\" target=\"_blank\">survey</a> to collect feedback on how people are using the editor. The results of the short 15-question survey will assist the team in redesigning the editing experience in the WordPress admin.</p>\n<p>Participants are asked to identify how they use WordPress and if they use certain features like formatting buttons and distraction-free writing. The survey also asks how easy-to-use they consider the current editor to be and how organized it is. Users are also asked if they have ever installed a plugin that adds features to the editor, presumably to determine if there are features missing that should be considered for core.</p>\n<p>One question asks participants if they use any assistive technologies along with a screen reader. WordPress Accessibility team member Amanda Rush <a href=\"https://www.customerservant.com/wordpress-editor-experience-survey/\" target=\"_blank\">published some tips for screen reader users who want to take the survey</a>. It includes several questions with radio buttons and screenshots that are not so friendly to screen readers. Rush provides a general walk-through with more explanation for those who are using screen readers to participate.</p>\n<p>So far, this survey has been more widely shared than the design team’s recent customizer survey, which was <a href=\"https://wptavern.com/initial-customizer-survey-results-reveal-majority-of-respondents-dont-use-it\" target=\"_blank\">published after receiving just 50 results</a>. WordPress contributors rely heavily on these surveys to make decisions about projects they are working on, as they do not have any telemetry data about what features people are using or not using. This is one example where data could quickly demonstrate how widely the distraction-free writing mode has been adopted and show what editor formatting buttons people are using.</p>\n<p>If you have a few minutes over the weekend and want to contribute to the future of WordPress, take the <a href=\"http://wordpressdotorg.polldaddy.com/s/editor-survey\" target=\"_blank\">Editor Experience Survey</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Mar 2017 21:01:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: How to View Upcoming WordCamps in the WordPress Dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/how-to-view-upcoming-wordcamps-in-the-wordpress-dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2067:\"<p>Over the course of a year, WordCamps take place nearly every weekend. Although you can view <a href=\"https://central.wordcamp.org/schedule/\">upcoming events</a> on WordCamp Central, a relatively new plugin exist that enables you to see upcoming WordCamps on the WordPress Dashboard.</p>\n<p>It’s called <a href=\"https://wordpress.org/plugins/wc-dashboard-widget/\">WordCamp Dashboard Widget</a> developed by <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>. Once activated, a new widget appears on the dashboard that lists upcoming WordCamps. Data is retrieved by using the public <a href=\"https://central.wordcamp.org/wp-json/posts?type=wordcamp%29\">JSON API</a> available on WordCamp Central, is stored in a transient, and refreshed every day to reflect new data.</p>\n<img />Upcoming WordCamps Widget\n<p>Users can adjust the number of camps shown per page, sort events by location, date, or Twitter information. You can also display this information on any post or page using the [wordcamps] shortcode. The locations are linked to the event’s official WordCamp page. The @ symbol links to the official Twitter account associated with the event and the # symbol links to the official hashtag.</p>\n<p>During testing I noticed that the Twitter account for some events was either missing or incorrect. For example, WordCamp London links to <a href=\"https://twitter.com/wcldn\">@wcldn</a> when it should link to <a href=\"https://twitter.com/WordCampLondon\">@WordCampLondon</a>. I’m not a fan of the way dates are presented in a Day/Month/Year format as I prefer Month/Day/Year.</p>\n<p>Bohra is continuing to improve the plugin with an option to refresh data, improve data fetching, and more filtering options for 1.0. I tested the plugin on a site running WordPress 4.8 alpha and didn’t encounter any issues. If you encounter a bug or have feedback, you can submit a new issue on the <a href=\"https://github.com/lubusIN/wordcamp-dashboard-widget/issues\">project’s GitHub page. </a></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Mar 2017 20:09:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"WPTavern: Jetpack Introduces Theme Installation from WordPress.com, Sparks Controversy with Alternative Marketplace for Free Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67531\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"https://wptavern.com/jetpack-introduces-theme-installation-from-wordpress-com-sparks-controversy-with-alternative-marketplace-for-free-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12403:\"<p>Today Jetpack <a href=\"https://jetpack.com/2017/03/16/165-beautiful-free-themes/\" target=\"_blank\">announced</a> that its users now have access to a collection of 165 free themes from WordPress.com. Jetpack users can browse, preview, and activate themes by visiting the <a href=\"https://wordpress.com/design\" target=\"_blank\">WordPress.com Theme Showcase</a>. WordPress.com has also added the ability for Jetpack users to upload a theme from its interface as well, a feature that targets those who are heavily using Jetpack Manage instead of the WordPress admin.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/jetpack-theme-install.png?ssl=1\"><img /></a></p>\n<p>Many of the free themes are already available from <a href=\"https://wordpress.org/themes/author/automattic/\" target=\"_blank\">Automattic’s account</a> on the WordPress.org Themes Directory, but the limitations of the preview functionality doesn’t present themes in their best light. The Theme Review Team added a new rule last year that theme authors can only upload one theme at a time and will have to wait for it to pass through the queue before submitting another. This severely restricts individuals and companies that are prolific theme authors, requiring them to wait months in the queue. Authors can realistically expect to only publish one or two themes per year on WordPress.org.</p>\n<p>After Zerif Lite, one of the most popular themes on WordPress.org, was <a href=\"https://wptavern.com/zerif-lite-returns-to-wordpress-org-after-5-month-suspension-and-63-decline-in-revenue\" target=\"_blank\">suspended for five months</a> for violations of content portability requirements, Matt Mullenweg was one of the most vocal opponents of what he <a href=\"https://wptavern.com/zerif-lite-returns-to-wordpress-org-after-5-month-suspension-and-63-decline-in-revenue#comment-210935\" target=\"_blank\">called</a> “draconian requirements.” In 2015, Mullenweg went so far to <a href=\"https://wordpress.slack.com/archives/themereview/p1432861605003292\" target=\"_blank\">say</a> that he is “completely okay with having something in the directory that breaks every guideline, as long as it’s interesting.”</p>\n<p>The Theme Review Team has not made significant changes that would give authors more freedom. Instead, much of the Team’s time seems to be spent looking for ways to reduce the queue. It’s no wonder that a company like Automattic, with the infrastructure of Jetpack Manage and WordPress.com, would choose to distribute themes via a more efficient route. However, this move has left some WordPress.org theme authors wondering if WordPress.org improvements will be less of a priority in the future.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Can you blame him? No. They (he?) needs to wrangle in the experience, avoid fragmentation, compete with other consumer hosted platforms.</p>\n<p>— Matt Medeiros (@mattmedeiros) <a href=\"https://twitter.com/mattmedeiros/status/842406199551221760\">March 16, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">But what does it all mean for us surviving off of the .org distribution? Tough cookies, that\'s what.</p>\n<p>— Matt Medeiros (@mattmedeiros) <a href=\"https://twitter.com/mattmedeiros/status/842406347324948481\">March 16, 2017</a></p></blockquote>\n<p></p>\n<p>“Today’s announcement is the glue that holds together Matt’s vision for the future .org experience, delivered via Jetpack,” WordPress.org theme author <a href=\"http://mattreport.com\" target=\"_blank\">Matt Medeiros</a> said. “Solving the dark cloud above the repo seems a lot less critical when we can throw Jetpack in front of users as an alternative. It’s a calculated measure to control the on-boarding experience of new users, which WP desperately needs for continued growth amidst a field of competitors like Wix and Squarespace.”</p>\n<p>According to Jetpack team member Richard Muscat, WordPress.com has “no immediate plans to sell themes at this time.” Jetpack users have access to free themes but will not, in the foreseeable future, be invited to purchase WordPress.com’s commercial themes. The team also plans to continue its presence on WordPress.org.</p>\n<p>“We have no plans to stop releasing themes into the .org directory,” Muscat said. “We just believe this makes an even nicer, more integrated experience for accessing the themes we offer on the WordPress.com side of things.”</p>\n<p>Jetpack’s announcement has also reignited fears of what the plugin’s commercialization might do to the WordPress ecosystem. In the past, Mullenweg has <a href=\"https://wptavern.com/woocommerce-powers-42-of-all-online-stores\" target=\"_blank\">identified both Jetpack and WooCommerce as “multi-billion dollar opportunities”</a> that could each individually be larger than WordPress.com. If WordPress.org is failing to attract new users with its theme previews, then Jetpack/WordPress.com is likely to pull even more eyes away with its separate marketplace.</p>\n<p>“As a small business (a label that’s critical) product creator, I see this as a motion in the direction to increase the visibility of Jetpack’s free/paid feature set, above the rest of us trying to desperately make a living out here,” Medeiros said. “Jetpack will be marketed as the one-stop-solution for all of your small business website needs, if that hasn’t already been woven into the fabric of it’s current messaging. It is ultimately positioning itself as the trusted source of functionality for new users, versus us ‘third-party’ plugins. After all, who wouldn’t trust the company ‘behind WordPress?\'”</p>\n<p>Ionut Neagu, CEO at <a href=\"https://themeisle.com/\" target=\"_blank\">Themeisle.com</a>, and the author of Zerif Lite, shares Medeiros’ concerns about Jetpack’s more recent commercialization efforts.</p>\n<p>“What worries me more is the speed at which Automattic is pushing Jetpack,” Neagu said. “The Personal plan was introduced, and yesterday I got a cold email from some company they work with promoting their affiliate program. Today themes were introduced. It makes me wonder how far they plan to go and how this will affect theme and plugin developers.”</p>\n<p>However, Neagu takes a more optimistic stance on self-hosted users installing themes from WordPress.com.</p>\n<p>“As a theme author, I am not that worried about this particular aspect. Right now those themes are quite hard to find (it took me 10 minutes), are more targeted towards people using Jetpack Manage, and as far as I can see lots of them are looking a bit outdated.”</p>\n<p>Neagu sees a disconnect between what WordPress.org thinks users want and what they are actually looking for. Based on his research and experience selling themes, Neagu has found that users still expect complete solutions from themes. WordPress has grown beyond being just a blogging platform. Neagu said he hopes WordPress.org’s research for the new editor will reveal how many people are actually using the software for business.</p>\n<p>“We run a themes directory as well and we did extensive heatmaps to understand what kind of themes/screenshots users click on/ like,” Neagu said. “Looking at the results of a ‘business’ query, I am quite sure that users won’t be excited.”</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/business-themes.png?ssl=1\"><img /></a></p>\n<p>This is likely the first iteration, and data from more Jetpack users should help WordPress.com refine the queries to present a mix of newer and popular themes. At the moment it looks to be simply a way to offer all of their available themes without the red tape of WordPress.org.</p>\n<h3>Automattic Addresses Confusion Over WordPress.org Plugin Directory Guideline Regarding Executable Code and Installs</h3>\n<p>The news of WordPress.com installing and updating themes for Jetpack users gave rise to speculation about whether or not this move is a violation of the <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/\" target=\"_blank\">plugin directory guidelines</a>. Discussions centered around guideline #8, which states that plugins may not send executable code via third-party systems:</p>\n<blockquote><p>Serving updates or otherwise installing plugins, themes, or add-ons from servers other than WordPress.org’s.</p></blockquote>\n<p>Jetpack representative Richard Muscat gave us the following statement on behalf of Automattic:</p>\n<blockquote><p>The guidelines prohibit _plugins_ from installing third party code directly but Jetpack doesn’t do that for this feature. The guidelines state that: “Executing outside code within a plugin *when not acting as a service* is not allowed.”</p>\n<p>The service Jetpack provides with respect to themes is via WordPress.com which _is_ acting as a service. This is identical to how Akismet operates with respect to spam-filtering and other Jetpack services such as data sync and backup, content delivery (Photon), and plugin installation/updates.</p>\n<p>We ask users to opt-in to WordPress.com services when connecting Jetpack and all our services follow established guidelines.</p></blockquote>\n<p>The public discussions also prompted WordPress.org Plugin Directory representatives to <a href=\"https://make.wordpress.org/plugins/2017/03/16/clarification-of-guideline-8-executable-code-and-installs/\" target=\"_blank\">post</a> an article clarifying that Jetpack is not in violation for installing themes.</p>\n<p>“The trick here, and this is what is about to sound like hair splitting, is that it’s not the plugin UI on your site that does the install,” Mika Epstein said. “In order for Manage WP and Jetpack to work, you have to go to your panel on their sites and install the items.”</p>\n<p>As SaaS products have not yet been used extensively in the WordPress ecosystem, developers are still figuring out how this type of implementation can interact with WordPress sites via plugins installed from the official directory. The plugin team clarified that if you are pushing plugin or theme installs or updates from a third-party service on its website, then it is no longer a third-party service but rather a first-party service where you are directly initiating those actions.</p>\n<p>However, not all developers agree that this distinction makes any difference.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/daljo628\">@daljo628</a> <a href=\"https://twitter.com/TheJeffMatson\">@thejeffmatson</a> <a href=\"https://twitter.com/williamsba\">@williamsba</a> <a href=\"https://twitter.com/chriswallace\">@chriswallace</a> <a href=\"https://twitter.com/mattmedeiros\">@mattmedeiros</a> Saying SaaS can install plugins but plugin cannot install plugins is silly.</p>\n<p>— Carl Hancock <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f680.png\" alt=\"?\" class=\"wp-smiley\" /> (@carlhancock) <a href=\"https://twitter.com/carlhancock/status/842485294863712256\">March 16, 2017</a></p></blockquote>\n<p></p>\n<p>Gravity Forms founder Carl Hancock contends that ManageWP is different in that it doesn’t provide users with themes and plugins – it’s just a service for managing your sites.</p>\n<p>“You can install plugins from the WordPress.org plugin and theme repository, you can connect your Dropbox account and install plugins from your Dropbox account, or you can upload your own plugins,” Hancock said. “The key is it’s either plugins and themes from WordPress.org OR bring your own. Just like WordPress itself.</p>\n<p>“They [ManageWP] do not provide an alternative repository of themes and/or plugins that competes with the WordPress.org repos.”</p>\n<p>This is where much of the controversy lies for WordPress.org theme authors who depend on the official directory for distribution. Competing with equally free themes that are hosted on WordPress.com with a much better sorting UI and preview functionality is a new challenge they will have to embrace.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Mar 2017 00:08:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"WPTavern: U.S. Department of Defense Launches Code.mil Open Source Initiative, First Release Tests Impact of AGPL Licensing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67451\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"https://wptavern.com/u-s-department-of-defense-launches-code-mil-open-source-initiative-first-release-tests-impact-of-agpl-licensing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7190:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/department-of-defense.jpg?ssl=1\"><img /></a>A U.S. Air Force F-15E Strike Eagle aircraft flies over northern Iraq Sept. 23, 2014, after conducting airstrikes in Syria. – photo credit: <a href=\"https://www.flickr.com/photos/39955793@N07/15172530147/\">U.S. Department of Defense</a>\n<p>The U.S. Department of Defense (DoD) is <a href=\"https://www.defense.gov/News/News-Releases/News-Release-View/Article/1092364/dod-announces-the-launch-of-codemil-an-experiment-in-open-source\" target=\"_blank\">experimenting with open sourcing more of its code</a> on GitHub. <a href=\"http://Code.mil\" target=\"_blank\">Code.mil</a> invites developers from around the world to collaborate with federal employees on unclassified code. The Defense Digital Service (DDS), which brings in experts from top technology companies like Google, Amazon, and Netflix for short assignments, is organizing the initiative to open source more government code.</p>\n<p>“Open source and free software (which refers to software freedom, not free of cost) are industry best practices and integral parts of modern software development,” the department said in a <a href=\"https://www.defense.gov/News/News-Releases/News-Release-View/Article/1092364/dod-announces-the-launch-of-codemil-an-experiment-in-open-source\" target=\"_blank\">statement</a> announcing the initiative. “They, however, are concepts yet to be widely adopted within the department. With Code.mil, DoD can access a depth and breadth of technical skill previously underutilized while offering software tools created by the government for free public use.”</p>\n<p>The FAQ document for the initiative states that “modern software is open sourced software” and that the department is aiming to more actively participate in the open source and free software communities.</p>\n<p>Licensing is one of the unique challenges of making government code open source, as code written by federal employees is not protected by copyright under U.S. laws. After consulting the Open Source Initiative and Free Software Foundation, the DoD devised an open source licensing strategy where code written by federal employees will fall under the public domain with no restrictions. DDS developed a GitHub webhook to ensure commits from government employees follow the <a href=\"https://developercertificate.org/\" target=\"_blank\">Developer Certificate of Origin</a> process. Private sector contributions will be protected by standard OSS licenses. This is outlined in the <a href=\"https://github.com/deptofdefense/code.mil/blob/master/Proposal/INTENT.md\" target=\"_blank\">INTENT.md</a> document on the Code.mil repository.</p>\n<h3>Code.mil’s First Open Source Project Released Under AGPL to “Test GPL as an Approach”</h3>\n<p>In addressing one person’s <a href=\"https://github.com/deptofdefense/code.mil/issues/19#issuecomment-282333798\" target=\"_blank\">feedback</a> advocating for all Code.mil projects to be MIT-licensed, DDS engineer Tom Bereknyei confirmed that the team will leave this decision to each project’s leadership.</p>\n<p>“We’ve had these same discussions internally,” Bereknyei said. “We did not want to endorse a particular license and we intend each project to decide which license is appropriate for them. Some may choose MIT, BSD, Apache, or eventually GPL. We did not want to take that choice away from them.”</p>\n<p><a href=\"https://github.com/deptofdefense/eMCM\" target=\"_blank\">eMCM</a>, a web-based viewer for the Manual for Courts-Martial (MCM), is the first open source project to be released on Code.mil. It provides a canonical “live” edition of the manual that is easier to access and maintain than previous versions. eMCM was released this week under the AGPL license.</p>\n<p>“We chose to use the Affero General Public License (AGPL) for the eMCM because every military member has the right to know how the raw legal code (i.e., MCM) will be transformed or manipulated by the eMCM,” the Defense Digital Service stated in the <a href=\"https://medium.com/@DefenseDigitalService/code-mil-an-open-source-initiative-at-the-pentagon-5ae4986b79bc#.f9bw1s2ha\" target=\"_blank\">announcement</a>. “Applying the AGPL is a small but important way to help ensure the public has that freedom and transparency to the process.”</p>\n<p>In the pull-request for <a href=\"https://github.com/deptofdefense/eMCM/pull/5\" target=\"_blank\">updating the license on the project</a>, Bereknyei explained why he proposed the AGPL:</p>\n<blockquote><p>It’s a user-facing project, not a library. Ultimately it would be good to preserve the rights of the public to inspect how the raw MCM is transformed by the viewer.</p>\n<p>Among the projects we have, this seems to be the best candidate for a GPL test. It is fairly self contained, doesn’t integrate with any systems, front-end heavy, small enough that a corporate rewrite is easy, and uses only a few libraries. My goal is only to test GPL as an approach. If this project isn’t suited, I’m sure we can find another.</p></blockquote>\n<p>When Bereknyei was questioned by DDS colleague Nicholas Small about why he opted for AGPL over MIT, he said he wanted to protect the code from being redistributed as closed-source.</p>\n<p>“MIT would allow someone to fork, improve, and release closed-source,” Bereknyei said. “The rule of thumb I am trying to apply is that when the rights/convenience for developers are more important, go with MIT/BSD/ISC. When the rights/convenience for users are more important, go with GPL.”</p>\n<p>Historically, the DoD has <a href=\"http://dodcio.defense.gov/Open-Source-Software-FAQ/#Q:_When_a_DoD_contractor_is_developing_a_new_system.2Fsoftware_as_a_deliverable_in_a_typical_DoD_contract.2C_is_it_possible_to_use_existing_software_licensed_using_the_GNU_General_Public_License_.28GPL.29.3F_Can_the_DoD_used_GPL-licensed_software.3F\" target=\"_blank\">used GPL-licensed software extensively</a> and even <a href=\"http://dodcio.defense.gov/Open-Source-Software-FAQ/#Q:_What_license_should_the_government_or_contractor_choose.2Fselect_when_releasing_open_source_software.3F\" target=\"_blank\">recommends government contractors select a GPL-compatible license</a> when developing software as a deliverable in DoD contracts.</p>\n<p>One beneficial byproduct of the DoD’s initiative to open source more code is that the public can watch and participate as federal employees discuss license selection in the open. The department is finally recognizing that taxpayer-funded code is a public good and inviting private sector professionals to the table to build modern software together. Anyone can open an issue or pull request, regardless of their background, location, or formal qualifications. The DoD plans to expand <a href=\"https://github.com/deptofdefense/code.mil\" target=\"_blank\">Code.mil</a> to include projects from other DoD offices and may develop it into a full-fledged website instead of simply redirecting to GitHub.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Mar 2017 04:50:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: WPWeekly Episode 267 – Interview With Aaron D. Campbell, WordPress Security Team Lead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=67502&preview=true&preview_id=67502\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/wpweekly-episode-267-interview-with-aaron-d-campbell-wordpress-security-team-lead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2376:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"https://aarondcampbell.com/\">Aaron D. Campbell</a>, WordPress Security Team Lead. Campbell provides insight into who’s on the team and what they do behind the scenes to coordinate security releases. We discuss the complex nature of <a href=\"https://aarondcampbell.com/tag/disclosure/\">disclosures</a>, when to publish them, and how much information they should have.</p>\n<p>In light of <a href=\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\">WordPress 4.7.2</a>, Campbell shares the lessons he learned and how they’ll be applied to future releases. If you’ve ever wondered about the security aspects of WordPress, this is the episode for you.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/woocommerce-3-0-0-scheduled-for-release-april-4th\">WooCommerce 3.0.0 Scheduled for Release April 4th</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/fb-live-chat/\">Facebook Live Chat for WordPress</a> makes it easier for customers to connect with businesses via Facebook Messenger.</p>\n<p><a href=\"https://wordpress.org/plugins/cf7-database/\">Contact Form 7 Database</a> saves submissions from Contact Form 7 to the database for future reference. You can also view them in the WordPress backend.</p>\n<p><a href=\"https://wordpress.org/plugins/total-spent-by-customer-for-woocommerce/\">Total Spent by Customer for WooCommerce</a> adds a sortable column to the users list to show how much the user spent on your WooCommerce Store. This is useful to figure out who your top customers are.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 22nd 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #267:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Mar 2017 22:36:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"HeroPress: Going Back To My Roots\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://heropress.com/essays/going-back-roots/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16907:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/031517-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Thanks to the WordPress Community, I\'ve made friends for life, travelled to new places, and had adventures I never thought possible,\" /><p>“Get out there and look at that f****n car. <em>Look at that f****n car!</em>”</p>\n<p>And all of the good little office girls jumped up and ran outside to ogle and coo over the chairman’s latest “prestige motor.”</p>\n<p>Me being me – someone who couldn’t care less about cars, or massaging the needy egos of the men who feel a need to show them off – I stayed sat at my desk and carried on with my work.</p>\n<p>My absence outside would be noted, and would not do me any favours.</p>\n<p>I had taken a job at a local business support organisation because I needed the work. I’d been told that my experience and abilities could benefit the organisation and, by extension, the local business community. The joke was on me.</p>\n<p>In truth, the organisation was a back-slapping boys’ club which didn’t even have a business plan. Its main income source was, and remains to this day, the revenue from a vanity awards dinner, where members nominate themselves for meaningless awards and then pay thousands of pounds to find out if they won. Beyond that, its sole purpose was to provide the board and management with “prestige and status” (my manager’s words, not mine.) The office atmosphere was so toxic that the HR manager, faking every excuse in the book, hadn’t bothered to show up in months, which meant that I never saw a job description, had a performance review, or was signed up for the company pension; in fact, the only way I got a contract was by going in on a Saturday to type it up myself. It was all pretty ironic for an organisation which officially exists to support other businesses.</p>\n<p>But bills need to be paid, so I kept my head down and did my work and breathed deeply through the increasingly dysfunctional dramas of the board and management.</p>\n<blockquote><p>Believing that you can keep calm and avoid office politics in a dysfunctional workplace is a unique form of denial.</p></blockquote>\n<p>By showing up for work in the morning, observing the backstabbing behavior around you, and keeping your nose above the parapet, you make yourself easy pickings.</p>\n<p>It did not help that my job required me to read certain documents, pass on certain email exchanges, see certain expense receipts, and take minutes at certain meetings. I knew everything. I knew what everyone was up to. I knew too much.</p>\n<p>The things I knew too much about erupted violently in the space of a fortnight. Sackings, retaliatory sackings, accusations, slanders, backstabs, screaming, lies, people literally being escorted out the back door, people breaking into file cabinets and document storage, the whole ugly lot.</p>\n<p>I decided life was too short to put up with that nonsense and scurried off the sinking ship. Unemployment was preferable to working in a dysfunctional war zone.</p>\n<p>A few days later I was sitting in my living room in my pajamas (as unemployed people do), staring blankly at the Christmas tree, barely aware if it was day or night, my head still spinning about what had just happened and what I was going to do next. Then there was a knock at the door. The postman, I assumed.</p>\n<p>No, it was the police. They wanted to come in. So they did.</p>\n<p>Allegations had been made. Statements had been taken. Criminal charges would be filed.</p>\n<p>Against me.</p>\n<p>Merry Christmas.</p>\n<p>Merry Christmas to you too, I replied as I saw them out.</p>\n<p>Because that’s how office politics work, folks. You don’t walk away from egomaniacs on your own terms. That implies there is something wrong with them. They have to take you down on their own terms. That implies there is something wrong with you. You may think you have left the backstabbers to get on with their petty games without you taking the meeting minutes and processing the strip club expense receipts. You’re wrong. They have got to find a way to take you down and make you keep your mouth shut. And they will.</p>\n<h3>Moving On</h3>\n<p>I moved on with my life. I found a stable temp job which had the option to go permanent, and I was quite content with it. I even almost forgot about the police visit. The Scottish justice system, you see, is notoriously slow. So when a letter arrived four months later informing me that I would be standing in a criminal trial at the local sheriff court, I threw up.</p>\n<p>I was throwing up all the time at that point because I had just found out I was pregnant.</p>\n<p>Most women spend pregnancy in a dreamy haze surrounded by friends, family, and affection. I spent it taking unpaid breaks from my temp jobs to meet with a legal aid solicitor (being unemployed and on a temp wage, I couldn’t afford to pay a lawyer) to plan my defence. He was nice enough, but was clearly not sure what to make of the whole situation. He was used to dealing with actual crimes – stabbings, domestic assaults, and the like. And there was a five foot two pregnant lady in front of him explaining all the plot twists and characters in this pathetic real-life soap opera. He probably looked forward to getting back to the stabbings.</p>\n<p>In the meantime, for health and safety reasons, I had to inform my temp employer about the pregnancy. The permanent job offer evaporated instantly.</p>\n<blockquote><p>I spent the rest of my time taking whatever demeaning temp admin jobs a heavily pregnant woman could get in order to work the minimum number of days required to qualify for the basic state maternity allowance, which at the time was £106 a week for six months.</p></blockquote>\n<p>Suffice to say my dignity took a bit of a beating that year.</p>\n<p>By the time the date of preliminary hearing rolled around – again, the Scottish justice system being as slow as it is – I was on the edge of my third trimester. And so there I was, standing alone in the dock in a criminal courtroom, in sheriff court, next to drug dealers and knife thugs, wearing a hideous Marks and Spencer maternity dress, to plead not guilty to something that had never happened.</p>\n<p>All of that because of office politics.</p>\n<p>Now, the thing about legal aid is that you get what you pay for. My solicitor didn’t show up. He faxed an instruction to one of the solicitors at the sheriff court who acts on behalf of others in those matters. In hindsight, this was a strategy to suggest to the court that the case was so stupid it was not worth showing up for. On the day, though, I was completely, totally, alone, left to stand up and speak for myself.</p>\n<blockquote><p>The only person I had in the world to support me was kicking furiously in my stomach, as if to say: go, mum, go.</p></blockquote>\n<p>At that moment I had an insight. This, I realised, is it. This is the low point of my life. This is absolute rock bottom. It does not get any worse than this. From here, you can’t go any lower. It is only up from here. And that, standing there in that dock, was strangely liberating.</p>\n<p>Now here’s the thing about elderly male judges in curly 18th century wigs. They’re not stupid. He took one look at the charge sheet, one look at the folder of statements and evidence against me, and one look at me. He asked the befuddled prosecuting solicitor what on earth was going on here; the solicitor replied that they were looking to gather more evidence against me. “And how much longer are we to wait for that? This was ten months ago,” he replied to her, very, very cross. This is all very interesting, I thought.</p>\n<p>Two days later my solicitor phoned: the judge had ruled the case was “not in the public interest.” That is Scottish legal parlance for “an absolute load of crap.” All charges were dropped; I would have no criminal record; I was done. I was finished. I was free.</p>\n<p>Well, free, unemployed, heavily pregnant, destitute, my reputation had been destroyed, and now I had a large hole in my CV which would be awfully difficult to explain. Other than that, I was fine.</p>\n<h3>Moving On Again</h3>\n<p>I went on state maternity pay early and took some time to get my head back together. That gave me the breathing space to realise a few things.</p>\n<p>One was that I was done with office life. That meant I would have to find something to do on my own.</p>\n<p>Two was that I was pretty good with this web stuff – I’d been making web sites since 1997, had been running a very popular web site since 1998, and had always been the go-to girl for the web site in everywhere I’d ever worked – and so I might as well do that for a living.</p>\n<p>And three was that I had learned the law is bloody terrifying if you let other people blindside you with it. If you know what you are looking at, where you stand within it, and how others are seeking to use it to further their position, you are no longer a hapless bystander to it. You are an equal participant with a fair chance. That is your choice to make.</p>\n<h3>Setting Up Shop</h3>\n<p>So I set up shop as a self-employed web designer, working quite happily from home with my biggest fan babbling next to me in the playpen. The money wasn’t great, but my stress levels were non-existent, and I had no co-workers to stab me in the back.</p>\n<p>Lack of co-workers should never mean lack of colleagues, though, and after a few years I realised local business networking groups simply weren’t for me. I also needed people other than the members of an ancient listserv to bounce questions and ideas off of in real-time. By this point I’d started playing around with WordPress, and I learned about a local meetup group. I tiptoed in one night and awkwardly introduced myself and was welcomed right in.</p>\n<p>I realised over time that this was a very different sort of group. Everyone was grassroots volunteers, putting in the effort because they wanted to learn, not because they wanted social status. There was no tiresome hierarchy, no obsession with “prestige”, no kowtowing to the person with the sexiest car (in fact, we all took the bus.) If you had a question, you could ask it without being laughed out the room. No one was obliged to give anything more than they were able to give.</p>\n<blockquote><p>In short, it was my kind of group, and these were my kind of people.</p></blockquote>\n<p>After a few years we got ambitious enough to decide to put on a conference (which due to various reasons was a WordPress conference but not a WordCamp – ah, the good old days.) We were short of speakers. I suggested to Martin, the lead organiser, that someone should do a talk on that “cookie law” thing that at the time was coming into play very shortly.</p>\n<p>“Thank you for volunteering,” said Martin.</p>\n<p>“You’re a b*****d, you know that, Martin?” I replied.</p>\n<p>So Martin sent me off to do my homework and put together this conference talk. I thought it would just be a simple slide deck: what the law is, how it works, how to comply. Much to my surprise, putting that talk together changed my life.</p>\n<h3>The Old Becomes New</h3>\n<p>As I sat at my laptop, doing the research, I felt something strange stirring. It was old me.</p>\n<p>Old me, who had done an undergraduate degree in international politics. Old me, who’d been a policy intern at think tanks and research centers. Old me, who’d sat in Congressional committees and worked on the Hill and ate politics for breakfast. Old me who’d trained very hard to do one thing and had gotten sidetracked by real life and was now doing something else because something bad had happened. Old me was now new me reading the full text of a piece of EU legislation about how the internet is supposed to work while shouting at my laptop screen, “there is no bloody way that is ever going to work,” while my biggest fan looked at me baffled and then asked me for a cup of juice.</p>\n<blockquote><p>Whoever I was now, and whatever crap had happened to me in those intervening years, I was back.</p></blockquote>\n<p>That conference talk turned into an obsession. I began writing about law and policy issues that impact our work – be it regulations on accessibility, e-commerce, privacy and data protection, taxation, UX, contracts, copyright, geoblocking, or any of the smaller issues that touch our work every day. I even became a student again and earned a postgraduate certification in internet law and policy from the University of Strathclyde. I still did the client-facing web work but my enthusiasm for it waned by the month.</p>\n<p>At WordCamp London 2015 I gave a talk on various digital policy issues, then spent the rest of the time sitting in the track devoted to charity and not-for-profit web sites, as that was what my business did. As the speakers gave their superb talks I felt myself sinking lower in my chair. Another insight. Oh, woman, you’re in the wrong job. This isn’t what you are supposed to be doing. For the first time I asked myself why I was devoting such passion to the digital policy side while still carrying on with a web design business I started up to give myself a job with a newborn baby. A few months later I was flown out to Seville on a few days’ notice to speak at WordCamp Europe, where I replaced a speaker who had been hospitalised. I felt a tremendous sense of obligation because of that – it was deeply humbling to be given an opportunity because of someone else’s illness – and I resolved to do more to give back to the WordPress community.</p>\n<p>I hung up my web design mouse in the autumn of that year. I still do odd bits and bobs for a handful of existing clients but I now focus entirely on digital law and policy. My blog is read by the UK Parliament, the European Commission, and the US Department of State. I speak to non-WordPress groups ranging from Joomla developers to Ruby programmers, but WordPress remains my home and my community. I encourage members of the community to respect the law and to work within it, not to fear it. I think, all things considered, I’m more than qualified to understand why that’s true.</p>\n<p>Thanks to the WordPress community I’ve made friends for life, travelled to new places, and had adventures I never thought possible. I’ve built a new career while connecting with the important things I thought I had left behind. And last year when I was pickpocketed en route to a conference talk, the WordPress community in that city – none of whom I had ever met – leapt into action to provide me with food, beer, and hugs. In a strange city where I didn’t speak the language and had no money, being part of the community meant I didn’t have to be scared and alone.</p>\n<p>I’ve come a long way from that lonely courtroom dock.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Going Back To My Roots\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Going%20Back%20To%20My%20Roots&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fgoing-back-roots%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Going Back To My Roots\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fgoing-back-roots%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fgoing-back-roots%2F&title=Going+Back+To+My+Roots\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Going Back To My Roots\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/going-back-roots/&media=https://heropress.com/wp-content/uploads/2017/03/031517-150x150.jpg&description=Going Back To My Roots\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Going Back To My Roots\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/going-back-roots/\" title=\"Going Back To My Roots\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/going-back-roots/\">Going Back To My Roots</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Mar 2017 12:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Heather Burns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Bocoup Launches Study to Measure Impact of Open Work on Developer Well-Being\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67447\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/bocoup-launches-study-to-measure-impact-of-open-work-on-developer-well-being\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1980:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/survey.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/FI3UYVGNFD\">Lukasz Kowalewski</a>\n<p><a href=\"https://bocoup.com/\" target=\"_blank\">Bocoup</a>, an open source technology and design consulting company, is recruiting for a new study that aims to “measure the impact of open work on developer well-being and productivity.” The company is partnering with MIT and UCLA to develop an open work email-bot that will interact with organizations that sign up to participate. The study is open to teams that use source control.</p>\n<p>“We’re defining ‘open work’ as a project where tasks/work product are/can be shared outside the group immediately responsible for those tasks,” Bocoup Director of Research Boaz Sender said.</p>\n<p>Participating organizations will get hooked up with Bocoup’s email-bot, which offers tools for recognizing team members or open source community members for their contributions to projects. Bocoup plans to publish the average results with the goal of educating businesses and policy makers about the value of open source work. Data from organizations participating in the study will be anonymized and untraceable.</p>\n<p>With all the new ways of working together on the web (GitHub, Slack, GitLab, etc.) it’s good to see a company prioritizing research on how this impacts developers. The study begins in March and will end in June. If you’re interested to have your organization be a part of it, you can find out more on the <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSc9sYreLFTZDxn-LuUhGCl043QDcagls9g0t_TbZ3Pd3ZnYNA/viewform?c=0&w=1\" target=\"_blank\">signup form</a> and get a better understanding of the time commitment on the <a href=\"https://docs.google.com/document/d/1EWD9c4cmIfyNVe4pGFsvPiLO83i1ZOij4mpF-cLVfTc/edit\" target=\"_blank\">FAQ</a> page.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Mar 2017 02:10:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WooCommerce 3.0.0 Scheduled for Release April 4th\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67438\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wptavern.com/woocommerce-3-0-0-scheduled-for-release-april-4th\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4981:\"<p>Big changes are on the way for <a href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce</a>. Mike Jolley, lead developer of WooCommerce, <a href=\"https://woocommerce.wordpress.com/2017/03/13/important-update-regarding-the-upcoming-woocommerce-release-2-7-will-be-3-0-0/\">announced</a> that WooCommerce 2.7 will be versioned 3.0.0 with a scheduled release date of April 4th. During the 2.7 beta testing phase, the team discovered a <a href=\"https://github.com/woocommerce/woocommerce/issues/13498\">significant bug</a> in the way that timestamps are handled.</p>\n<p>“Essentially, some developers need a way to reliably get UTC timestamps as well as dates according to the site’s timezone,” Jolley said. “To resolve this we’re working on a solution which accepts <em>either</em> a UTC timestamp, or an ISO8601 datetime string, and returns a <a href=\"http://php.net/manual/en/class.datetime.php\">DateTime object</a> so timezone information can be retrieved if needed. This approach is not compatible with the <code>get_date_x</code> getters found in 2.7 beta.”</p>\n<p>Beginning with WooCommerce 3.0.0, the project will use semantic versioning or <a href=\"http://semver.org/\">SemVer</a>. WooCommerce has incrementally versioned its releases similar to WordPress. For example, WooCommerce 2.5, 2.6, 2.7. Semantic versioning allows for three digit version numbers and should make it easier to discern major versions from maintenance and bug fix releases. The three digits stand for major, minor, and patch.</p>\n<p>According to the <a href=\"http://semver.org/\">SemVer site</a>, each number is incremented when:</p>\n<ul>\n<li>MAJOR version for incompatible API changes.</li>\n<li>MINOR version when you add functionality in a backwards-compatible manner.</li>\n<li>PATCH version when you make backwards-compatible bug fixes.</li>\n</ul>\n<p>Under this system, WooCommerce 3.0.0 is a major update with 3.1.0 being a minor update. The next major update will be 4.0.0. Developers should take note that in 3.0.0 RC1, the versioning and @since properties are relabeled to 3.0.0. “If you have used version_compare statements in your code, they will still work since 3.0.0 is greater than 2.7.0, however, you can change these for clarity,” Jolley said. Themes with template files versioned 2.7.0 may need to be updated to use 3.0.0 to prevent reports of outdated template files.</p>\n<p>In addition to version changes and fixing major bugs, the team is allowing up to three weeks for 3.0.0 RC1 to be tested. The amount of time to test has been extended from one week to three <a href=\"https://woocommerce.wordpress.com/2017/02/17/woocommerce-2-7-beta-3/#comment-2589\">based on feedback </a>from extension developers.</p>\n<p>“An RC is really the first point in time when people can look at the code and feel confident it’s probably not going to change a lot before the official release,” Brent Shepherd, founder of <a href=\"http://prospress.com/\">Prospress Inc</a>. said. “With that in mind, having 3 months of beta testing, but only 1 week for the RC, doesn’t make a lot of sense. It makes sense to give more time in that later stage after the RC.”</p>\n<p>Josh Kohlbach, a WooCommerce extension developer, <a href=\"https://woocommerce.wordpress.com/2017/02/17/woocommerce-2-7-beta-3/#comment-2604\">also agreed</a> with extending the RC testing time. “Currently from our company’s perspective we’ve had to put other priorities on hold in order to put WC2.7 changes ahead,” Kohlbach said. “The 2.7 changes we were holding off on doing until RC, which is what we normally do.”</p>\n<p>“However, when it was announced that there would be only one week between, we figured that wouldn’t be enough time for proper testing and pushing updates on all of our products so we’re compatible on day one,” he said. “It just isn’t enough time so we, like many others by the sounds of it, started making our compatibility fixes around Beta 2 this time even though we knew there might be more changes coming down the pipe before RC gets here.”</p>\n<p>Extension developers are praising the team for changing to a semantic versioning system and extending the time to test Release Candidates. “I’m very happy to see these changes,” Shepherd said. “Big props for making the tough call late in the release cycle. Hopefully it will help ensure a smoother release for all WC users of this version.”</p>\n<p>“I think this is a really positive move forward for WooCommerce,” Kohlback said. “I for one want to thank you on behalf of all the third-party developers for being so open and taking on board all of our various points, really makes us happy to be part of the community!”</p>\n<p>If all goes well, you can expect to see an update for WooCommerce in your WordPress dashboard on April 4th.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Mar 2017 22:23:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Varying Vagrant Vagrants 2.0.0 Introduces YAML Configuration, Revamps Documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67436\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/varying-vagrant-vagrants-2-0-0-introduces-yaml-configuration-revamps-documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4545:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/vvv-github.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://varyingvagrantvagrants.org/blog/2017/03/13/varying-vagrant-vagrants-2-0-0.html\" target=\"_blank\">Varying Vagrant Vagrants 2.0.0</a> was released yesterday with support for a <a href=\"https://varyingvagrantvagrants.org/docs/en-US/vvv-config/\" target=\"_blank\">YAML configuration</a> file. This is a major improvement that gives VVV users more flexibility in customizing their configurations. The new <code>vvv-config.yml</code> file includes the defaults and users can create a <code>vvv-custom.yml</code> file to change the default provisioning. Utilities have been broken out into their own repository, allowing users to specify PHP 5.6, 7.0, or 7.1 for new projects.</p>\n<p>“In the past, it was often difficult as a maintainer to say no to feature requests because I knew that the customizations would either be really annoying for someone to implement on their own or would require a fork, possibly losing the benefit of future changes,” VVV Project Lead Jeremy Felt said. “At the same time, it was hard to say yes because not everyone needs the same features. Those two clash, and the easiest answer is to stall. The new changes provide a pretty straight forward way of providing these custom changes and make it easy to stay in sync upstream.”</p>\n<p>Version 2.0.0 was also released with <a href=\"https://varyingvagrantvagrants.org/docs/en-US/\" target=\"_blank\">new documentation on the VVV website</a>. Contributors are migrating docs from the wiki on GitHub to the new website and plan to make them translatable in the future.</p>\n<p>Felt also recently <a href=\"https://jeremyfelt.com/2017/03/05/documenting-vvvs-governance-model/\" target=\"_blank\">documented VVV’s governance model</a> and promoted Lorelei Aurora to the role of Lead Developer on the project. VVV has 108 contributors, by Felt’s count, and he estimates approximately 100 clones of the project per day based on GitHub’s analytics. For the past five years, Felt has cultivated VVV’s growing community of contributors by developing a friendly and welcoming culture within the project.</p>\n<p>“Very early on I read something about OSS project maintenance that inspired me to always greet new commenters, issue creators, and developers in an effort to make them feel welcome from the beginning,” Felt said. “Removing even the smallest hurdles of contributing to open source goes a long way. Being friendly encourages people to stick around. Even in small projects like VVV, it can be overwhelming to figure out if you’re doing things right.”</p>\n<p>Felt said he wished he would have written the governance document sooner, because it provides a roadmap for contributors. He found that having this information available to the community from the beginning may be just as important as having a license in place.</p>\n<p>“It starts to answer the ‘what kind of impact can I have’ question when someone is getting started,” Felt said. “The current list of committers is a little misleading in that they are all people who were very active early in the project, but not as much now. Their input continues to be trusted, but commit access probably won’t be used very much. This isn’t a bad thing, as a project goes through cycles, but something to keep track of as a maintainer. Having a process is a healthy thing. I’m hoping it attracts even more contributors!”</p>\n<h3>What’s Next on the VVV Roadmap?</h3>\n<p>The next focus on the VVV roadmap is building out the rest of the documentation on <a href=\"http://varyingvagrantvagrants.org\" target=\"_blank\">varyingvagrantvagrants.org</a>. Felt said he hopes it will become a great place for basic setup, detailed guides, and frequent troubleshooting tips. Translated docs is the next item that Felt said he hopes can be a huge benefit to the project and the community.</p>\n<p>“There are a couple things that would be fun for flexibility,” Felt said. “A long-running pull request that introduces PHP Brew would be nice to finally tackle. Introducing MySQL Sandbox would be cool. And who knows? Everyone should stop by and <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">leave a note</a> with the feature they’d like to see most. I’m more comfortable saying ‘no’ now.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Mar 2017 19:28:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: WordPress.com Updates Its Post Editor With a Distraction-Free Interface\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67429\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/wordpress-com-updates-its-post-editor-with-a-distraction-free-interface\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3321:\"<p>WordPress.com has <a href=\"https://en.blog.wordpress.com/2017/03/13/a-distraction-free-writing-space-at-wordpress-com/\">unveiled a refreshed post editor</a> that makes content front and center.</p>\n<p>The most noticeable change is the user interface. The sidebar of meta boxes is now on the right-hand side instead of the left. Clicking the Post Settings link hides the sidebar, providing a cleaner interface. The preview and publish buttons are no longer in a metabox and are permanently displayed.</p>\n<img />New WordPress.com Post Editor\n<p>Drafts are quickly accessible by clicking the number next to the Write button. Hovering over a draft title displays a small excerpt of the post. Unlike the distraction-free writing mode in the self-hosted version of WordPress, sidebars and other items on the screen do not disappear and reappear. This animation has <a href=\"https://wptavern.com/whats-your-first-impression-of-distraction-free-writing-in-wordpress-4-1#comment-62784\">been described</a> by some as a distraction.</p>\n<p>Joen Asmussen and Matías Ventura, two Automatticians based in Europe, helped create the new interface. In an interview conducted by John Maeda, <span class=\"st\">Global Head of Computational Design and Inclusion at Automattic, Asmussen describes what he’s most excited about with the improvements. </span></p>\n<p>“Everything has a right place,” Asmussen said. “In this iteration, we’ve tried to find those places for the preview and publish buttons, as well as the post settings. By making the buttons permanently visible and the sidebar optionally toggled, my hope is that the combination will provide a seamless flow for both the person who just wants to <i>write</i>, as well as the person who needs to configure their post settings.”</p>\n<p>Ventura says he is happy to bring the focus back on the content by placing it in the center. “I’m also fond of the recent drafts menu next to the ‘Write’ button, as it provides a quick way to carry on with your unfinished posts,” he said. “These editor refinements have the potential to let your work on WordPress keep you deeply in the productive state of flow.”</p>\n<p>The core team continues to <a href=\"https://wptavern.com/wordpress-core-editor-team-publishes-ui-prototype-for-gutenberg-an-experimental-block-based-editor\">work on a block based editor</a> for the open-source WordPress project and <span class=\"st\">Asmussen</span> hints that this approach to writing could one day end up in the WordPress.com post editor.</p>\n<p>After testing the new editor on WordPress.com, I can say that it’s more enjoyable to use than the distraction-free writing mode in WordPress. There’s less distraction, meta boxes are either on the screen or they’re not, and I enjoyed writing without interface elements disappearing and reappearing on the screen.</p>\n<p>If you’d like to try the new editor on a self-hosted WordPress site, you can do so through Jetpack. Visit the Jetpack dashboard in the WordPress backend, click on the Apps link, then click the Try the New Editor button.</p>\n<p>After using the new editor, let us know what you think. How does it compare to the writing experience currently in WordPress?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Mar 2017 02:03:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: John Maeda’s 2017 Design in Tech Report Puts the Spotlight on Inclusive Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67406\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/john-maedas-2017-design-in-tech-report-puts-the-spotlight-on-inclusive-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6207:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/design-in-tech-2017.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://maedastudio.com/\" target=\"_blank\">John Maeda</a>, Automattic’s Global Head of Computational Design and Inclusion, presented his third annual “<a href=\"https://designintechreport.wordpress.com/\" target=\"_blank\">Design in Tech</a>” report at SXSW over the weekend. The previous reports have received more than two million views and this one is equally loaded with thought-provoking information about the future of the design industry.</p>\n<p>“Design isn’t just about beauty; it’s about market relevance and meaningful results,” Maeda said. He highlighted how design leaders are increasingly top hires at major corporations, due to market demand. Businesses are beginning to embrace design as a fundamental tool for success. Design used to be relegated to extra-curricular clubs in business schools, but many schools are shifting to include design in the curriculum.</p>\n<p>Constant connectivity in the digital era has brought the idea of “computational design” to the forefront, which Maeda describes as “designing for billions of individual people and in realtime.” Designing at this scale requires an approach that is inclusive of the widest number of consumers, essentially designing for everyone.</p>\n<p>Maeda believes that “design and inclusion are inseparable” and he is on a mission to prove that inclusive design is good business. </p>\n<p>“When we separate inclusion into essentially an HR compliance topic, it loses its energy,” Maeda said. “It’s important, of course, but it loses the creativity that’s intrinsic to inclusion.” His 2017 Design in Tech report focuses on how inclusion matters in business. Maeda admits there are not many examples of how inclusion drives better financial outcomes, but one of his professional aims is to demonstrate how inclusive design can make a financial difference.</p>\n<p>“That’s why I joined Automattic,” Maeda said. “My hope is that this approach can lead to better business outcomes for the WordPress ecosystem. I don’t know if it will be possible but that’s my goal. I want to show that it’s possible numerically.”</p>\n<p>Making inclusive design profitable hinges on the principle that if you want to reach a larger market, you have to reach people you’re not already reaching by being inclusive. This new frontier of design requires some technical understanding outside of purely classical design. The hybrid designer/developer, often referred to as a “unicorn” in the tech industry, is often relied upon to bridge that gap.</p>\n<p>Maeda predicts that the scarcity of hybrid designer/developers will soon decrease, due to how things are changing in the industry. After surveying design leaders in 2016, Maeda found that 1/3 had formal engineering/science training, suggesting that “hybrid” talent has considerably increased in recent years. He shared his observations from surveying Automattic designers and developers about JavaScript competency. He found a significant segment of designers approaching moderate fluency in JavaScript after WordPress’ 2015 initiative to encourage JavaScript mastery.</p>\n<p>“The world is moving, and moving with the world is what designers do,” Maeda said. He also made a bold recommendation for those who are maintaining a design-only skill set:</p>\n<p>“I encourage you, if you’re a pure pure designer, to ‘impurify yourself,’ because it’s a whole new world and there’s a lot to learn,” Maeda said. “Anyone who’s in this game, if you aren’t watching videos and learning, you get behind in two months.” </p>\n<p>Maeda also encouraged listeners to shed biases that prevent them from seeing important trends and changes on the web. He addressed misconceptions about how products “made in China” are often thought of as something cheap or copycat, but China is moving forward in the mobile revolution in a far more advanced way than many other countries. He highlighted some major design trends pioneered by Chinese designers and how they are impacting the tech industry. </p>\n<p>Maeda closely monitors design-related M&A activity and funds that are design and/or inclusion oriented. His data shows that tech companies are finding more value in design tool companies and design community platforms, with acquisitions steadily increasing every year. The value of design companies is especially evident in China where Maeda noted three designer co-founded Chinese companies have a combined market cap of over $300 billion. </p>\n<p>He also shared what he has learned about designers since taking his position at Automattic, which employs more than 500 people working remotely across 50 countries.</p>\n<p>“People want to have challenging work; they want to make change happen,” Maeda said. “With creative people this is their main driver. If that can’t be sated, they get unhappy and they leave. The problem is this kind of work is the kind that seems like bonus work, not the main work. So my question as a manager is, ‘How do I put the two together in some constructive way?’ How do you make time to learn and grow? That’s something I didn’t know was pervasive in a busy busy tech company.”</p>\n<p>Maeda concludes that it is a good time to be a designer, especially if you’re willing to make up for the design education gap and teach yourself new skills online. His 2017 Design in Tech report is a must-read, not just for designers but for anyone working in tech or hiring tech talent. Check out the <a href=\"https://designintechreport.wordpress.com/\" target=\"_blank\">full report</a> on WordPress.com. You can also <a href=\"https://designintechreport.wordpress.com/2017/03/12/design-in-tech-report-2017-video/\" target=\"_blank\">listen to the audio of Maeda’s presentation</a> while viewing the slides.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Mar 2017 20:07:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Post Status: JavaScript frameworks in a WordPress context — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=35232\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://poststatus.com/javascript-frameworks-wordpress-context-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2808:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>Live from the A Day of REST workshops, Brian, Joe, and Zac talk about the state of working with JavaScript — including several popular JavaScript frameworks — and WordPress. They go through the pros and cons of using each one, what to watch out for when working with them and WordPress, and ways they think the process can improve.</span></p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/62575.mp3\">https://audio.simplecast.com/62575.mp3</a><br />\n<a href=\"https://audio.simplecast.com/62575.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://javascriptforwp.com/\">JavaScript for WP</a></li>\n<li><a href=\"https://facebook.github.io/react/\">React</a></li>\n<li><a href=\"https://vuejs.org/\">Vue</a></li>\n<li><a href=\"http://backbonejs.org/\">Backbone</a></li>\n<li><a href=\"http://underscorejs.org/\">Underscores</a></li>\n<li><a href=\"https://angularjs.org/\">Angular</a></li>\n<li><a href=\"https://adayofrest.hm/boston-2017/\">A Day of Rest</a></li>\n</ul>\n<h3>Sponsor: WP Migrate DB Pro</h3>\n<p><span>Today’s show is sponsored by</span><a href=\"https://deliciousbrains.com/\"> <span>Delicious Brains</span></a><span>.</span><a href=\"https://deliciousbrains.com/wp-migrate-db-pro/\"> <span>WP Migrate DB Pro</span></a> <span>makes moving and copying databases simple. They also have an exciting new project for merging databases, called Mergebot. Go to</span><a href=\"https://mergebot.com/\"> <span>Mergebot.com</span></a><span> for updates on that, and</span><a href=\"https://deliciousbrains.com/\"> <span>deliciousbrains.com</span></a><span> for more information on WPMigrate DB Pro. Thanks to the team at Delicious Brains for being a Post Status partner.</span></p>\n<h3>Special Thanks: Bocoup</h3>\n<p><span>Special thanks to <a href=\"https://bocoup.com/\">Bocoup</a> for allowing us to record this podcast episode in their office. Bocoup was a partner and workshop host for A Day of REST, and were incredibly hospitable. Checkout <a href=\"https://bocoup.com/\">Bocoup</a> to learn more about how they embrace open source as a consulting agency.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Mar 2017 00:56:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Hacker News Question: Developers with kids, how do you skill up?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/hacker-news-question-developers-with-kids-how-do-you-skill-up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9488:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/03/child-theme.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/R0C7A5M4WB\">Leeroy</a>\n<p>By now you’ve probably seen the viral <a href=\"https://twitter.com/JOE_co_uk/status/840165524038377472\" target=\"_blank\">clip</a> of a father getting interrupted by his children while giving a live interview on BBC. Working parents everywhere, especially remote workers, could identify with the humorous embarrassment of the situation. Even those who have had pets interrupt Skype calls know the feeling. You want to be thought of as a professional and taken seriously but little home office invaders have other plans.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">This BBC interview is amazing. Just wait until the mum rushes in… <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f602.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://t.co/LGw1ACR9rg\">pic.twitter.com/LGw1ACR9rg</a></p>\n<p>— JOE.co.uk (@JOE_co_uk) <a href=\"https://twitter.com/JOE_co_uk/status/840165524038377472\">March 10, 2017</a></p></blockquote>\n<p></p>\n<p>Many developers who work from home with children know the daily struggle of balancing family life with work, which generally leaves very little time for improving professional skills. A popular question on Hacker News this week asks, <strong>“<a href=\"https://news.ycombinator.com/item?id=13816627\" target=\"_blank\">Developers with kids, how do you skill up?</a>“</strong>: </p>\n<blockquote><p>I recently had one of my colleagues comment on my GitHub account graph – ‘There won’t be many green boxes in your account once you have a kid’. This was in response to my suggestions on how we should all keep learning. I argued many good programmers have family with kids and still manage to keep up. They brushed me off saying it’s just not possible or they don’t look after their kids.</p>\n<p>When I look on the internet I find people doing full time jobs delivering products while having a family and some still find plenty of time to blog or write books. How is this possible? Are these people super-human? How are you all doing or managing if you have kids/family?</p></blockquote>\n<p>The question received nearly 500 replies with tips and stories from those who are making it work. One of the first participants on the thread is <a href=\"https://news.ycombinator.com/item?id=13821164\" target=\"_blank\">Rachel Andrew</a>, who shares how she learned Perl as a single mother, launching a new career in web development. She said found success by “simply working every possible moment” she could and learning to be organized and focused with her time. </p>\n<p>One common theme among the replies is that having kids is like getting a crash course in time management. When your available time is significantly reduced, you are forced to become more purposeful about how you spend it.</p>\n<blockquote><p>What I learned: your time does get reduced drastically, but you spend the remaining time with more focus/direction. Also, you use your time smarter, e.g. I used to do sports (indoor climbing), but now I just cycle every day from/to work (~1 hour) to stay fit. It takes approximately the same time as going by train or car.</p></blockquote>\n<blockquote><p>If i have clear priorities in my head – what I want to achieve in the ‘extra time’ that I have got. The clearer the goal, the better the results.</p></blockquote>\n<blockquote><p>…due to lack of free time and the newfound need to use it efficiently, I’ve found that I’ve probably read more actual physics in the last four years than in the previous many years of dreaming about it.</p></blockquote>\n<blockquote><p>Time management, to me, is a more powerful “skill up” than anything that could keep your GitHub green. When you know you have limited hours in the day and you have hard time commitments, you have no choice but to learn and work efficiently.</p></blockquote>\n<blockquote><p>\nI’d add that kids have taught me to be a better planner, and to break my priorities down into small, well defined chunks that can be slotted into a busy life. This has been valuable in general, not just for programming.</p></blockquote>\n<p>One commenter said he misses the days when he could stay up all night working and exploring new technologies; now it seems the world is going on without him. Other commenters reject the idea of “skilling up” entirely and encourage the original poster not to get too hung up on shiny new frameworks.</p>\n<blockquote><p>I agree with you about the need to remain buzzword compliant for jobs, but are we “skilling up” or spinning our wheels? There is some worthwhile learning, but a lot of it is just BS status signaling. Learning another SPA framework that solves the problems of the last framework, while introducing new problems? Learning yet another way to bundle your web content? A new transpiled language to patch the holes in JavaScript?</p>\n<p>A lot of what we regard as “skilling up” is just a product of our immature dev culture-learning stuff for the sake of buzzword compliance that doesn’t improve anything in the long run. And the high failure rate of software projects shows that we aren’t gaining a lot from this culture anyway.</p></blockquote>\n<h3>Combatting the Myth that You Can’t Do Anything with Just 15 Minutes</h3>\n<p>Another theme among the comments is the “myths” parents create that keep them from using the short increments of time that pop up throughout the day. One commenter <a href=\"https://news.ycombinator.com/item?id=13822865\" target=\"_blank\">summarizes</a> the self-limiting mindset that many adopt after having children:</p>\n<blockquote><p>New parents create limitations for themselves in their belief that it is utterly impossible to do anything outside of parenting. The OP is saying that meaningful work can be done in the 15 minutes your baby might be asleep. A year of 15 minutes adds up to a lot.</p></blockquote>\n<p>The key to productivity is being able to take those 15 minute increments and string them into bite-sized accomplishments towards a larger goal. Developer Chris Dawson shared how he wrote an app late at night while caring for his first child. </p>\n<p>“I only have ten minutes here, fifteen minutes there. I need focused hours of time to build something. That is just a story,” Dawson said. He used these short bits of time to create <a href=\"http://blog.teddyhyde.com/2013/04/03/teddy-hyde-the-no-compromise-extensible-one-handed-jekyll-blog-editor-for-android\" target=\"_blank\">a one-handed blogging tool</a>, because he needed a way to blog with one hand while holding his sleeping son.</p>\n<p>“When my daughter was born two years later, my wife was so exhausted she would go to bed at 8,” Dawson said. “I’d get my son to sleep and then promised myself I would write for just fifteen minutes before bed. That usually turned into an hour or two and three years later I had written <a href=\"http://shop.oreilly.com/product/mobile/0636920043027.do\" target=\"_blank\">a book for O’Reilly</a>.” </p>\n<p>“There are so many times I’m exhausted after getting the kids to bed and I just browse the Internet,” Dawson said. “If I was really intentional about my time, even that fifteen minutes could be used to work towards my goals. But there is a powerful story telling me that it won’t make a difference if I just waste that time.”</p>\n<p>Dawson doesn’t consider himself an extraordinary high achiever. He found success by changing his perspective about the sleep he was losing.</p>\n<p>“I’m not the greatest developer – I struggled with the Google interview I got,” Dawson said. “But, success is 90% perspiration and 10% ingenuity. Who cares if you are sweating because you are exhausted and sleep deprived caring for infants as compared to pulling all-night coding sessions?”</p>\n<p>“Most of what we think of as being ‘too busy’ for any particular thing is a cognitive bias for forgetting just how much time we waste,” JavaScript engineer Sean McBeth said.</p>\n<p><a href=\"https://twitter.com/samlittlewood\" target=\"_blank\">Sam Littlewood</a>, senior architect at V-Nova, offered a few practical tips on the thread:</p>\n<ul>\n<li>Don’t use the computer to waste time – if I need decompression time, try and make it doing something w/ kids (LEGO!)</li>\n<li>A solid dev. environment where you can walk up, crank an iteration, and walk away. (Like in the time it takes a kettle to boil)</li>\n<li>Learning to code in my head – basically planning the path of changes/tests I will make next time I am back at my machine. It feels to me somewhat like the ‘method of loci’ – a definite journey. Often times, the plan goes awry, but the successes make it worth it. After 12 years of reading to the kids, I can do this whilst reading a story to them.</li>\n</ul>\n<p>The comments are full of inspiring stories and ideas for routines and tips that can help parents be more productive. There’s no magical path to success but, as many working parents have discovered, you may find more time than you thought you had.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Mar 2017 23:32:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67263\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/in-case-you-missed-it-issue-18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7020:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>The REST API Democratizes Reading</h2>\n<p>Mika Epstein <a href=\"https://halfelf.org/2017/rest-api-democratizing-reading/\">explains</a> how the WordPress REST API democratizes reading by making content more discoverable and accessible.</p>\n<blockquote><p>When you look at a website you see the design and the layout and the wonderful beauty. When an app reads your data, however, it doesn’t want or need any of that. An app needs the raw data. And the REST API does that. It outputs the data in a super basic and simple way. Furthermore, it lets you add on to this and output specific data in special ways.</p></blockquote>\n<h2>TechSPARK Interviews WordCamp Bristol Organizer</h2>\n<p>Bristol, UK, is gearing up for its <a href=\"https://2017.bristol.wordcamp.org/\">first WordCamp</a> and local media is taking notice. TechSPARK, a digital publication that covers tech in Bristol, Bath, and the West of England <a href=\"https://techspark.co/wordcamp-bristol/\">published</a> an interview with Janice Tye, one of the lead organizers of the event.</p>\n<p>In the interview, Tye explains what a WordCamp is and how people can get involved. WordCamp Bristol takes place May 13-14th, 2017 and has a limited <a href=\"https://2017.bristol.wordcamp.org/tickets/\">number of tickets</a> available.</p>\n<h2>Fishing Guide’s Site Used by Hackers for eCommerce Fraud</h2>\n<p>TechCrunch <a href=\"https://techcrunch.com/2017/03/03/woe-are-the-great-fish-of-cape-cod/\">published</a> an interesting story of how a Cape Cod fishing guide’s website that runs on WordPress was hacked and used to host an eCommerce store. The moral of the story is to keep WordPress and its plugins and themes updated. An additional safety measure is to enable two-factor authentication.</p>\n<h2>Being a Full-time Contributor Through Sponsorships</h2>\n<p>Late last year, John James Jacoby <a href=\"https://jjj.blog/2016/12/%f0%9f%92%af%e2%88%9e/\">outlined his goal</a> for his 100 initiative. “My goal is be a fully funded independent ambassador for WordPress and the surrounding initiatives, backed by many of the best companies who continue to push WordPress beyond its limits on a daily basis,” Jacoby said.</p>\n<p>Jacoby provided <a href=\"https://jjj.blog/2017/03/january-february/\">an update</a> on what he’s been working on since obtaining sponsorship from Pagely and Pantheon. He plans to take a two-week break in March to attend WordCamp Miami and will be speaking at other events. If you’re interested in sponsoring Jacoby to work on WordPress full-time for a month, please get <a href=\"http://jjj.me/\">in touch with him</a>.</p>\n<h1 class=\"entry-title\">Mode Effect Builds Website for WordPress.com’s Affiliate Program</h1>\n<p><a href=\"https://modeeffect.com/\">Mode Effect</a>, a web design agency, <a href=\"https://modeeffect.com/wordpress-com-creators-select-wordpress-agency-mode-effect-to-build-affiliate-program/\">built the site</a> for <a href=\"https://refer.wordpress.com/\">WordPress.com’s affiliate program</a>. According to Jon Burke, team lead for events, marketing, and advertising at Automattic, the agency was chosen based on recommendations and its previous work with the <a href=\"https://vip.wordpress.com/\">WordPress VIP program</a>.</p>\n<h2>New Features for WordPress.com Stats</h2>\n<p>WordPress.com unveiled a <a href=\"https://en.blog.wordpress.com/2017/03/06/your-stats-page-updated/\">number of new enhancements</a> to WordPress.com stats. More insights, summaries, and better use of wide screens are just a few of the improvements that were made.</p>\n<h2>Remembering HostReviews.io</h2>\n<p>Kevin Ohashi, founder of Review Signal, takes a <a href=\"http://reviewsignal.com/blog/2017/03/06/goodbye-hostingreviews-io-i-will-miss-you/\">look back at </a><span class=\"skimlinks-unlinked\"><a href=\"http://reviewsignal.com/blog/2017/03/06/goodbye-hostingreviews-io-i-will-miss-you/\">HostingReviews.io</a> created by Steven Gliebe that was recently acquired by HostingFacts.com. </span></p>\n<p>“I’m truly saddened because it’s disappearing at some point ‘soon.’ The only real competitor whose data I trusted to compare myself against. So I thought I would take the opportunity to write about my favorite competitor,” Ohashi said.</p>\n<p>He compared the data that was manually curated by Gliebe to the data on Review Signal and discovered it was similar. Ohashi says he will miss having a trustworthy competitor to compare his data too.</p>\n<p>“It has been nice having <span class=\"skimlinks-unlinked\">HostingReviews.io</span> around when it was actively being updated (the manual process is certainly overwhelming for any individual I think!). I will miss having a real competitor to compare what I’m seeing in my data.”</p>\n<h2>Challenges of Security Disclosure</h2>\n<p>Aaron Campbell, WordPress security lead, <a href=\"https://aarondcampbell.com/2017/03/the-difficulties-of-security-disclosure/\">provides insight</a> into the challenges associated with security disclosure. Campbell describes disclosure as a constant balancing act.</p>\n<p>“But security isn’t a single balancing act,” Campbell said. “Many of the decisions we must make require finding the right balance. Each requires thought and consideration, as well as a clear set of priorities. Especially when it comes to disclosing vulnerabilities.”</p>\n<p>“Every situation is going to be unique, but knowing the right questions to ask will help. The time to think through these questions is now, hopefully long before you are faced with them.”</p>\n<p>On the topic of security disclosure, I recommend reading <a href=\"https://nacin.com/2014/05/30/security-is-nuanced/\">Security is Nuanced</a> by Andrew Nacin.</p>\n<h2>WordCamp Auckland Wapuu!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project.</p>\n<p><img /></p>\n<p>WordCamp <a href=\"https://2017.auckland.wordcamp.org/\">Auckland, New Zealand</a> is this weekend and the event’s Wapuu is appropriately enough, holding a Kiwi.</p>\n<p>That’s it for issue eighteen. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Mar 2017 02:07:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Matt: Review: From Plato to Post-modernism\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47161\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://ma.tt/2017/03/review-from-plato-to-post-modernism/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2379:\"<p><img />One thing I’m going to try this year is to write a review of every book I get a chance to read. It’s March already so I’m a bit behind and the next few will be out of order, but this seems like as good a place to start as any.</p>\n<p>One new thing I’ve been doing this year is listening to audiobooks with an Audible account, so this first book review is actually an audiobook. <a href=\"http://www.thegreatcourses.com/\">Great Courses</a> is actually an old school thing where you could order college lectures on tape. From the references throughout the lectures I listened to, my guess is that the recordings are from the 90s. This one is called <a href=\"https://www.amazon.com/dp/B00DTO6LZ2/\">From Plato to Post-modernism: Understanding the Essence of Literature and the Role of the Author</a> ($25 on Audible, $9.99 on cassette tape <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f643.png\" alt=\"?\" class=\"wp-smiley\" />).</p>\n<p>I really enjoyed this series. Some of the early lectures covering Aristotle, Longinus, and Sidney’s “Apology for Poetry” were quite brilliant. Later ones from Foucault and Derrida on were weaker and harder to follow, which I think is a function of both the material, which can be dense when it starts getting into Modernism, the length, fixed at 30 minutes, and the lecturer, <a href=\"https://en.wikipedia.org/wiki/Louis_Markos\">Louis Markos</a>. Markos teaches <a href=\"https://www.hbu.edu/contact/louis-markos/\">at Houston Baptist University</a> and his asides can sometimes be a little traditional, but in an adorable grandpa way. He has an infectious enthusiasm that makes even the slower chapters on Kant and Schiller bearable, but his love of and fluency in the earlier classics is really a pleasure.</p>\n<p>It made me curious to look into more online lectures and sometime this year I’m going to check out <a href=\"https://www.khanacademy.org/partner-content/wi-phi/wiphi-value-theory\">this one on Value Theory at Khan academy</a>. I also picked up a used copy of <a href=\"https://www.amazon.com/gp/product/0155055046/\">Critical Theory Since Plato</a> which had the original text for many things discussed in the lecture, so was a great reference point when I was at home in Houston, where I end up listening to most audio content since it’s a driving town.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Mar 2017 20:48:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: “Open Source in Brazil” eBook Now Available for Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66404\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/open-source-in-brazil-ebook-now-available-for-free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3365:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/brazil.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://commons.wikimedia.org/w/index.php?title=User:Ccarelo&action=edit&redlink=1\" class=\"new\" title=\"User:Ccarelo (page does not exist)\">Ccarelo</a> – <span class=\"int-own-work\" lang=\"en\">Own work</span>, <a href=\"http://creativecommons.org/licenses/by-sa/3.0\" title=\"Creative Commons Attribution-Share Alike 3.0\">CC BY-SA 3.0</a>, <a href=\"https://commons.wikimedia.org/w/index.php?curid=40606618\">Link</a>\n<p><a href=\"http://www.oreilly.com/programming/free/files/open-source-in-brazil.pdf\" target=\"_blank\">Open Source in Brazil</a> is a new free eBook from O’Reilly Media that offers an inside look into the growth of Brazil’s free software community despite the country’s unique barriers. Brazil has a vibrant IT and startup culture and hosts the largest open source conference in Latin America, <a href=\"http://softwarelivre.org/fisl16\" target=\"_blank\">Fórum Internacional Software Livre (FISL)</a>. The conference has been running for 17 years and had 5,200 participants in 2016.</p>\n<p>According to Andy Oram, the book’s author, open source software is ubiquitous in the country but challenges in business, education, and government have slowed its wider adoption. The book offers a fascinating account of how the free software movement won political favor in the early 2000’s, launching many governmental initiatives to use open source solutions instead of proprietary software.</p>\n<p>Unfortunately, the government was unable to deliver on these initiatives due to lack of expertise in evaluating software and working with open source communities. These factors, combined with a scarcity of local companies to help bridge the gap, and eventually corruption, caused more delays to converting government operations to open source software. These setbacks resulted in what Oram described as “inertia and corruption that leave companies and government agencies feeding huge amounts of money into proprietary software that was designed for the North American market.”</p>\n<p>Brazil has also struggled to keep highly skilled developers who can mentor the next generation due to a “brain drain” to international cities with higher wages:</p>\n<blockquote><p>The education of developers that takes place in many developed countries is hampered in Brazil, as in many countries, by a brain drain. Basically, if you become an expert in your technological area, you can get a foreign job that pays more than Brazillian jobs and offers the enticements of living in a major tech center such as London or San Francisco. Thus, the people who could be attending meetups and mentoring the next generation of experts are drawn away.</p></blockquote>\n<p>Despite the free software community’s temporary loss of momentum, its unique challenges have prompted Brazilian developers to rely less on government support and find new ways of promoting open source software. “Open Source in Brazil” is available for free in both <a href=\"http://www.oreilly.com/programming/free/files/open-source-in-brazil.pdf\" target=\"_blank\">English</a> and <a href=\"http://www.oreilly.com/programming/free/open-source-no-brasil.csp\" target=\"_blank\">Portuguese</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Mar 2017 18:19:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"BuddyPress: BuddyPress 2.8.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=264593\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://buddypress.org/2017/03/buddypress-2-8-2-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:843:\"<p>BuddyPress 2.8.2 is now available. This is a security release. We strongly encourage all BuddyPress sites to upgrade as soon as possible.</p>\n<p>BuddyPress 2.8.1 and earlier versions were affected by the following three security issues:</p>\n<ol>\n<li>Cross-site request forgery (CSRF) in the XProfile administration Dashboard panel.</li>\n<li>Cross-site request forgery (CSRF) in a number of user-facing AJAX endpoints.</li>\n<li>Cross-site request forgery (CSRF) when dismissing a pending email change.</li>\n</ol>\n<p>These vulnerabilities were reported privately by <a href=\"https://dk.linkedin.com/in/skansing\">Ronnie Skansing</a>. Our thanks to Ronnie for reporting security issues in accordance with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Mar 2017 16:04:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Boone Gorges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: WeFoster Launches Hosting Platform Catered to Online Communities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67151\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/wefoster-launches-hosting-platform-catered-to-online-communities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5536:\"<p><a href=\"https://wefoster.co/\">WeFoster</a>, co-founded by <a href=\"https://wefoster.co/profiles/marion/profile/\">Marion Gooding</a> and <a href=\"https://wefoster.co/profiles/bowromir/profile/\">Bowe Frankema</a>, is a new managed hosting platform fine-tuned specifically for online communities.</p>\n<p>The duo came up with the idea for WeFoster <a href=\"https://wefoster.co/about/\">two years ago</a> at WordCamp London 2015. “Bowe and I sat down and thought of ideas on how we could contribute to the open source community,” Gooding said. “We eventually decided on BuddyPress and to build a business around it. We brainstormed on the basic premise of growing awareness, interest, and the user base of BuddyPress.”</p>\n<p>While BuddyPress is at the core of what WeFoster does, it isn’t limited to it. The hosting provider caters to all kinds of community building tools whether its <a href=\"https://www.peepso.com/\">Peepso</a>, <a href=\"https://s2member.com/\">s2Member</a>, or <a href=\"https://www.memberpress.com/\">Memberpress</a>.</p>\n<p>One of the things that sets WeFoster apart is its community creation wizard. Customers are asked a series of questions related to their community. For example, one of the questions asks if you’d like to have discussion forums. If you answer yes, bbPress will automatically be installed in the background. This process replaces the need to manually search and install a variety of plugins after installing WordPress.</p>\n<img />WeFoster Community Creation Wizard\n<p>When creating a community, customers can select from a set of partner templates. Partner templates are pre-configured WordPress installations setup specifically around a product. Partner templates include a white labeled dashboard allowing partners to brand it to match their product. Partners also receive a variety of other perks.</p>\n<p>The partner program is not an affiliate program and partners are hand selected. The team is looking for partners that are in line with the company’s vision of building better communities. For more information and to apply to be a partner, check out the <a href=\"https://wefoster.co/platform/partners/\">partner application</a> page.</p>\n<h2>WeFoster Uses Google’s Cloud Platform</h2>\n<p>WeFoster is built on <a href=\"https://cloud.google.com/\">Google’s Cloud Platform</a> enabling each site to be hosted in a container separate from others. The technology stack consists of PHP7, Nginx, Redis/Memcached, and MariaDB. If for whatever reason you need to downgrade to PHP 5.6, you can do so at the click of a button.</p>\n<img />Switching PHP Versions\n<p>WeFoster uses a custom caching solution dubbed CommunityCaching that it claims loads sites up to six times faster than traditional shared hosts and almost twice as fast as Managed WordPress hosts.</p>\n<p>The host is also a certified CloudFlare partner taking advantage of CloudFlare’s data centers located across the world. The partnership provides access to free SSL certificates. All sites created on WeFoster have SSL enabled by default and are served over the <a href=\"https://www.cloudflare.com/http2/what-is-http2/\">HTTP/2 protocol</a>.</p>\n<p>Sites are actively monitored for malware and are backed up to Amazon Secure Storage. Site owners can restore to any point in time since backups are stored indefinitely.</p>\n<h2>Tools for Developers</h2>\n<p>Although WeFoster has focused on eliminating technical hurdles experienced by those who manage online communities, the company didn’t forget about developers. Each site has a developer section that includes a code editor, database manager, an area for debugging, and other related tools. The code editor is a full-featured IDE that works in the browser. This eliminates the need use an FTP client to upload files to the web server.</p>\n<img />Developer Tools\n<p>Those who manage sites using a command line interface will be happy to know that WeFoster supports <a href=\"http://wp-cli.org/\">WP-CLI</a>.</p>\n<img />WP-CLI Support\n<h2>The WeFoster Community Hub</h2>\n<p>In addition to hosting communities, WeFoster itself <a href=\"https://wefoster.co/platform/community-features/\">is a community</a>. The WeFoster community hub is a place where community builders share advice, network with other builders, and gain access to exclusive resources. Prospecting developers can join the <a href=\"https://wefoster.co/profiles/type/developers/\">developer directory</a> and be part of <a href=\"https://wefoster.co/platform/community-care/\">Community Care</a>. Community Care enables community managers to submit tasks that are then completed by one or more experts from the developer directory for a fee.</p>\n<h2>Co-Founders Give a Guided Tour</h2>\n<p>WeFoster offers a <a href=\"https://wefoster.co/platform/launch\">seven-day free trial</a> for all <a href=\"https://wefoster.co/platform/pricing/\">its plans</a> and will migrate existing communities for free. Prices start at $29 per month for the Village plan and go as high as $249 for the Metropolis plan. If at the end of the trial period you decide not to use the service, remove your payment information so you don’t get charged.</p>\n<p>What I’ve highlighted above is only scratching the surface as to what WeFoster offers. To learn and see how it works, watch this 47 minute video where Gooding and Frankema give a guided tour and explain the thought process behind many of its features.</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Mar 2017 06:23:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"WPTavern: Stack Overflow Jobs Data Shows ReactJS Skills in High Demand, WordPress Market Oversaturated with Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67202\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4805:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?ssl=1\"><img /></a></p>\n<p>Stack Overflow published its analysis of <a href=\"https://stackoverflow.blog/2017/03/09/developer-hiring-trends-2017/\" target=\"_blank\">2017 hiring trends</a> based on the targeting options employers selected when posting to <a href=\"http://stackoverflow.com/jobs\" target=\"_blank\">Stack Overflow Jobs</a>. The report, which compares data from 200 companies since 2015, ranks ReactJS, Docker, and Ansible at the top of the fastest growing skills in demand. When comparing the percentage change from 2015 to 2016, technologies like AJAX, Backbone.js, jQuery, and WordPress are less in demand.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?ssl=1\"><img /></a></p>\n<p>Stack Overflow also measured the demand relative to the available developers in different tech skills. The demand for backend, mobile, and database engineers is higher than the number of qualified candidates available. WordPress is last among the oversaturated fields with a surplus of developers relative to available positions.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?ssl=1\"><img /></a></p>\n<p>In looking at these results, it’s important to consider the inherent biases within the Stack Overflow ecosystem. In 2016, the site surveyed more than 56,000 developers but noted that the survey was “biased against devs who don’t speak English.” The average age of respondents was 29.6 years old and 92.8% of them were male. </p>\n<p>For two years running, Stack Overflow survey respondents have <a href=\"https://wptavern.com/stack-overflow-survey-results-show-wordpress-is-trending-up-despite-being-ranked-among-most-dreaded-technologies\" target=\"_blank\">ranked WordPress among the most dreaded technologies</a> that they would prefer not to use. This may be one reason why employers wouldn’t be looking to advertise positions on the site’s job board, which is the primary source of the data for this report.</p>\n<p>Many IT career forecasts focus more generally on job descriptions and highest paying positions. Stack Overflow is somewhat unique in that it identifies trends in specific tech skills, pulling this data out of how employers are tagging their listings for positions. It presents demand in terms of number of skilled developers relative to available positions, a slightly more complicated approach than measuring demand based on advertised salary. However, Stack Overflow’s data presentation could use some refining. </p>\n<p>One commenter, Bruce Van Horn, <a href=\"https://stackoverflow.blog/2017/03/09/developer-hiring-trends-2017/#comment-3194770754\" target=\"_blank\">noted</a> that jobs tagged as “Full Stack Developer” already assume many of the skills that are listed separately: </p>\n<blockquote><p>I wonder how many of these skills are no longer listed because they are “table stakes”. You used to have to put CSS, jQuery, and JSON on the job description. I wouldn’t expect to have to put that on a Full Stack Developer description today – if you don’t know those then you aren’t a Full Stack Web Developer, and I’m more interested in whether you know the shiny things like React, Redux, and Angular2.</p></blockquote>\n<p>It would be interesting to know what is meant by tagging “WordPress” as a skill – whether it is the general ability to work within the WordPress ecosystem of tools or if it refers to specific skills like PHP. Browsing a few jobs on Stack Overflow, <a href=\"http://stackoverflow.com/jobs?sort=i&q=wordpress\" target=\"_blank\">WordPress positions</a> vary in the skills they require, such as React.js, Angular, PHP, HTML, CSS, and other technologies. This is a reflection of the diversity of technology that can be leveraged in creating WordPress-powered sites and applications, and several of these skills are listed independently of WordPress in the data. </p>\n<p>Regardless of how much credibility you give Stack Overflow’s analysis of hiring trends, the report’s recommendation for those working in technologies oversaturated with developers is a good one: “Consider brushing up on some technologies that offer higher employer demand and less competition.” WordPress’ code base is currently <a href=\"https://www.openhub.net/p/wordpress/analyses/latest/languages_summary\" target=\"_blank\">59% PHP and 27% JavaScript</a>. The percentage of PHP has grown over time, but newer features and improvements to core are also being built in JavaScript. These are both highly portable skills that are in demand on the web.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Mar 2017 23:16:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WPTavern: Google Launches Invisible reCAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67177\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wptavern.com/google-launches-invisible-recaptcha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4216:\"<p>Three years ago Google introduced its new <a href=\"https://wptavern.com/googles-new-recaptcha-api-replaces-distorted-text-with-a-checkbox\" target=\"_blank\">reCAPTCHA v2 API</a>, replacing distorted text challenges with a simple “I’m not a robot” checkbox for validating users. This was a welcome improvement over the fuzzy text in a box that frustrated and infuriated real humans.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/recaptcha.png?ssl=1\"><img /></a>reCAPTCHA v1\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/nocaptcha.gif?ssl=1\"><img /></a>reCAPTCHA v2 photo credit: <a href=\"http://googleonlinesecurity.blogspot.com/2014/12/are-you-robot-introducing-no-captcha.html\">Google Online Security Blog</a>\n<p>reCAPTCHA v1 is no longer supported as of May 2016 and most sites have moved on to use v2. WordPress.org was one of the early adopters of reCAPTCHA v2 and still uses it to validate users on its <a href=\"https://login.wordpress.org/register\" target=\"_blank\">registration form</a>. </p>\n<p>The evolution of reCAPTCHA technology continues, as Google <a href=\"https://www.google.com/recaptcha/admin\" target=\"_blank\">opened up registration</a> for its new Invisible reCAPTCHA today. With the exception of the “Protected by reCAPTCHA” badge on forms, the newest implementation is invisible. It doesn’t require the user to click anything. Invisible reCAPTCHA validates users in the background and is invoked when the user clicks on an existing button on the site. It can also be invoked by a JavaScript API call. If it deems the traffic to be suspicious, it will require the user to solve a captcha. </p>\n<h3>Invisible reCaptcha for WordPress</h3>\n<p><a href=\"https://wordpress.org/plugins/invisible-recaptcha/\" target=\"_blank\">Invisible reCaptcha for WordPress</a> is the first plugin to implement the new API. It was launched in December 2016, shortly after Invisible reCAPTCHA went into beta. The settings page lets users paste in the site key and secret key Google issues after <a href=\"https://www.google.com/recaptcha/admin\" target=\"_blank\">registering on the reCAPTCHA site</a>. </p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/invisible-recaptcha-settings.png?ssl=1\"><img /></a></p>\n<p>Invisible reCaptcha for WordPress has options to enable protection on the WordPress login, registration, comments, and forgot password forms. It is compatible with WooCommerce for protecting the login, registration, product review, lost password, and reset password forms. The plugin also works with Contact Form 7 to protect form submission.</p>\n<p>On the frontend users will see the “Protected by reCAPTCHA” badge. I’m not fond of the sticky badge on the right side of the viewport that slides out on hover, as it seems too obtrusive. It looks better in the context of the form, and the plugin offers an option to display it inline and add custom CSS.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/invisible-recaptcha-plugin-frontend.png?ssl=1\"><img /></a></p>\n<p>After testing the plugin and seeing Invisible reCAPTCHA in action, I was impressed with how easy it was to set up. It took less than a minute to get my site added at Google and the plugin configured. However, I was disappointed that the captcha is not truly invisible. Google’s overt branding on what is meant to be an invisible product makes it only a slight improvement over the v2 checkbox implementation in terms of what the user sees when interacting with the form. It is possible to hide the badge using CSS but this may violate reCAPTCHA’s policies, as the badge links to Google’s terms and privacy documents.</p>\n<p><a href=\"https://wordpress.org/plugins/invisible-recaptcha/\" target=\"_blank\">Invisible reCaptcha for WordPress</a> is free on WordPress.org and should greatly reduce the spam coming through WordPress forms. The plugin is compatible with Multisite and can be activated network-wide or on a single site. Detailed instructions for extending it to protect any plugin or custom form are available on WordPress.org.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Mar 2017 05:13:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"WPTavern: WPWeekly Episode 266 – Clef Is Shutting Down, Configuring User Avatars, and WPCampus 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=67181&preview=true&preview_id=67181\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/wpweekly-episode-266-clef-is-shutting-down-configuring-user-avatars-and-wpcampus-2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4263:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the stories that are making headlines including, Clef shutting down, WordPress 4.7.3, and WordPress.com’s new add-on for Chrome. I shared two lessons I recently learned from managing a site that has open registration and uses BuddyPress. We also share details of WPCampus 2017.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-4-7-3-patches-six-security-vulnerabilities-immediate-update-advised\">WordPress 4.7.3 Patches Six Security Vulnerabilities, Immediate Update Advised</a><br />\n<a href=\"https://wptavern.com/clef-is-shutting-down-june-6th\">Clef is Shutting Down June 6th</a><br />\n<a href=\"https://wptavern.com/wordpress-com-releases-chrome-add-on-for-google-docs\">WordPress.com Releases Chrome Add-On for Google Docs</a><br />\n<a href=\"https://wptavern.com/freemius-launches-insights-for-wordpress-themes\">Freemius Launches Insights for WordPress Themes</a><br />\n<a href=\"https://wptavern.com/configuring-a-user-avatar-in-wordpress-is-not-as-easy-as-it-should-be\">Configuring a User Avatar in WordPress Is Not as Easy as It Should Be</a><br />\n<a href=\"https://wptavern.com/buddypress-core-contributors-working-on-a-way-to-safely-edit-a-groups-permalink\">BuddyPress Core Contributors Working on a Way to Safely Edit a Group’s Permalink</a><br />\n<a href=\"https://wptavern.com/wpcampus-2017-to-take-place-july-14-15-in-buffalo-ny\">WPCampus 2017 to Take Place July 14-15 in Buffalo, NY</a></p>\n<h2>What’s on WordPress.tv:</h2>\n<p><a href=\"http://wordpress.tv/2017/03/06/wordpress-community-interview-with-jenny-beaumont/\">WordPress Community Interview With Jenny Beaumont </a></p>\n<p>Jenny Beaumont is a multicultural, multidisciplinary maker and writer of things. She is a leader of people and of projects, who values communication above all else as a means to successful collaboration. Jenny and Paolo Belcastro, are the co-organizers of WordCamp Europe. She is the team lead of the local WordPress Community.</p>\n<p><a href=\"http://wordpress.tv/2017/03/05/rob-ruiz-admin-experience-the-new-ux/\">Rob Ruiz: Admin Experience – The New UX</a></p>\n<p>This presentation is part of WordCamp Omaha 2016. Too often, User Experience is only considered on the front-end of a WordPress site design. Although that is very important, too many WP Designers/Developers stop there. This video goes over tricks and methods to make updating and administrating WordPress sites much more user-friendly for the admin/site-owner/client.</p>\n<p><a href=\"http://wordpress.tv/2016/10/27/chris-klosowski-democratizing-inspiration/\">Chris Klosowski: Democratizing Inspiration</a></p>\n<p>This presentation is part of WordCamp Phoenix 2016. All businesses and stories start as an idea. WordPress is a democratized platform for that inspiration, where ideas are empowered to evolve into meaningful products and stories that shape and create the world we want.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/clone-menu/\">WP Clone Menu</a> enables you to clone menus using existing menus.</p>\n<p><a href=\"https://wordpress.org/plugins/list-images-to-optimize/\">WordPress List Images to Optimize</a> gives users an idea of which ones need to be optimized or re-uploaded.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-raffle/\">WP Raffle</a> fully automates an online raffle. Simply install, start the appropriate raffle and prizes, and this plugin does the rest; picking the winners at the designated raffle draw date.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 15th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #266:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Mar 2017 02:49:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Google is Retiring Its Adsense for WordPress Plugin in May 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66886\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/google-is-retiring-its-adsense-for-wordpress-plugin-in-may-2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3035:\"<p>Google <a href=\"https://support.google.com/adsense/answer/3380626?hl=en-GB\" target=\"_blank\">announced</a> that it is retiring its <a href=\"https://wordpress.org/plugins/google-publisher/\" target=\"_blank\">official Adsense plugin</a>, previously known as the Google Publisher plugin. For the past three years it has allowed WordPress users to easily add Adsense ads to their sites, enable mobile-specific ad layouts, and manage ads with a point-and-click interface. </p>\n<p>“After reviewing the AdSense Plugin for WordPress, we’ve decided that in the future we can support WordPress publishers better with new innovative features like our automatic ad formats and other upcoming initiatives,” Google said. “As a result, we will be deprecating the AdSense Plugin for WordPress in May 2017.”</p>\n<p>Google published the following timeline for sunsetting the plugin:</p>\n<ul>\n<li>Early March 2017: New publishers will not be able to sign up for AdSense by using the plugin.</li>\n<li>Early April 2017: Existing publishers will not be able to change their ad settings or ad units through the plugin.</li>\n<li>Early May 2017: Google will no longer provide support for the plugin.</li>\n</ul>\n<p>Although Google’s Adsense plugin was used by more than 200,000 WordPress sites, the company has not provided support for the plugin for the past two years. It has been poorly reviewed throughout its three-year listing on WordPress.org and is currently hovering at 2.7/5 stars.</p>\n<p>This change will also affect <a href=\"https://wordpress.org/plugins/search.php?type=term&q=google+adsense\" target=\"_blank\">dozens of other Google Adsense plugins</a>, as Google is changing its ad display recommendations and does not endorse or support using any other WordPress plugins for this purpose.</p>\n<p>Affected publishers received an email with information on how to display ads without the plugin. Google recommends deactivating and removing the plugin, followed by using the QuickStart option or creating and placing ad units by inserting the ad code into text widgets. Those who are manually placing ads using widgets will need to make sure they comply with Google’s detailed <a href=\"https://support.google.com/adsense/answer/1346295\" target=\"_blank\">ad placement policies</a>. </p>\n<p>The new <a href=\"https://support.google.com/adsense/answer/7171740\" target=\"_blank\">QuickStart</a> method is a <a href=\"https://support.google.com/adsense/answer/6245304\" target=\"_blank\">page-level ad format</a> that automatically displays ads at “optimal times” when Adsense deems they will perform well and provide a good experience for visitors. These ads can be turned on by placing the QuickStart code within the tag. It’s easier to set up but not nearly as flexible as placing ads in text widgets, which can be conditionally displayed or hidden on pages, categories, tags, and post types using widget visibility rules offered in Jetpack or another plugin.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Mar 2017 21:23:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Matt: WordPress Collaborative Editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47145\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://ma.tt/2017/03/wordpress-collaborative-editing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2390:\"<p>I’m really excited about the <a href=\"https://en.blog.wordpress.com/2017/03/07/introducing-wordpress-com-for-google-docs-a-new-way-forward-for-collaborative-editing/\">new Google Docs integration that just launched</a> — basically it builds a beautiful bridge between what is probably the best collaborative document editor on the planet right now, <a href=\"https://www.google.com/docs/about/\">Google’s</a>, and let’s you one-click bring a document there into a WordPress draft with all the formatting, links, and everything brought over. There’s even a clever feature that if you are copying and pasting from Docs it’ll tell you about the integration.</p>\n<p>I think this is highly complementary to the work we’re doing with the new Editor in core WordPress. Why? Google Docs represents the web pinnacle of the WordPerfect / Word legacy of editing “pages”, what I’ll call a document editor. It runs on the web, but it’s not native to the web in that its fundamental paradigm is still about the document itself. With the new WordPress Editor the blocks will be all about bringing together building blocks from all over — maps, videos, galleries, forms, images — and making them like Legos you can use to build a rich, web-native post or page.</p>\n<p>We’re going to look into some collaborative features, but Google’s annotations, comments, and real-time co-editing are years ahead there. So if you’re drafting something that looks closer to something in the 90s you could print out, <a href=\"https://en.blog.wordpress.com/2017/03/07/introducing-wordpress-com-for-google-docs-a-new-way-forward-for-collaborative-editing/\">Docs will be the best place to start and collaborate</a> (and better than Medium). If you want to built a richer experience, something that really only makes sense on an interactive screen, that’s what the new WordPress editor will be for.</p>\n<p>One final note, the <a href=\"https://chrome.google.com/webstore/detail/wordpresscom-for-google-d/baibkfjlahbcogbckhjljjenalhamjbp\">Docs web store</a> makes it tricky to use different Google accounts to add integrations like this one. To make it easy, open up a Google Doc under the account you want to use, then go to Add-ons -> Get add-ons… -> search for “Automattic” and you’ll be all set.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Mar 2017 20:12:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"HeroPress: Coming Home\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1634\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://heropress.com/essays/coming-home/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13077:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/030817-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I love that the WordPress community wants everyone to feel welcome and included,\" /><p>When I was 17, I attended the school for graphical design and printing. I remember one time a teacher yelling at me: ‘With an attitude like that, you won’t get very far in life’.</p>\n<p>I don’t know why this pops into my mind at the very moment I started to writing this piece for HeroPress. I guess I always wanted to do things my way. I have had pretty strong thoughts about how and why I wanted to do things in life, both personally and work wise.</p>\n<p>I’ve felt a great love for the DIY and making industry all my life, and was surrounded by people in small alternative ecosystems in my early twenties. Doing printing, music, squatting, cooking… those were the days. After a while, I sort of drifted apart. My career and life seemed to go a different way from what I actually loved. However, I did some small DIY internet projects on the computer that I got halfway through the nineties. I built some blogs and figured out how to do html. I was all on the side though, never professional.</p>\n<h3>A New Beginning</h3>\n<p>Around 2002, I really wanted to go away from what I had and dream, make plans and start a new life. So I ditched my management job, husband and newly built house. With a new love in my life, I bought a 150 year old farmhouse in a rural part of the Netherlands. We were busy doing it up and dreamt about starting our own business someday. Not to depend on a time & place based 9-5 job anymore.</p>\n<p>In 2007, we started our own webshop in organic gardening and sustainable, handmade garden tools. I experimented with code, Open Source Systems and SEO. I did graphical design, e-mail marketing, text writing, photography… we grew and grew and grew. And then we hit the ground. We got struck by the crisis and everything fell apart.</p>\n<p>It made me rethink my career and 2011 was the start for me working with WordPress. I had built websites , but never designed a website with a content management system (besides the webshop). I knew WordPress from the dot com blog I had, so after comparing a few systems and asking for advice on Twitter, I decided to have WordPress as a basis for my future work.</p>\n<p>At the time, I didn’t know what WordPress was. I mean, what WordPress really was. Basically it was the software I chose to work with, but that was that. I spent a lot of time finding out about the plugins, themes and adjusting code and css.</p>\n<blockquote><p>But I never knew about the WordPress community that was there, and I wish I had.</p></blockquote>\n<p>Although I’ve learned a great deal from my research and mistakes, it would have been so much easier having the supportive community around in the early days of my life as a web designer.</p>\n<p>It took me quite a while to find out about the WordPress community. I had discovered WordPress support, but never realised these were all hardworking people like me, giving back some time and knowledge to the community without getting paid for it. I guess the anonymity of the internet was part of the reason for me not knowing. At some point I heard about these web developer and design conferences in general, not WordPress specific. It never occurred to me to go there, because I thought I wouldn’t fit in. I didn’t see myself as a real professional, because nearly all my knowledge was self taught. (Later on, I found out that’s the story of nearly everyone I met within the WordPress community). Besides that, designing websites was just part of my job. I also did graphical design, print work, marketing and copywriting. Another reason to feel like a fool among all these smart guys speaking code to each other!</p>\n<h3>A Revelation</h3>\n<p>Only in 2015 things changed. One of my friends told me about Meetups and was surprised I hadn’t heard of it, since I was her geeky friend. But I had been so busy with keeping my head up after breaking up with my boyfriend, building my company, starting a part time study (I decided to get my bachelor on Media, Information an Communication). In the meantime, I had moved to a new part of the Netherlands again. Looking at local Meetups, I found a WordPress Meetup in Rotterdam, approx. 15 minutes by train from where I lived. On a Monday evening, I decided to go there, not knowing anyone attending. I’m not a shy person at all, but sometimes stepping into a new network can be tough, even for extroverts like me.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/rotterdam_meetup-min.jpg\"><img class=\"size-large wp-image-1636\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/rotterdam_meetup-min-1024x633.jpg\" alt=\"Scene from the back of the room, Monique with her hand up to ask a question.\" width=\"960\" height=\"593\" /></a>Asking a question at the Rotterdam meetup.\n<p>Arriving in the pouring rain, I stepped into the elevator bringing me to the right floor. A friendly women called Marleen stepped in with me and we started talking. We had a good click right away and chatted all evening. She then told me I should go to WordCamp Netherlands later on that year, convincing me I would fit in and it wouldn’t be all development and code boys, but all kinds of people like bloggers, marketeers, teachers or entrepreneurs.</p>\n<blockquote><p>So October 2015 I went to my first WordCamp ever and had a really good time. It definitely was an eye opener.</p></blockquote>\n<p>Finishing my thesis (and moving houses again!), I was too busy looking around, so unfortunately I couldn’t attend any other Meetups after that, but I was determined to go to the next Dutch WordCamp. I started following their Twitter to stay updated. At some point I saw them mentioning a WordCamp Europe. By that time, I hadn’t really figured out this whole WordCamp thing (and certainly hadn’t realised the impact it would have on me later).</p>\n<p>But what? WordCamp Europe? Vienna? End of June? Well that would be a great graduation present after three years of hard work! So I bought myself a ticket. And started to look forward going to a lovely city. As the date got closer, I realised this was much bigger than I expected. Wow, are there really people flying in from all over the world to be here? So it’s not just a Europe-thing? I was getting more and more impressed (and excited) by the day.</p>\n<h3>WordCamp Europe 2017</h3>\n<p>To have some pre-travelling fun, I started following the WordCamp Europe hashtag (<a href=\"https://twitter.com/search?q=%23wceu\">#wceu</a>) on Twitter. Soon, I found out there were all these warmup events and I hooked up with some Dutch WordPressers for a cycling trip through Vienna in the scorching heat. For three hours, we chased our guide Franz through Vienna and I had the best time of my life. Immediately I felt at home with this group that I had never met before, apart from speaking to one of them briefly on WordCamp Netherlands. Apparently they had done a bike tour in Sevilla the year before, and as real Dutchies, they thought to continue the tradition.</p>\n<p>For the next few days, we sort of met on and off, having dinner or drinks with other people they knew. I was impressed with WordCamp itself as well. I don’t think I’ve ever been to an event organised this well. The catering was great, the talks were great and the weather was perfect. The social on Saturday night was unforgettable. All volunteers were so dedicated and the atmosphere all through the event was the best ever. After returning I was so enthusiastic about being part of this, but it was difficult to describe how I really felt. I guess you have to be part of it to know what WordPress really is.</p>\n<blockquote><p>Because WordPress in fact ís the community. I seriously doubt it would exist without the community.</p></blockquote>\n<p>What I found truly amazing about it, is that there is so much respect. People make an effort to make the WordCamps accessible for everyone. Disabled, bad eyesight or hearing: WordCamps are accessible for wheelchairs, have live subtitles on the talks or someone who knows sign language. Children? Of course there’s a child care department, so parents can enjoy the talks as well. Crazy diets? Not one diet is too crazy for WordCamp. Event managers should definitely attend a WordCamp or sign up as a volunteer because they could learn a great deal.</p>\n<p>I love that the WordPress community wants everybody to feel welcome and included. And this is what I thought of when this remark of my teacher popped into my mind. Ever since I was a child, I have a great feeling for justice. I want people to be equal and not being judged on whatever. That’s my attitude he had problems with, because he thought I should adapt to what big bosses would tell me in life and that they would never accept the different opinion I had. Within the WordPress community, I feel that people live by this rule of justice (the code of conduct I think helps a great deal) and it goes without saying. I believe this is very very welcome in times like these and I feel happy that I’ve discovered the WordPress community. It really felt like coming home and meeting people on WordCamps help me keep faith in humanity.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/wordcamp_netherlands2-min.jpg\"><img class=\"size-large wp-image-1638\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/wordcamp_netherlands2-min-1024x536.jpg\" alt=\"WordCamp Netherlands Volunteers\" width=\"960\" height=\"503\" /></a>WordCamp Netherlands Volunteers\n<p>I went to the Dutch WordCamp last October, this time giving back a little bit by volunteering. And at the time of writing, I’m looking forward to my next WordCamp which will be in London from 17-19 March. It will be great to go to one of my favourite cities, but I’m excited to go to this WordCamp for more than one reason: I applied and got selected as as speaker! Not that I’m so keen on standing on that stage, but because it’s a great opportunity to for me to share knowledge and learn. Because that’s what WordCamps are for aren’t they?</p>\n<h3>Your Turn</h3>\n<p>So this is a shout out to all WordPress newbies: get your arse over to the nearest WordCamp, you won’t regret it! We were all newbies once too, and we’re all still learning everyday and willing to teach you. We could probably learn from your expertise too!</p>\n<p>At the same time it’s a shout out to the WordPress community too: make it as easy as possible for new people to attend WordCamps. Invite them, buy tickets for them. Make them aware of the added value of the lively WordPress community both offline and online. Maybe it could become part of WordPress news in new installs? A link to all the great resources on <a href=\"http://wordpress.tv/\">WordPress.tv</a> and support, and a notification of <a href=\"https://central.wordcamp.org/\">upcoming WordCamps</a>? I definitely have intentions of visiting as many WordCamps as possible in the years coming, so hopefully I’ll meet you at one of them!</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Coming Home\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Coming%20Home&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fcoming-home%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Coming Home\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fcoming-home%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fcoming-home%2F&title=Coming+Home\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Coming Home\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/coming-home/&media=https://heropress.com/wp-content/uploads/2017/03/030817-min-150x150.jpg&description=Coming Home\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Coming Home\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/coming-home/\" title=\"Coming Home\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/coming-home/\">Coming Home</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Mar 2017 12:00:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Monique Dubbelman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WPTavern: Clef is Shutting Down June 6th\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66963\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/clef-is-shutting-down-june-6th\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3854:\"<p><a href=\"https://getclef.com/\">Clef</a>, a two-factor authentication service founded in 2013 <a href=\"https://blog.getclef.com/discontinuing-support-for-clef-6c89febef5f3#.9b7u28s9p\">has announced</a> that it is discontinuing its product. Clef is most well known for removing the burden of remembering usernames and passwords by replacing them with a 300 character key using mobile cryptography.</p>\n<p>The service’s <a href=\"https://wordpress.org/plugins/wpclef\">WordPress plugin</a> is active on more than 1M sites and has been removed from the directory. Clef will continue operating until June 6th, 2017. After June 6th, the mobile app will stop functioning and be removed from the Google Play and Apple App stores.</p>\n<p>Users are highly encouraged to transition to a different two-factor authentication provider as soon as possible. Clef has published a <a href=\"http://support.getclef.com/article/136-transitioning-away-from-clef-for-two-factor-authentication\">transition guide</a> to help users switch to <a href=\"https://wordpress.org/plugins/two-factor/\">Two-Factor</a>, <a href=\"https://www.authy.com/integrations/wordpress/\">Authy</a>, or <a href=\"https://wordpress.org/plugins/google-authenticator/installation/\">Google Authenticator</a>.</p>\n<p>The announcement offers few details as to why the service is shutting down. Brennen Byrne, Clef’s CEO, says the team is joining another company and that more details will be published soon.</p>\n<p>Users and customers reacted to the news by expressing disappointment and sadness in the comments, “I am very very sad for that,” Furio Detti said. “And I must admit a bit disappointed — Clef was clever, clean, quick.”</p>\n<p>“I need no more and no other. I’d like to know if the shutdown could be a sign of bad luck in business or a changing of strategy to improve the product. I tried many systems, but CLEF was the very best, the others, almost annoying crap.”</p>\n<p>Others questioned how the company reached the point of shutting down, “Has something gone wrong or incredibly right?,” John Walker asked. “How can something so useful and reassuring be canned?”</p>\n<p>“WordPress installer states over 1 million active users. That’s a lot of websites to just drop without tangible explanation.”</p>\n<p>The decision to sunset the product was not an easy one, “We’ve considered a lot of options for how we can satisfy our responsibility to the folks who have used our product for a long time, but ultimately we felt like this was the only responsible option we could take,” Byrne said.</p>\n<p>The service offered commercial business plans, including a $1,000 a month plan but couldn’t find a business model that worked, “We’ve been so happy to build a product that people loved and which had widespread adoption in the WordPress community, but we haven’t been able to find a business model which made the company sustainable,” he said.</p>\n<p>It’s evident by the comments that Clef offered something unique. Whether it was the <a href=\"https://medium.com/@friendly_amy/im-so-sad-to-see-it-go-f978154fda9e?source=responses---------24----------\">user experience</a>, <a href=\"https://medium.com/@zachatkinson85/this-is-very-unfortunate-a27f79d2e7dd?source=responses---------4----------\">ease of use</a>, or <a href=\"https://medium.com/@rogerioleme/too-bad-i-always-enjoyed-the-clef-authenticator-dee40dd7ebf3?source=responses---------3-32---------\">working like magic</a>, the service has a devoted fanbase that love the product.</p>\n<p>Please spread the word that Clef is shutting down as potentially thousands of users may not discover it until their keycodes stop working on June 6th.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Mar 2017 09:05:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordPress.com Releases Chrome Add-On for Google Docs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66941\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/wordpress-com-releases-chrome-add-on-for-google-docs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3597:\"<p>WordPress.com <a href=\"https://en.blog.wordpress.com/2017/03/07/introducing-wordpress-com-for-google-docs-a-new-way-forward-for-collaborative-editing/\" target=\"_blank\">released</a> its new Chrome <a href=\"https://chrome.google.com/webstore/detail/wordpresscom-for-google-d/baibkfjlahbcogbckhjljjenalhamjbp\" target=\"_blank\">Add-on for Google Docs</a> today. The free add-on allows users to edit documents collaboratively in Google Docs and then send the document directly to any WordPress.com site as a draft post. The add-on can also connect to Jetpack-enabled sites, offering the same functionality for self-hosted WordPress users.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/wp-google-docs.jpg?ssl=1\"><img /></a></p>\n<p>After installing the add-on from the Google Chrome Store, users will be asked to give permission for it to send posts to WordPress.com. Clicking on the Add-ons menu within the document will open a sidebar where you can add sites. When the document is ready to send to one of your sites, you can click on the “Save Draft” button. You’ll be given a preview link to check out how it looks on the site. </p>\n<p>Ordinarily, copying and pasting content from Google Docs into WordPress results in a messy draft that lacks the same formatting. The new add-on was created to tackle this problem. It duplicates the document’s images and formatting into WordPress, cutting out a lot of secondary formatting that used to be required.</p>\n<p>“Collaboration has been a big area of interest for us, and we want to investigate a lot of different approaches,” Automattic representative Mark Armstrong said. “Google Docs made perfect sense because it’s where a lot of people already do collaborative editing. If we could streamline that process for publishing a Google Doc on WordPress, that would help so many people. We’ve been testing it with publishers and heard a lot of great feedback.” </p>\n<p>Armstrong didn’t have any data for how often users paste content from Google docs to WordPress.com, but making content more portable between the two platforms is an often requested feature. The WordPress Plugin Directory has <a href=\"https://wordpress.org/plugins/search.php?q=Google+Docs\" target=\"_blank\">several plugins for embedding Google documents inside content</a> via a shortcode embed or oEmbed, demonstrating that thousands of users are already interested in bringing content over from Google Docs to WordPress.</p>\n<p>After testing the add-on with a sample document that includes special formatting and images, I found that it is a great improvement over the clunky copy and paste experience. Sending posts to WordPress.com is fairly seamless and works as advertised. </p>\n<p>In testing with multiple Jetpack-enabled sites I received some errors when authenticating, which may be due to a security limitation of my host. We had the same issue with the Tavern and were not able to fully test it for self-hosted WordPress sites, but are continuing to investigate the issue. However, other Jetpack-enabled sites are reportedly working with the add-on as expected, according to Armstrong.</p>\n<p>Heavy users of Google Docs and WordPress are excited by the prospect of having the two platforms play nicely together. It saves users quite a bit of time and the new tool will do a lot to bridge the gap for those who rely on Google Docs for collaborative editing. It’s the next best thing to having collaborative editing built into WordPress. </p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Mar 2017 22:14:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: WordPress 4.7.3 Patches Six Security Vulnerabilities, Immediate Update Advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=67001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/wordpress-4-7-3-patches-six-security-vulnerabilities-immediate-update-advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2298:\"<p><a href=\"https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/\" target=\"_blank\">WordPress 4.7.3</a> is now available with patches for six security vulnerabilities that affect version 4.7.2 and all previous versions. WordPress.org is strongly encouraging users to update their sites immediately. </p>\n<p>The release includes fixes for three XSS vulnerabilities that affect media file metadata, video URLs in YouTube embeds, and taxonomy term names. It also includes patches for three other security issues:</p>\n<ul>\n<li>Control characters can trick redirect URL validation</li>\n<li>Unintended files can be deleted by administrators using the plugin deletion functionality</li>\n<li>Cross-site request forgery (CSRF) in Press This leading to excessive use of server resources</li>\n</ul>\n<p>These vulnerabilities were responsibly disclosed by a variety of different sources contributing to WordPress security.</p>\n<p>Version 4.7.3 is also a maintenance release with fixes for <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.7.3&group=component&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=keywords&order=priority\" target=\"_blank\">39 issues</a>. This includes a fix for an annoying bug that popped up after 4.7.1 where certain <a href=\"https://core.trac.wordpress.org/ticket/39550\" target=\"_blank\">non-image files failed to upload</a>, giving an error message that said: “Sorry, this file type is not permitted for security reasons.” Those who were negatively impacted have been waiting on this fix for two months.</p>\n<p>WordPress sites that haven’t been updated have been subject to a rash of exploits during the last month after a <a href=\"https://wptavern.com/wordpress-rest-api-vulnerability-is-being-actively-exploited-hundreds-of-thousands-of-sites-defaced\" target=\"_blank\">WP REST API vulnerability was disclosed</a>. Now that the patched vulnerabilities in 4.7.3 are public, it is only a matter of time before hackers begin exploiting sites that do not update. If you have auto-updates on, your site has probably already updated by now. If for some reason you have auto-updates disabled, you will want to manually update as soon as possible.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Mar 2017 20:39:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: The Job Interview\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2017/03/the-job-interview/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"<p>Inc. writes <a href=\"http://www.inc.com/marcel-schwantes/science-81-percent-of-people-lie-in-job-interviews-heres-what-top-companies-are-.html\">The Job Interview Will Soon Be Dead. Here’s What the Top Companies Are Replacing It With</a>, and looks at how our brains mislead us in interviews and how Menlo Innovations and Automattic approach it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Mar 2017 11:46:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: NRKbeta Open Sources Comment Quiz Plugin for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/nrkbeta-open-sources-comment-quiz-plugin-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3418:\"<p><a href=\"https://nrkbeta.no\" target=\"_blank\">NRKbeta</a>, the Norwegian Broadcasting Corporation’s media and technology site, is <a href=\"https://nrkbeta.no/2017/02/13/et-eksperiment-for-et-enda-bedre-kommentarfelt/\" target=\"_blank\">experimenting with a new way of keeping comments on topic</a>. A new plugin on the WordPress-powered site aims to ensure commenters have read the article by requiring them to complete a short, three-question quiz before opening the comment form. Visitors who get the questions wrong cannot contribute to the discussion.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/Quiz-1450x1001-e1488844634864.jpg?ssl=1\"><img /></a></p>\n<p>The custom plugin was created to narrow the commenting field to those who are operating on a common basis of understanding of the article. It prevents commenters from skimming the article and then going on a rant.</p>\n<p>The NRKbeta team <a href=\"https://github.com/nrkbeta/nrkbetaquiz\" target=\"_blank\">open sourced the plugin on GitHub</a> today. It’s also in the review queue for the WordPress Plugin Directory and will be available for a one-click install after it passes review.</p>\n<p><a href=\"https://wordpress.org/plugins/quiz/\" target=\"_blank\">Quiz</a> is an another WordPress.org plugin that performs a similar function. Despite not having been updated for two years, the plugin is active on more than 2,000 sites. Post authors can create a question for each post in the “Comment Quiz” meta box. The plugin was also designed to help reduce spam comments.</p>\n<p>NRKbeta’s new Comment Quiz plugin takes a slightly different format, offering multiple choice in the form of radio buttons as well as the ability to add multiple questions. The comment form automatically slides into view after the visitor answers correctly.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/comment-quiz-plugin.png?ssl=1\"><img /></a></p>\n<p>The idea of quizzing visitors before allowing them to comment gained quite a bit of interest after NRKbeta announced the experiment, but the publication is still experimenting to see how the quizzes affect commenting. Ensuring that readers have fully read the article comes at the expense of well-intentioned commenters who are now subjected to a time-wasting test. The plugin puts the burden of proof on the commenter in hopes of fewer rants and off-topic responses getting through.</p>\n<p>Some visitors may perceive the quiz as infantilizing potential commenters while others may see it as a mild annoyance. The quiz is a simple hurdle, easy to bypass by guessing until you land on the correct answer. It amounts to more of a speed bump than a true test of having read the article. It doesn’t take into account that many commenters who are prone to trolling and ranting off topic can be quite motivated and not significantly inconvenienced by a short quiz.</p>\n<p>If the questions are written to condition the commenter for a desired response, then it does little to promote free thinking. This seems like an expensive trade-off for fewer rants in the moderation queue. It all depends on how the publication implements the plugin. Hopefully NRKbeta will report back on how effective the Comment Quiz plugin was at deterring undesirable off-topic responses while retaining level-headed commenters.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Mar 2017 05:15:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Configuring a User Avatar in WordPress Is Not as Easy as It Should Be\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/configuring-a-user-avatar-in-wordpress-is-not-as-easy-as-it-should-be\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3135:\"<p>I maintain a website with active user registration and a common support question I’m asked is, “How do I change my profile picture?” The answer is not easy as it should be. WordPress’ profile image system is powered by <a href=\"http://gravatar.com/\">Gravatar</a>, an Automattic owned service. It replaced the old method of uploading a profile picture in <a href=\"https://wordpress.org/news/2008/03/wordpress-25-brecker/\">WordPress 2.5 “Brecker”</a>.</p>\n<p>The longer I maintain the site, the <a href=\"https://twitter.com/jeffr0/status/837833604218617856\">more frustrated I get</a> that Gravatar is the default way users create and manage their profile image. In the past, I’ve written how <a href=\"https://wptavern.com/managing-gravatars-in-wordpress-is-a-jarring-user-experience\">managing Gravatars in WordPress</a> is a bad user experience and not much has changed. Many of the people requesting support simply want an Upload button or link that enables them to upload an image and use it as their avatar.</p>\n<p>One way to replace Gravatar is with the<a href=\"https://wordpress.org/plugins/wp-user-avatars/\"> WP User Avatars</a> plugin developed by <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>. WP User Avatars is part of the <a href=\"https://profiles.wordpress.org/stuttter/\">Stutter collection</a> of plugins that replaces Gravatar and adds the ability for registered users to upload an image from their machine. Alternatively, users can click the Choose from Media button to choose an image from the Media Library. Existing profile images are preserved.</p>\n<img />WP User Avatar Interface\n<p>I tested the plugin on WordPress 4.7.3 and didn’t encounter any issues. It’s worth noting that according to the <a href=\"https://wordpress.org/plugins/wp-user-avatars/faq/\">plugin’s FAQ</a>, it doesn’t work well with multisite.</p>\n<p>There has recently been some discussion on a<a href=\"https://core.trac.wordpress.org/ticket/16020\"> six-year-old trac ticket</a> requesting upload functionality for custom avatars. Some have even suggested that <a class=\"ext-link\" href=\"https://wordpress.org/plugins/simple-local-avatars/\">Simple Local Avatars</a>, <a class=\"ext-link\" href=\"https://wordpress.org/plugins/wp-user-avatar/\">WP User Avatar</a> or <a class=\"ext-link\" href=\"https://wordpress.org/plugins/add-local-avatar/\">Add Local Avatar</a> could be merged into core to provide the functionality. All three plugins combined are active on nearly 300K sites.</p>\n<p>The site I administer is the first I’ve managed in my WordPress career that has open registration. Interacting with registered users who are often new to WordPress has opened my eyes to how bad of an experience configuring an avatar is. Relying on a third-party service as core functionality to manage profile images doesn’t make any sense.</p>\n<p>Let us know what your experience is like configuring an avatar in WordPress. If you use a plugin that adds local avatar support, share a link to it in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 22:35:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: BuddyPress Core Contributors Working on a Way to Safely Edit a Group’s Permalink\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/buddypress-core-contributors-working-on-a-way-to-safely-edit-a-groups-permalink\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3656:\"<p>This past weekend while managing a site that runs BuddyPress, I ran into a situation where I needed to change a group’s slug or permalink. Editing the permalink for a post or page in WordPress is easy but BuddyPress doesn’t have the same functionality. As you can see in the screenshot below, an edit button to change a group’s permalink doesn’t exist.</p>\n<img />No Way to Edit a Group’s Permalink\n<p>Changing the permalink of a post in WordPress automatically creates a redirect so the previous URL doesn’t generate a 404 error. BuddyPress doesn’t offer the same convenience. According to John James Jacoby, BuddyPress lead developer, groups do not have a canonical redirection, or keep track of their slug history.</p>\n<p>In my scenario, I had two choices. I could either change the slug and break a number of links or delete the group and recreate it with the slug of my choice. Since the group already has more than 300 members and a handful of posts, I chose the first option.</p>\n<p>After a cursory search of Google on how to change a group’s slug, I came across many results that referenced the <a href=\"https://wordpress.org/plugins/bp-edit-group-slug/\">BP Edit Group Slug</a> plugin created by Jacoby that had not been updated in seven years. As recently as two months ago, a <a href=\"https://buddypress.org/support/topic/changing-the-groups-slug-2/#post-262550\">thread on the BuddyPress support forums</a> confirmed that the plugin was broken and generated a lot of errors.</p>\n<p>After speaking to Jacoby on Slack and linking him to the forum thread, he graciously spent two hours of his time to update the plugin. I can confirm that it works as advertised with BuddyPress 2.8.1. To change a group’s slug after activation the plugin, visit the Group’s management page on the front-end of the site.</p>\n<img />Editing a Group’s Slug\n<p>Eight years ago, <a href=\"https://buddypress.trac.wordpress.org/ticket/281\">a ticket was created</a> on BuddyPress trac requesting the ability to change a Group’s slug. The ticket was eventually closed and labeled wontfix by <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, BuddyPress lead developer, “Adding it as a core feature is likely to introduce lots of problems, because changed group slugs break all existing links to the content,” Gorges said. “We don’t have a graceful fallback system for changed permalinks, like WP posts do. For now, let’s leave this to a plugin. If we ever overhaul groups to have a different storage mechanism, we can revisit.”</p>\n<p>In the BuddyPress Slack channel, David Cavins offered the following idea on how the feature could work, “We could probably add a step after the lookup fails that looks in another place, like <code>group_meta</code> for key = <code>previous_slug</code> and value = <code>slug that missed a group</code>,” he said. Both Gorges and Jacoby approved the idea and encouraged Cavins to work on it for BuddyPress core.</p>\n<p>Until the feature is added to core, perhaps a note could be added to the BuddyPress group creation screen for step three that emphasizes how important it is to make sure the permalink is correct.</p>\n<img />BuddyPress Group Creation Step Three\n<p>I was willing to sacrifice broken links in order to have the correct slug for my Group but it’s a lesson I learned the hard way. I’m hopeful that others don’t make the same mistake and that BuddyPress one day has a graceful fallback system for tracking permalink changes.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 22:16:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: Initial Customizer Survey Results Reveal Majority of Respondents Don’t Use It\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66809\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/initial-customizer-survey-results-reveal-majority-of-respondents-dont-use-it\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5605:\"<p>In January 2017, WordPress core design contributors posted a survey titled <a href=\"https://make.wordpress.org/design/2017/01/27/what-are-you-using-the-customizer-for/\" target=\"_blank\">What are you using the Customizer for?</a> The link was published on the Make WordPress Design blog and wasn’t widely shared, so it only received 50 replies. Responses were anonymous, but most seem to have come from the WordPress developer community.</p>\n<p>Despite the small sample number, the design team deemed the <a href=\"https://make.wordpress.org/design/2017/03/01/customizer-survey-results/\" target=\"_blank\">initial results</a> important enough to share with the community. Responses on the first question show that 53% never or rarely use the Customizer and 7.8% tend to only use it when setting up a site for the first time. Those who do use it (39.3%) range in frequency from monthly, weekly, and daily.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/customizer-survey-results-1.png?ssl=1\"><img /></a></p>\n<p>More than half of respondents (53.6%) do not add plugins to extend the Customizer. Those who do are adding plugins for theme options (12.5%), colors (5.4%), layout (7.1%), and other (21.4%). The majority of respondents indicated they use themes that add new functionality to the Customizer (53.9%) and those specified include colors, layout, typography, theme options, and design features.</p>\n<p>When asked if is there anything in the Customizer they cannot live without, 53.2% of respondents said no. This isn’t surprising given that most of them seem to be developers who are likely familiar with adding custom CSS or making edits to a child theme. Only 6.4% said they could not live without live previews. When asked if there was anything in the Customizer they never use, 31.3% of respondents said “Everything,” 20.8% said “No,” and the others identified specific features.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/customizer-survey-results-2.png?ssl=1\"><img /></a></p>\n<p>The negative comments on the questions are a general indicator of the lingering dissatisfaction with the Customizer. For those who use the feature regularly, one strong theme in their comments is that the separation between what settings are available in the Customizer versus the backend is confusing:</p>\n<blockquote><p>Setting up theme styling, redesigning, setting up sites, etc. Very useful for quick changes like a new header image to change up the look. Wish you could edit everything there instead of going elsewhere to edit content too.</p></blockquote>\n<blockquote><p>I don’t like it and wish that I didn’t have to use it. Most often if there is a setting I had to use the customizer for, I will either forget that something was set in the customizer and end up hunting around for it for a long time before remembering that’s where it was. More often than not the “preview” functionality doesn’t work and you have to save the settings anyway. Also there doesn’t seem to be any consistent logic as to what features should be in the customizer, and theme authors just put whatever they feel like putting in there.</p></blockquote>\n<blockquote><p>What would be great, it is to incorporate more settings in the Customizer in order to avoid the back and forth to set up the site (date format, title, tagline, posts per page, …).</p></blockquote>\n<p>Many users don’t understand the separation between content and presentation and don’t approach the Customizer with this mindset. Therefore, the Customizer’s omissions create a disjointed experience for users who are new to WordPress.</p>\n<blockquote><p>Absolutely! Most of my clients complain about the footer and why is it so difficult to modify something so basic as this sentence: “Proudly powered by WordPress”… It is really nonsense having so many options in customizer and still having to create a child theme only to be able to edit the standard footer sentence… That doesn’t make any sense, really!”</p></blockquote>\n<p>These kinds of frustrations are likely to continue until the Customizer can unify the content and theme editing experience. Currently, the bulk of content editing happens in the admin, but Customizer contributors are working towards adding <a href=\"https://wptavern.com/customize-posts-plugin-and-selective-refresh-are-paving-the-way-for-front-end-editing-powered-by-the-customizer\" target=\"_blank\">frontend editing powered by the Customizer</a>.</p>\n<p>It is difficult to know how to place this data, since the survey didn’t ask for any information about the respondents’ WordPress background. However, the large number of negative responses underscore the importance of having the Customizer as one of the three focuses for WordPress core development in 2017.</p>\n<p>Customizer component co-maintainer Weston Ruter said he’s “not really surprised” by the negative feedback in the survey, as there are lots of passionate opinions about the Customizer.</p>\n<p>“Everyone should agree that the Customizer isn’t a finished product, but the answer to that is to make it a focus and make it the live preview interface that WP needs, not rip it out,” Ruter said. “And that focus is what 2017 includes.”</p>\n<p>The <a href=\"http://13233232.polldaddy.com/s/what-are-you-using-customizer-for\" target=\"_blank\">survey is still open</a>, if you want to contribute more data for the design team to consider.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 19:06:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Dev Blog: WordPress 4.7.3 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4696\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6146:\"<p>WordPress 4.7.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.2 and earlier are affected by six security issues:</p>\n<ol>\n<li>Cross-site scripting (XSS) via media file metadata. Reported by <a href=\"https://www.securesolutions.no/\">Chris Andrè Dale</a>, <a href=\"https://twitter.com/yorickkoster\">Yorick Koster</a>, and Simon P. Briggs.</li>\n<li>Control characters can trick redirect URL validation. Reported by <a href=\"http://www.danielchatfield.com/\">Daniel Chatfield</a>.</li>\n<li>Unintended files can be deleted by administrators using the plugin deletion functionality. Reported by <a href=\"https://hackerone.com/triginc\">TrigInc</a> and <a href=\"http://b.360.cn/\">xuliang</a>.</li>\n<li>Cross-site scripting (XSS) via video URL in YouTube embeds. Reported by <a href=\"https://twitter.com/marcs0h\">Marc Montpas</a>.</li>\n<li>Cross-site scripting (XSS) via taxonomy term names. Reported by <a href=\"https://profiles.wordpress.org/deltamgm2\">Delta</a>.</li>\n<li>Cross-site request forgery (CSRF) in Press This leading to excessive use of server resources. Reported by Sipke Mellema.</li>\n</ol>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.3 contains 39 maintenance fixes to the 4.7 release series. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.7.3&group=component&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=keywords&order=priority\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.3.</p>\n<p>Thanks to everyone who contributed to 4.7.3: <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/asalce/\">asalce</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">blobfolio</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/drrobotnik/\">Brandon Lavigne</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90/\">Bunty</a>, <a href=\"https://profiles.wordpress.org/ccprog/\">ccprog</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez/\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/codegeass/\">Muhammet Arslan</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/reldev/\">reldev</a>, <a href=\"https://profiles.wordpress.org/sanchothefat/\">Robert O’Rourke</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sanketparmar/\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/triplejumper12/\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, and <a href=\"https://profiles.wordpress.org/wpfo/\">wpfo</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 17:53:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"James Nylen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Post Status: Making a living without client work, with Carrie Dils — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=34997\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://poststatus.com/making-living-without-client-work-carrie-dils/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3279:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and this episode’s special guest, Carrie Dils.</p>\n<p><span>Carrie Dils has been self-employed for a long time. After years of client work, she now makes her full-time living through multiple different channels, but is not currently doing client services. In this episode, Brian and Carrie talk about various methods for generating revenue, and some helpful tools to do so.</span></p>\n<a href=\"https://audio.simplecast.com/61980.mp3\">https://audio.simplecast.com/61980.mp3</a>\n<p><a href=\"https://audio.simplecast.com/61980.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://waitbutwhy.com/2013/10/why-procrastinators-procrastinate.html\">Why Procrastinators Procrastinate</a></li>\n<li><a href=\"https://convertkit.com\">ConvertKit</a></li>\n<li><a href=\"https://mailchimp.com\">Mailchimp</a></li>\n<li><a href=\"https://chimpessentials.com/\">Chimp Essentials Mailchimp course</a></li>\n<li><a href=\"https://officehours.fm/podcast/136-2/\">Paul Jarvis on Carrie’s podcast</a></li>\n<li><a href=\"https://pjrvs.com/signup/\">Sunday Dispatches</a></li>\n<li><a href=\"http://www.nerdmarketing.com/\">Nerd Marketing</a></li>\n<li><a href=\"https://amylynnandrews.com/\">Amy Lynn Andrews</a></li>\n<li><a href=\"https://en.todoist.com/\">Todoist</a></li>\n<li><a href=\"https://simplenote.com/\">Simplenote</a></li>\n<li><a href=\"http://gettingthingsdone.com/\">Getting Things Done</a></li>\n<li><a href=\"https://1password.com/\">1Password</a></li>\n<li><a href=\"https://poststatus.com/art-self-employed-web-consultant-draft-podcast/\">Interview with Diane Kinney</a></li>\n</ul>\n<h3>Links to Carrie’s Work</h3>\n<ul>\n<li><span><a href=\"https://carriedils.com/business-lessons/\">Experience as an Uber driver</a> </span></li>\n<li><span><a href=\"https://officehours.fm\">Office Hours</a> </span></li>\n<li><span><a href=\"https://carriedils.com/blog/\">Carrie’s blog</a> </span></li>\n<li><a href=\"https://carriedils.com/courses/\"><span>WordPress courses </span></a></li>\n<li><span><a href=\"https://store.carriedils.com/downloads/utility-pro/\">Utility Pro theme</a> </span></li>\n<li><span><a href=\"http://realworldfreelancing.com/\">Real World Freelancing book</a> </span></li>\n</ul>\n<h3>Sponsor: Prospress</h3>\n<p><span><a href=\"https://prospress.com/\">Prospress</a> makes the WooCommerce Subscriptions plugin, that enables you to turn your online business into a recurring revenue business. Whether you want to ship a box or setup digital subscriptions like I have on Post Status, Prospress has you covered. Check out <a href=\"https://prospress.com/\">Prospress.com</a> for more, and thanks to Prospress for being a Post Status partner.</span></p>\n<p><em>Photo by Karyn Kelbaugh</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 15:44:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"HeroPress: HeroPress at 100\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=1639\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://heropress.com/heropress-at-100/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5332:\"<img width=\"960\" height=\"547\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/heropress_media-1024x583.png\" class=\"attachment-large size-large wp-post-image\" alt=\"HeroPress Media Thumbnails\" /><p>March 8th we’ll have 100 HeroPress essays published. This seems like an auspicious time to look back at what we’ve built.</p>\n<p>Since the first one I’ve only missed maybe 2 weeks. One essay has been taken down for security reasons. Only once has anyone really stood me up, and only four times or so has anyone asked for more time at the last second. In those times someone always stepped up.</p>\n<p>A goal of mine has always been diversity, across a number of vectors. I did pretty poorly in the first few months and ended up with diversity debt. Here are some stats as of the 100th post:</p>\n<table border=\"1\">\n<tbody>\n<tr>\n<th>Men</th>\n<th>Women</th>\n<th>Americans</th>\n<th>Non-Americans</th>\n</tr>\n<tr>\n<td>55</td>\n<td>44</td>\n<td>34</td>\n<td>66</td>\n</tr>\n</tbody>\n</table>\n<p>That said, if you look at the last 50, the numbers look much more diverse:</p>\n<table border=\"1\">\n<tbody>\n<tr>\n<th>Men</th>\n<th>Women</th>\n<th>Americans</th>\n<th>Non-Americans</th>\n</tr>\n<tr>\n<td>22</td>\n<td>26</td>\n<td>16</td>\n<td>34</td>\n</tr>\n</tbody>\n</table>\n<p>I have the next 8 contributors planned out, and they continue to enhance the diversity of HeroPress.</p>\n<h3>Sponsorship</h3>\n<p>Last June XWP started sponsoring HeroPress. As I’ve mentioned many times before, I’m wary of mixing money with HeroPress, because I never want to make money from the stories of these people I admire and respect so much. That said, the sponsorship makes it easier for me to spend the time away from my family working on HeroPress. Some wise people have told me that using money appropriately won’t lose me any real friends, so there we are.</p>\n<p>If you’re interested in talking to me about sponsorship, just send me an email, topher at this domain.</p>\n<h3>The Future</h3>\n<p>I don’t have any plans for changing the way essays work. I have people lined up through the end of April. I’ve recently found some new ways to find WordPressers in places I couldn’t access before, and I’m excited about the new places we’re going to hear about.</p>\n<p>I’ve been talking for months about doing a podcast. It would simply be me and someone far away from me talking about how they work and live. I hesitate to talk to Americans, because I already know how they live and work, but on the other hand, people outside America might be interested. We’ll see what happens after some research.</p>\n<p>I have some ideas about scholarships and software accessibility programs, but I’m still putting those together. I’ve recently been contacted by another organization that wants to work together on a scholarship, and that sounds exciting. Again, we’ll see what happens.</p>\n<h3>Thanks</h3>\n<p>I’d like to thanks everyone that’s been involved in making HeroPress great. At this point there are too many to name. Those of you that have tweeted, blogged, podcasted, and generally spread the word are amazing. Thanks to those that have written essays especially. Without contributors HeroPress wouldn’t exist at all.</p>\n<p>Thanks to those that have facilitated getting me to WordCamps like Pune, Europe, and US.</p>\n<p>Lastly, thanks to those that have committed to the future of HeroPress. I’m looking forward to all the things to come.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: HeroPress at 100\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=HeroPress%20at%20100&via=heropress&url=https%3A%2F%2Fheropress.com%2Fheropress-at-100%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: HeroPress at 100\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fheropress-at-100%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fheropress-at-100%2F&title=HeroPress+at+100\" rel=\"nofollow\" target=\"_blank\" title=\"Share: HeroPress at 100\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/heropress-at-100/&media=https://heropress.com/wp-content/uploads/2017/03/heropress_media-150x150.png&description=HeroPress at 100\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: HeroPress at 100\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/heropress-at-100/\" title=\"HeroPress at 100\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/heropress-at-100/\">HeroPress at 100</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 05 Mar 2017 16:15:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: Web Annotations are Now a W3C Standard, Paving the Way for Decentralized Annotation Infrastructure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66802\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wptavern.com/web-annotations-are-now-a-w3c-standard-paving-the-way-for-decentralized-annotation-infrastructure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13734:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/writing.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/8Y0EDX4VP9\">Green Chameleon</a>\n<p><a href=\"https://www.w3.org/blog/news/archives/6156\" target=\"_blank\">Web annotations</a> became a W3C standard last week but the world hardly noticed. For years, most conversations on the web have happened in the form of comments. Annotations are different in that they usually reference specific parts of a document and add context. They are often critical or explanatory in nature.</p>\n<p>One of the key differences between comments and web annotations, according to the new standard, is that annotations were designed to be decentralized, creating “a new layer of interactivity and linking on top of the Web.” Comments are published by the publisher at the same location as the original content, but web annotation content is owned by the reader. Annotations don’t have to be published on the original content. The reader has the choice to publish using an “annotation service” or their own website.</p>\n<p>Doug Schepers, former Developer Relations Lead at W3C, described the difference between annotating and commenting on an <a href=\"http://thewebahead.net/60\" target=\"_blank\">episode on The Web Ahead podcast</a>:</p>\n<blockquote><p>When a comment is at the bottom of a page, it’s so abstracted out from the rest. They get off track, they start talking about other things that have nothing to do with the original article. If it’s an even vaguely political topic, you’ve got the partisans jumping in, yelling at one another, how they’re all idiots. You lose track with the content of the article. There’s this viscerality, this immediacy, of actually commenting on something in its context.</p></blockquote>\n<p>Do people want to annotate the web? Popular implementations of this concept, such as <a href=\"https://genius.com/web-annotator\" target=\"_blank\">Genius Web Annotator</a> and Medium’s annotation-style commenting, show that people enjoy interacting on the web in this way. The W3C Web Annotation Working Group’s goal in standardizing the technology behind web annotations was to produce a set of specifications for “interoperable, sharable, distributed Web Annotation architecture,” enabling healthy competition between services and discouraging publisher lock-in.</p>\n<p>Decentralization is critical to unlocking the full potential of annotations on the web. If commenters have control of their own content, they have the freedom to publish it wherever they like. Open comments sections can sometimes offer the illusion of discourse, but are ultimately under the control of the publisher. This is obvious if you’ve ever seen a controversial blog post, which should undoubtedly have comments with varying viewpoints, but the only comments published are those in agreement with the author.</p>\n<p>“This notion that whoever controls the original source also controls the dialog – that’s dangerous,” Schepers said. “This is why I like the idea of annotations. It’s inherent in the idea of annotations, this indie web aspect of, ‘I want to control what I say, what channels it goes out to.’ I can’t control who puts it into a different channel but I can control what channels I try to put it out into. I can actively publish in multiple channels.”</p>\n<h3>Hypothesis Plugin Brings Web Annotations to WordPress</h3>\n<p><a href=\"https://hypothes.is\" target=\"_blank\">Hypothesis</a> is a non-profit organization that is building an open platform for annotation on the web, based on the <a href=\"http://annotatorjs.org/\" target=\"_blank\">Annotator.js</a> library. It allows readers to highlight text and select whether they want to annotate it or highlight it.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/hypothesis-annotations.png?ssl=1\"><img /></a></p>\n<p>The Hypothes.is community has an ecosystem of <a href=\"https://hypothes.is/tools-plug-ins-and-integrations/\" target=\"_blank\">tools and integrations</a> for various technologies and publishing platforms, including WordPress. The <a href=\"https://wordpress.org/plugins/hypothesis/\" target=\"_blank\">Hypothesis plugin on WordPress.org</a> offers the same functionality that you see on the Hypothesis website with the ability to select text and have a sidebar slide out for taking notes. Annotation requires an account with Hypothesis. You can test it by pasting any link into the tool on the <a href=\"https://hypothes.is/\" target=\"_blank\">Hypothesis</a> homepage.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/annotating.png?ssl=1\"><img /></a></p>\n<p>The mission of the Hypothesis project is “to bring a new layer to the web” that enables conversations on top of the world’s collected knowledge. The project also allows you to publish annotations privately, creating your own personal notebook of observations as you surf the web.</p>\n<p>The Hypothesis plugin allows users to customize the defaults and behavior and control where it’s loaded (front page, blog page, posts, pages, etc.) Highlights can be on or off by default and the sidebar can be collapsed or open. Annotations can also be enabled on PDFs in the Media Library. Hypotheses can be allowed/disallowed on a list of specific posts or pages, which is helpful for sites where the author may only want annotation on scholarly material.</p>\n<p><a href=\"https://github.com/kshaffer/hypothesis_aggregator\" target=\"_blank\">Hypothesis Aggregator</a> is another plugin for WordPress that offers a shortcode with different parameters for displaying annotations from the service. It allows site owners to display a collection of annotations from a certain user or topic.</p>\n<p><code>[hypothesis user = \'kris.shaffer\']</p>\n<p>[hypothesis tags = \'IndieWeb\']</p>\n<p>[hypothesis text = \"Domain of One\'s Own\"]</p>\n<p>[hypothesis user = \'kris.shaffer\' tags = \'IndieEdTech\']</code></p>\n<p>The output includes a link to the original content, the highlighted text, the annotation, and the person who curated it.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/hypothesis-aggregator.png?ssl=1\"><img /></a></p>\n<p>Kris Shaffer, the plugin’s author, is considering adding support for multiple tags (in both AND and OR configurations) as well as the ability to embed a single annotation in a post, like users can with a tweet.</p>\n<p>The Hypothesis network of annotators is growing, along with the vast collection of knowledge that is getting linked and added every day. The service just completed a record month with nearly 6,000 annotators contributing content.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">A record month <a href=\"https://twitter.com/hypothes_is\">@hypothes_is</a> in February: almost 6K active annotators made 112,385 <a href=\"https://twitter.com/hashtag/annotations?src=hash\">#annotations</a>. Did you help? <a href=\"https://t.co/R2DZaf6D7i\">https://t.co/R2DZaf6D7i</a> <a href=\"https://t.co/HWNVUXUS9s\">pic.twitter.com/HWNVUXUS9s</a></p>\n<p>— Hypothes.is (@hypothes_is) <a href=\"https://twitter.com/hypothes_is/status/836993180486684672\">March 1, 2017</a></p></blockquote>\n<p></p>\n<p>Members of the Hypothesis team are principal contributors to the Annotator project and the organization was also deeply involved in the effort to make web annotations a W3C standard. The Hypothesis community tools are quite frequently used in the context of scholarly or academic dialogue, but the app aims to bring annotation to all types of websites, including news, blogs, scientific articles, books, terms of service, ballot initiatives, legislation, and more.</p>\n<p>In a <a href=\"https://www.youtube.com/watch?v=2jTctBbX_kw\" target=\"_blank\">presentation</a> at the Personal Democracy Forum in 2013, Dan Whaley, founder and CEO of Hypothesis, described the organization’s motivation behind annotating all of the web’s collective knowledge:</p>\n<blockquote><p>Think back 1,000 years, reflect on the key documents produced over that time, like the Magna Carta in 1215 or the Declaration of Independence, for which we only have the document itself. What we’re missing are the notes passed between co-authors in the drafting, the reviews by others providing feedback on early versions. We lack the perception by the public immediately after and most of the fine-grained citations, quotations, and reuse in the intervening years. Those incessant arguments about why the founding fathers chose this or that particular phrasing – what if we had a much better idea, the direct record of their internal deliberations? There’s no shortage of things to annotate, and there’s more knowledge being created per minute now than ever before – laws, scientific articles, news, books, tweets, data …but our tools are crude, balkanized, ill-preserved, and even then only available on a small minority of what’s important.</p></blockquote>\n<p>The idea of web annotations is to capture the surrounding conversation that doesn’t necessarily fit into traditional comments, preserving it in a way that is open, sharable, and cooperates nicely with other technologies using the web’s standard.</p>\n<h3>What Does the W3C Standard Mean for the Future of Annotations?</h3>\n<p>Web annotation seems to promote more critical thinking and collaboration but it’s doubtful that it would ever fully replace commenting systems. The two serve different purposes and it’s more likely that annotations will serve to supplement conversations on the web. Not everyone is fond of the current implementations of annotation UI, which require visitors to keep clicking on things as they are reading.</p>\n<p>Despite being first being introduced to the web in the Mosaic browser prototype in 1993, annotation tools are still in their infancy. In a <a href=\"https://genius.com/Marc-andreessen-why-andreessen-horowitz-is-investing-in-rap-genius-annotated\" target=\"_blank\">post</a> announcing Andreessen Horowitz’s $15 million investment in Rap Genius, Marc Andreesen describes how the technology was almost built into the first web browser:</p>\n<p>“Only a handful of people know that the big missing feature from the web browser – the feature that was supposed to be in from the start but didn’t make it – is the ability to annotate any page on the Internet with commentary and additional information.”</p>\n<p>The implementation was pulled not too long after, because they didn’t have the capabilities required to host all the annotations and have it scale. For the past 24 years, various companies and organizations have taken a stab at bringing this feature back to the web – all with varying approaches that don’t necessarily play well together. That’s why the W3C standard is an important development.</p>\n<p>“While Hypothesis and others are already enabling annotation to take place over any page on the Web, a standard means that there is additional incentive for browser vendors to include this functionality natively,” Dan Whaley <a href=\"https://hypothes.is/blog/annotation-is-now-a-web-standard/\" target=\"_blank\">said</a>. “The more that these new collaborative layers are present without any additional action on the part of the user, the more their use will grow.”</p>\n<p>Whaley also said the new W3C standard should send a strong signal to those who have developed proprietary annotation implementations, such as Genius, Readcube, Medium, and Amazon (Kindle).</p>\n<p>“These technical recommendations have the weight of the web community behind them and can be relied upon,” Whaley said. “Our hope is that the standard will not only encourage others to adopt its technical approach, but also ultimately to open their platforms.”</p>\n<p>In an ideal world, Doug Schepers sees annotation as a feature that is “baked straight into the web,” where all users can choose where their content is published. Annotation services would then offer the ability for users to choose which syndicators and aggregators the content is going out to. Publishers in turn would have the ability to consume annotation content and bring it back through their commenting system if they feel it adds value.</p>\n<p>“We can refine things over time,” Schepers said. “We can improve our culture over time. It sounds kind of lofty and maybe sort of abstract, but I think that’s what annotations can help us do. It can actually increase the growth of ideas and not the suppression of ideas. It can improve how we create our culture in a more conscious way, in a way that includes more critical thinking.”</p>\n<p>Schepers said it’s too soon to know how the future will unfold for web annotations and whether or not browsers will be interested in supporting them natively. Annotations may be relegated to live in script libraries forever if they don’t catch on with browsers. Like any new layer of interaction on the web, it’s worth building to see how the initial idea evolves based on where the users take it.</p>\n<p>“I don’t know what’s going to happen with annotations,” Schepers said. “That’s what I’m excited by. I can think of all sorts of things that might happen with annotations if we truly enable this, but I’m more looking forward to the things that I didn’t see coming at all.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2017 23:02:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WPCampus 2017 to Take Place July 14-15 in Buffalo, NY\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/wpcampus-2017-to-take-place-july-14-15-in-buffalo-ny\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6398:\"<img />WPCampus Date\n<p><span class=\"st\">After the inaugural </span> WPCampus concluded <a href=\"https://2016.wpcampus.org/\">in 2016</a>, organizers <a href=\"https://wptavern.com/wpcampus-is-accepting-applications-to-host-the-event-in-2017\">put out a call</a> for campuses across the country to host the event in 2017. The WPCampus planning committee has <a href=\"https://2017.wpcampus.org/2017/02/23/announcing-second-annual-wpcampus-conference/\">announced</a> that <a href=\"https://2017.wpcampus.org/\">WPCampus 2017</a> will be held July 14-15, at <a href=\"https://2017.wpcampus.org/venue/\">Canisius College</a> in Buffalo, New York.</p>\n<p>In addition to announcing the date, the committee is accepting <a href=\"https://2017.wpcampus.org/call-for-speakers/\">speaker submissions</a> and <a href=\"https://2017.wpcampus.org/sponsors/\">looking for sponsors</a>. Speaker submissions will be accepted until March 24th, 2017.</p>\n<p>Rachel Carden, a Senior Software Engineer for Disney Interactive, came up with the idea for WPCampus in a Tweet published in August, 2015. Since then, the community has grown to more than 500 members.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Ooh. Dream with me: \"<a href=\"https://twitter.com/hashtag/WordCampus?src=hash\">#WordCampus</a>: A WordCamp for folks using <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> in Higher Education.\" I like it. <a href=\"https://twitter.com/hashtag/heweb?src=hash\">#heweb</a> <a href=\"https://t.co/m1zEkpkP4B\">https://t.co/m1zEkpkP4B</a></p>\n<p>— Rachel Carden (@bamadesigner) <a href=\"https://twitter.com/bamadesigner/status/628324358126235648\">August 3, 2015</a></p></blockquote>\n<p></p>\n<h2>Interview With Rachel Carden</h2>\n<p><strong>What did you learn from organizing the first WPCampus that will improve the second event?</strong></p>\n<p>Most of the lessons learned from WPCampus 2016 involved logistics. A brand new community planning a brand new event with very minimal people ‘on the ground’ was challenging but, clearly, not impossible.</p>\n<p>Most of the changes we’ve implemented have been on how to make the time we spend planning more efficient, especially since we are an entirely volunteer-driven organization spread out all over the world.</p>\n<p>Overall, our first event was a success but there’s always little notes you take away for the next go round, like ‘make sure we take the group photo BEFORE everyone leaves’ and highlighted at the top of the list: ‘make sure we have candy again.’</p>\n<p>Ultimately, our main priority is to ensure attendees aren’t worrying about the ‘where’, ‘what’, and ‘how’ so they can instead focus on learning, networking, and making the most out of our short time together. This means taking notice of how we can improve communication, signage, etc.</p>\n<p>‘The secret of all victory lies in the organization of the non-obvious’ could not be more true. The biggest question we asked ourselves after WPCampus 2016 was ‘how can we create more opportunities for diverse interaction and discussion?’</p>\n<p>Our planning team has some great ideas and we’re excited to experiment a little, to see how a conference might be able to drive development outside the usual sessions and lightning talks. We’re really excited for what’s in store for our next event.</p>\n<p><strong>Will there be another WordPress in higher education survey?</strong></p>\n<p>I hope so! If not, it won’t be for lack of desire. Last <a href=\"https://wptavern.com/wpcampus-survey-results-indicate-misconceptions-of-wordpress-are-slowing-its-growth-in-higher-education\">year’s survey</a> offered an incredible amount of insight and data into how WordPress is being used in higher education. It would be great to see what has changed. Stay tuned!</p>\n<p><strong>Why was Canisius College chosen for the event?</strong></p>\n<p>We had some amazing universities apply and invite us all to their campus. An honor for which we are most grateful and appreciative. As was the case with WPCampus 2016, it was really hard to pick just one but ultimately, it comes down to what we believe is best overall for our attendees.</p>\n<p>We even have a grading matrix because, of course we do, we’re in higher education. Canisius College is a beautiful campus in a great location, especially since a majority of the WPCampus community is located in the eastern U.S. and Canada.</p>\n<p>The team at Canisius has also been extremely supportive and is working hard to make sure we have a great time in their top-notch facilities. Buffalo is also a great city with amazing architecture, food, and scenery that we’re excited to explore.</p>\n<h2>WPCampus Is Aiming for Sessions With a Variety of Perspectives</h2>\n<p>For a glimpse into what WPCampus <a href=\"https://2017.wpcampus.org/about/\">is all about</a>, check out these recaps from those who attended the event in 2016. You can also watch most of the sessions from the event via the <a href=\"https://2016.wpcampus.org/schedule/\">schedule page</a>.</p>\n<ul>\n<li><a href=\"https://calderawp.com/2016/07/wpcampus-2016-recap/\">WPCampus 2016 Recap</a></li>\n<li><a href=\"https://www.thewpcrowd.com/wordpress/wordcamps/wpcampus-2016/\">WPCampus 2016: WordPress in Higher Education</a></li>\n<li><a href=\"https://wpdistrict.sitelock.com/blog/wp-campus-a-wordpress-event-focused-on-higher-education/\">WPCampus – A WordPress Event Focused on Higher Education</a></li>\n<li><a href=\"http://davidbisset.com/wpcampus-review/\">WPCampus Review</a></li>\n</ul>\n<p>Registration is not yet available but will open soon.</p>\n<p>“We aim for our session topics to be a good mix of WordPress in higher ed as well as solely higher ed and solely WordPress,” Carden said.</p>\n<p>“We recognize the value and inspiration in all perspectives. We hope the general WordPress community, and other higher ed communities, will see the value in investing in WPCampus and its mission to advance higher education by lending their time, knowledge and experience.”</p>\n<p>To receive updates related to the event, you can follow <a href=\"https://twitter.com/wpcampusorg\">WPCampus</a> on Twitter or keep an eye on the <a href=\"https://2017.wpcampus.org/announcements/\">announcements page</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2017 17:24:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Henry Crown Fellowship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2017/03/henry-crown-fellowship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:645:\"<p>I’m very excited to have been selected to join the <a href=\"http://agln.aspeninstitute.org/fellowships/henrycrown/classes/XXI\">Henry Crown Fellowship Class of 2017</a>. Many, many folks I admire including Reed Hastings, Kim Polese, Cory Booker, Aileen Lee, Stephen DeBerry, Deven Parekh, Chris Sacca, Tim Ferriss, Reid Hoffman, Scott Heiferman, Troy Carter, Bre Pettis, Lupe Fiasco, and Alexa von Tobel have been through the program in previous years, and several of those people have spoken highly of it to me. I’m excited to meet and get to know the rest of the 2017 class, and embark on a learning journey alongside them.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2017 16:27:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Do You Enjoy WordPress Meetups? Let the Community Marketing Team Know Why\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66806\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/do-you-enjoy-wordpress-meetups-let-the-community-marketing-team-know-why\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2722:\"<p>When Matt Mullenweg, co-founder of the WordPress project, delivers his annual <a href=\"https://ma.tt/2016/12/state-of-the-word-2016/\">State of The Word presentation</a>, he always gives props to meetup organizers and attendees. In 2016, there were 3,193 meetup events in 58 countries attended by 62,566 people. <a href=\"https://www.meetup.com/topics/wordpress/\">Meetups</a> are one of the cornerstones of the community and for many are the gateway to discovering WordPress.</p>\n<p>In an effort to raise awareness of the project and its community, the Community Marketing team, a subgroup of the <a href=\"https://make.wordpress.org/marketing/\">Marketing team</a>, is asking volunteers to <a href=\"https://make.wordpress.org/community/2017/03/01/meetup-video-testimonials-we-need-your-help/\">record video testimonials</a> at WordCamps and meetups in March and April. The team wants to hear stories from users on why they use WordPress and how they’ve benefited from attending meetups.</p>\n<p>Other questions to consider asking include:</p>\n<ul>\n<li>How long have you been using WordPress.</li>\n<li>What brought you to the Meetup?</li>\n<li>How has coming to this Meetup affected you?</li>\n</ul>\n<p>Videos should be 1-5 minutes in length and <a href=\"http://wordpress.tv/submit-video/\">uploaded to WordPress.tv</a> under the Testimonies category. Ideal recording conditions are a quiet room with decent lighting and good audio. Recordings can be planned or spontaneous and minimal post production editing is encouraged. Also consider making the videos more accessible by adding <a href=\"https://wordpress.tv/using-amara-org-to-caption-or-subtitle-a-wordpress-tv-video/\">captions and translations</a>.</p>\n<p>The idea has received positive feedback with meetup attendees and organizers stating their <a href=\"https://make.wordpress.org/community/2017/03/01/meetup-video-testimonials-we-need-your-help/#comment-23138\">intention to participate</a>. For an example on how to record WordPress testimonials, check out this video by Troy Dean where he interviews attendees at <a href=\"http://wordpress.tv/event/wordcamp-sunshine-coast-2016/\">WordCamp Sunshine Coast</a> 2016.</p>\n<div class=\"embed-wrap\"></div>\n<p>If there’s not a <a href=\"https://www.meetup.com/topics/wordpress/\">WordPress meetup</a> in your area, consider organizing one yourself using <a href=\"https://wptavern.com/guide-to-starting-and-maintaining-a-wordpress-meetup\">our guide</a>. For additional advice, I recommend this <a href=\"http://ithemes.com/publishing/run-wordpress-meetup/\">free ebook by iThemes</a> that includes interviews with several organizers who share their experience managing meetups.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Mar 2017 23:56:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WordPress.com Announces New Importer for Medium Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66836\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/wordpress-com-announces-new-importer-for-medium-posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6732:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/08/typewriter.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/4OURRGDU7Z\">Sergey Zolkin</a>\n<p>Medium started 2017 on uncertain footing, <a href=\"https://blog.medium.com/renewing-mediums-focus-98f374a960be#.xij39212w\" target=\"_blank\">laying off a third of its staff</a> in January after admitting that its ad-based business model was not working.</p>\n<p>“We had started scaling up the teams to sell and support products that were, at best, incremental improvements on the ad-driven publishing model, not the transformative model we were aiming for,” Medium CEO Ev Williams said. “To continue on this trajectory put us at risk — even if we were successful, business-wise — of becoming an extension of a broken system. Upon further reflection, it’s clear that the broken system is ad-driven media on the internet.”</p>\n<p>Williams said that Medium will be taking “a different, bolder approach” to this problem of driving payment for quality content but that “it is too soon to say exactly what this will look like.” Medium may be <a href=\"https://twitter.com/rrhoover/status/827340315681923072\" target=\"_blank\">experimenting with paid subscriptions</a> in the future, but the company has yet to articulate its next strategy for monetization.</p>\n<h3>WordPress.com Now Offers an Importer Tool for Medium</h3>\n<p>Publishers that don’t want to stick around for Medium’s next round of experimentation can now easily migrate to WordPress. Automattic <a href=\"https://en.blog.wordpress.com/2017/03/02/import-your-medium-posts-to-wordpress-com/\" target=\"_blank\">announced</a> a new Medium importer for WordPress.com today and the company also plans to make it available to self-hosted WordPress sites through Jetpack.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/wordpressdotcom-medium-importer.png?ssl=1\"><img /></a></p>\n<p>Medium users can export content to a zip file and then upload it into WordPress.com’s import tool. The import includes posts, tags, images, and videos and takes approximately 15 minutes to complete. Previously, Medium sites could be imported into WordPress using an RSS importer plugin, but there were significant drawbacks to this approach. WordPress.com’s importer tool takes this into account.</p>\n<p>“Using the provided RSS file from Medium’s export archive was not sufficient, because some of the post data, like embeds, is missing,” Automattic developer Marko Andrijašević said. “Because of that, we are combining the data available in RSS and exported HTML files to accurately reproduce the post’s content.”</p>\n<p>Medium hasn’t made it easy for publishers to leave with their full content and has changed the format of its exports multiple times in the past. Andrijašević said this is one of the reasons it took WordPress.com so long to add an importer, along with the fact that the provided data in the exported archive was not sufficient to import everything correctly.</p>\n<p>“We’ll have Jetpack support coming soon for self-hosted sites,” Andrijašević said. “One other workaround for self-hosted site owners would be to use the Medium importer on WordPress.com, and then generate a WXR (WordPress eXtended RSS) file with our exporter. The WXR can then be used with WordPress importer on any self-hosted site.”</p>\n<p>In addition to its uncertain future and unsightly permalinks, Medium gives users plenty of other reasons to be wary of the platform. <a href=\"https://www.buzzfeed.com/charliewarzel/when-you-launch-your-publication-the-same-day-medium-changes\" target=\"_blank\">Publishers were not notified in advance</a> about the company’s “renewed focus” and its plan to abandon the advertising model. Medium’s product is its users’ content and the company’s <a href=\"https://medium.com/policy/medium-terms-of-service-9db0094a1e0f#.c309bw63n\" target=\"_blank\">terms of service</a> state that it can use that content to promote its own products and services, enable advertising, and “remove any content you post for any reason.”</p>\n<p>Part of the appeal of Medium is that it removes the burden of site management. Publishers are now expected to navigate things like AMP, FB Instant Articles, social networks, and SEO to drive traffic to their websites. With Medium, publishers are trading site ownership for convenience. If the company is not able to find a workable way to monetize users’ content, it has a very real chance of joining the hundreds of <a href=\"https://indieweb.org/site-deaths\" target=\"_blank\">blogging silos that have died</a> or been bought by a competitor simply to be shut down and have their technology reabsorbed.</p>\n<p>Medium’s publishing experience is entirely geared towards making the company successful by monetizing the efforts of publishers on its network. In a post titled <a href=\"http://practicaltypography.com/billionaires-typewriter.html\" target=\"_blank\">The Billionaire’s Typewriter</a>, Matthew Butterick writes about how the platform’s limitations on features and customization are designed to “let Medium extract value from the talent and labor of others.” He describes digital sharecropping in its shiniest form:</p>\n<blockquote><p>Because in return for that snazzy design, Medium needs you to relinquish control of how your work gets to readers.</p>\n<p>Tempting perhaps. But where does it lead? I fear that writers who limit themselves to providing “content” for someone else’s “branded platform” are going to end up with as much leverage as cows on a dairy farm.</p>\n<p>Medium is a new kind of typewriter—the billionaire’s typewriter. It’s not the only billionaire’s typewriter. So is the Kindle. So is iBooks. So is Twitter. <strong>What distinguishes these new typewriters is not the possibilities they make available to writers, but what they take away.</strong></p></blockquote>\n<p>Publishers who want to determine the trajectory and reach of their own work need to migrate to a more stable platform where they have full control of their content. It’s not yet clear how Medium plans to monetize in the future, but the company will undoubtedly continue reaping the economic rewards of its publishers’ work. Whether you choose open source software or some other avenue, it’s worth leaving Medium’s grand experiment in order to own your own work.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Mar 2017 22:10:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WPWeekly Episode 265 – Interview with Matt Medeiros\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=66822&preview=true&preview_id=66822\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wptavern.com/wpweekly-episode-265-interview-with-matt-medeiros\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3596:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://craftedbymatt.com/\">Matt Medeiros</a>, co-founder of <a href=\"http://slocumstudio.com/\">Slocum Studio</a>. Medeiros developed <a href=\"https://conductorplugin.com/\">Conductor</a>, a WordPress plugin that enables people to display content in blocks, similar to the approach that <a href=\"https://wptavern.com/wordpress-core-editor-team-publishes-ui-prototype-for-gutenberg-an-experimental-block-based-editor\">WordPress core is taking</a>. He shares his thoughts and opinions on core’s approach and how it might impact the content builder market.</p>\n<p>Since Medeiros co-founded Slocum Studio with his father, Mark Medeiros, we discover what it’s like to operate a web development agency with a family dynamic. Last but not least, he shares his experience in the <a href=\"https://slocumthemes.com/\">commercial theme market</a> and gives us a first-hand account of what it was like to go through the <a href=\"https://make.wordpress.org/themes/handbook/review/\">theme review process</a>. Based on the experience, Medeiros says he will not submit new themes to the directory.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/nextgen-gallery-patches-critical-sql-injection-vulnerability\">NextGEN Gallery Patches Critical SQL Injection Vulnerability</a><br />\n<a href=\"https://wptavern.com/amazon-s3-outage-hits-wordpress-businesses-disrupting-service-and-support\">Amazon S3 Outage Hits WordPress Businesses, Disrupting Services and Support</a><br />\n<a href=\"https://wptavern.com/freemius-launches-insights-for-wordpress-themes\">Freemius Launches Insights for WordPress Themes</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/woo-simple-ads-server/\">WooCommerce Simple Ads Server</a> lets you create ads and campaigns for selling your own WooCommerce products on other websites. It lists all of your WooCommerce products on the back-end with options to create and assign banners for each product. It also provides all the scripts and embed codes necessary for your banners.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-keyword-monitor/\">WP Keyword Monitor</a> uses the official API from Google to track your organic keyword rankings. You can track up to 100 keywords per day. This plugin provides full reports and displays a running graph of your rankings and statistics over time.</p>\n<p><a href=\"https://wordpress.org/plugins/private-uploads/\">Private Uploads</a> protects sensitive uploaded files so that only logged-in users can access them. This plugin moves your designated private files to a separate folder and configures the web server to ask WordPress to authenticate access to files in that folder. It’s more efficient than similar plugins because it only rubs when serving files in the private folders.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 8th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #265:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Mar 2017 23:28:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"HeroPress: WordPress Opened Up a Whole New World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1620\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://heropress.com/essays/wordpress-opened-whole-new-world/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10886:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/030117-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: If it hadn\'t been for WordPress, I would never have experience being part of an open-source community.\" /><h3>Before WordPress</h3>\n<p>Several years ago, I went through a tough time in my life. I lost my job and I was desperately in need of a career change. Because of the economic climate in Zimbabwe, I didn’t see many options, but I felt that IT held the most promising future.</p>\n<p>So I completed an A+ course and obtained a CCNA certification. Unfortunately, in Zimbabwe, skills and certifications were not enough to secure meaningful employment. Being a college drop-out, I didn’t have the required diploma or degree that employers were looking for.</p>\n<p>That’s when I enrolled in a diploma in management of information systems. In this course, there was a module called “Programming and Web Design”. I was introduced to HTML, CSS and Javascript, among other programming languages. But it was only an introduction… it wasn’t enough to be able to create my own website.</p>\n<p>After graduating, I studied online tutorials and learned how to create a website. That was the beginning of my personal website, franksweb.org, a static HTML website that I created from scratch.</p>\n<p>Not long after that, I was hired by an an online design and marketing firm that was looking for a web developer. To my surprise, I found that they only used content management systems (CMS) to create websites. No one was making static HTML websites!</p>\n<p>Joomla! was the preferred CMS at this company. It wasn’t until I was assigned to create a website for a local recording artist that I discovered WordPress. I was searching for templates that suited the client’s needs and discovered a template that just happened to be WordPress!</p>\n<p>I had heard of WordPress, even though they didn’t teach us about content management systems in my diploma course. All I knew was that WordPress was a free blogging service.</p>\n<blockquote><p>I had no idea how much more was possible using WordPress.</p></blockquote>\n<p>I soon discovered the numerous advantages of using WordPress over Joomla! (There’s a reason why 27% of the web uses WordPress, whereas Joomla! is used by only 3%!) Soon after, I re-designed <a href=\"https://franksweb.org/\" target=\"_blank\">franksweb.org</a> using WordPress. So began my love affair with WordPress.</p>\n<h3>Freelancing</h3>\n<p>After having worked for my employer for a little over one and a half years, receiving a very small salary, the time came for me to move on. My employer had been failing to pay our salaries and owed me a lot of money in back pay (which has never been paid to me to this day). So I had no choice but to leave and I started freelancing.</p>\n<p>Since I started freelancing, all the websites I’ve created for my clients (except for one) have been WordPress sites. WordPress has empowered me to make a living from creating functional websites that are easy to manage for my clients.</p>\n<p>Here in Zimbabwe, very few web designers and web developers create static HTML websites. The majority use content management systems, and for good reason. Of course, the overwhelming majority are WordPress sites. This is just a testament to how WordPress makes our jobs easier and the potential to make money using WordPress.</p>\n<h3>The WordPress Community</h3>\n<p>One thing that we were taught in my diploma course was the importance of continuous professional development (CPD). That, and the fact that I had a genuine passion for all things WordPress, led me to soak up anything WordPress-related that I could get my hands on. I watched a lot of Morten Rand-Hendriksen’s tutorials on lynda.com to advance my skills. The WordPress.org website became a permanent tab on my desktop whenever you opened my web browser (my “WordPress Bible”). I also made sure the “WordPress News” box was always open in all my Dashboards so I could keep up with the latest in WordPress.</p>\n<p>One day I saw a <a href=\"https://wptavern.com/\" target=\"_blank\">WPTavern</a> article in my Dashboard calling for applications to participate in the first WordCamp incubator program. I was very interested since Zimbabwe had never had a WordCamp before. I didn’t know of anyone else in Harare who had the same desire but I applied anyway.</p>\n<p>More than a hundred cities applied so I honestly wasn’t expecting my application to be chosen, especially because of the challenges that my country is facing.</p>\n<blockquote><p>I was shocked when I got an email from Rocio Valdivia and Hugh Lashbrooke saying they wanted to interview me for the incubator program.</p></blockquote>\n<p>Later on, I received an email from Andrea Middleton saying my application to be a WordCamp organizer had been accepted! This was a very exciting time for me. It was now going to be possible to experience the things I had read about the WordPress Community here in Zimbabwe, too.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/meetup_at_CSZ-min.jpeg\"><img class=\"size-large wp-image-1627\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/meetup_at_CSZ-min-1024x576.jpeg\" alt=\"First meetup at the Computer Society of Zimbabwe, August 20, 2016\" width=\"960\" height=\"540\" /></a>First meetup at the Computer Society of Zimbabwe, August 20, 2016\n<p>The first thing that I needed to do was start a monthly WordPress meetup group in Harare because there was no regular meetup that I was aware of, and therefore no real WordPress Community. It was a struggle but thanks to the guidance and support of WordCamp Central, and the support of the <a href=\"http://www.csz.org.zw/\" target=\"_blank\">Computer Society of Zimbabwe</a>, we were able to have meetups and the membership grew.</p>\n<blockquote><p>Months later, we hosted the very first WordCamp in Zimbabwe: WordCamp Harare 2016.</p></blockquote>\n<p>It was a success and much better than I thought it would be. Along with our monthly meetups, WordCamp did a lot to promote awareness of the WordPress Community. Since then, quite a number of local WordPress users have become active in the WordPress Community. I absolutely love hosting meetups and sharing knowledge about something which I am passionate about.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/wordcamp_at_harare_city_library-min.jpg\"><img class=\"size-large wp-image-1628\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/wordcamp_at_harare_city_library-min-1024x678.jpg\" alt=\"First WordCamp Harare at Harare City Library\" width=\"960\" height=\"636\" /></a>First WordCamp Harare at Harare City Library\n<p>On a personal level, working with the WordPress Community opened up a world that I didn’t know existed within WordPress. I got to know so many amazing people and everyone has been helpful and kind. The WordPress Community is made up of people who are generous and willing to give their time and share knowledge with others. For me, it is very fulfilling to be able to give back to something which I have benefited from so much.</p>\n<p>One of the highlights of WordCamp for me was meeting Job Thomas and Herman Kok, two of our speakers who came from South Africa. They both work for <a href=\"https://automattic.com/\" target=\"_blank\">Automattic</a>, the company that owns WordPress.com, WooCommerce, Jetpack and other WordPress-related products. (Before I became active in the WordPress Community, I had no idea Automattic had an office in South Africa!) Talking to them, I got a strong sense that they were passionate, not only about what they do, but about sharing their knowledge and experience with others.</p>\n<p>I was encouraged and inspired to apply to work for Automattic. The position that I wish to apply for is called “Happiness Engineer”. Basically, your job is customer support. For me, this is a dream job: getting paid to do something that I have a passion for which is share my knowledge of WordPress with others. They say that if you find something that you love to do, you’ll never work another day in your life. So currently, I spend time helping other users in Automattic product forums in order to gain more direct experience before I apply.</p>\n<p>This past year has been an awesome journey for me. If it wasn’t for WordPress, I would never have experienced being part of an open-source community and the doors that have opened for me. There are so many awesome people that I never would have gotten to know. WordPress truly changed my life.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress Opened Up a Whole New World\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Opened%20Up%20a%20Whole%20New%20World&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-opened-whole-new-world%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Opened Up a Whole New World\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-opened-whole-new-world%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-opened-whole-new-world%2F&title=WordPress+Opened+Up+a+Whole+New+World\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Opened Up a Whole New World\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-opened-whole-new-world/&media=https://heropress.com/wp-content/uploads/2017/03/030117-150x150.jpg&description=WordPress Opened Up a Whole New World\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Opened Up a Whole New World\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\" title=\"WordPress Opened Up a Whole New World\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">WordPress Opened Up a Whole New World</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Mar 2017 12:00:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Thabo Tswana\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: HackerOne Launches Free Community Edition for Non-Commercial Open Source Projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66592\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/hackerone-launches-free-community-edition-for-non-commercial-open-source-projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5076:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/hackerone-logo.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.hackerone.com\" target=\"_blank\">HackerOne</a>, the vulnerability coordination and bug bounty platform, has launched a new <a href=\"https://www.hackerone.com/product/community\" target=\"_blank\">Community Edition</a> for open source projects. The company is built around the notion that, “given enough eyeballs, all vulnerabilities are shallow.” HackerOne announced a <a href=\"https://www.hackerone.com/blog/The-best-security-initiative-you-can-take-in-2017\" target=\"_blank\">$40 million round of funding</a> earlier this month, which allows the company to expand its market and add new features to the platform.</p>\n<p>Open source projects are one area where HackerOne is expanding its reach. The company participates in the <a href=\"https://internetbugbounty.org/\" target=\"_blank\">Internet Bug Bounty</a> program, which helps secure core internet infrastructure and open source software, but HackerOne is now opening up its own platform.</p>\n<p>“One of the goals I have had in my work with HackerOne is to build an even closer bridge between HackerOne and the open source community,” community strategy consultant Jono Bacon said. Bacon <a href=\"http://www.jonobacon.org/2017/02/09/hackerone-professional-free-open-source-projects/\" target=\"_blank\">announced</a> the availability of HackerOne’s new <a href=\"https://www.hackerone.com/product/community\" target=\"_blank\">Community Edition</a>, which has not yet been formally announced but is already open for applicants.</p>\n<p>The Community Edition has all the same features as HackerOne’s Professional Edition, including vulnerability submission/coordination, duplicate detection, hacker reputation, analytics, and more. The only difference is that it doesn’t include paid customer support and program assistance. It also integrates with many popular issue tracking tools, such as JIRA, GitHub, Bugzilla, Zendesk, Track, and others.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/hackerone-community-edition.png?ssl=1\"><img /></a></p>\n<p>Although the name “Community Edition” might suggest to some that it is self-hosted, HackerOne actually provides it as a SaaS offering with no setup or deployment required.</p>\n<p>Open source projects are eligible if they meet a few requirements:</p>\n<ul>\n<li>Must be open source projects covered by an <a href=\"https://opensource.org/licenses\" target=\"_blank\">OSI license</a></li>\n<li>Be active and at least 3 months old (age is defined by shipped releases/code contributions)</li>\n<li>Include a SECURITY.md in the project root that provides details for how to submit vulnerabilities (<a href=\"https://github.com/discourse/discourse/blob/master/docs/SECURITY.md\" target=\"_blank\">example</a>)</li>\n<li>Display a link to your HackerOne profile from either the primary or secondary navigation on the project’s website</li>\n<li>Maintain an initial response to new reports of less than a week</li>\n</ul>\n<p>WordPress doesn’t have its own listing in the HackerOne directory but <a href=\"https://hackerone.com/automattic\" target=\"_blank\">Automattic’s page</a> says the company also welcomes reports for WordPress, BuddyPress, and bbPress. Automattic has had 446 bugs resolved through its program on HackerOne, which it has maintained for the past three years. A handful of other WordPress-related projects are also listed in the directory, including the <a href=\"https://hackerone.com/wordpoints\" target=\"_blank\">WordPoints</a> plugin, <a href=\"https://hackerone.com/iandunn-projects\" target=\"_blank\">Ian Dunn’s projects</a>, and <a href=\"https://hackerone.com/flox\" target=\"_blank\">Flox</a>.</p>\n<p>Having a crowd-sourced security program in place is becoming more critical, as breeches are costing companies billions of dollars every year. The World Economic Forum’s <a href=\"http://www3.weforum.org/docs/GRR/WEF_GRR16.pdf\" target=\"_blank\">2016 Global Risks Report</a> estimated that “crimes in cyberspace cost the global economy an estimated $445 billion.”</p>\n<p>Not all organizations listed on HackerOne offer bug bounties, but bounties are a proven method of attracting security talent. Since HackerOne launched, its customers have resolved more than 37,000 vulnerabilities and have paid out more than $13 million in bug bounties. By the end of 2016, HackerOne’s community of hackers had grown to nearly 100,000.</p>\n<p>The new <a href=\"https://www.hackerone.com/product/community\" target=\"_blank\">Community Edition</a> gives smaller open source projects and organizations exposure to HackerOne’s network of thousands of security researchers and the tools for managing communication about vulnerabilities. Projects applying for the Community Edition must be non-commercial and able to run an effective security program. Applications are usually answered within one business week.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Mar 2017 04:56:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Freemius Launches Insights for WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66740\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/freemius-launches-insights-for-wordpress-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8722:\"<p>Freemius Insights <a href=\"https://freemius.com/blog/freemius-insights-wordpress-themes/\">has announced</a> that its <a href=\"https://freemius.com/\">analytics service</a> that was previously <a href=\"https://wptavern.com/freemius-insights-enables-plugin-developers-to-make-data-driven-decisions\">only available to WordPress plugins</a> is now available for themes. The company was founded in 2015 by <a href=\"https://twitter.com/vovafeldman\">Vova Feldman</a> and his team after discovering how much information is not available to developers who host plugins and themes on the official WordPress directories and marketplaces.</p>\n<img />Freemius Insights for Themes\n<p>Freemius Insights for themes gives developers an opportunity to collect a large variety of data, including, email addresses, PHP, plugin, WordPress version distribution, and more. When a user installs a theme that uses Freemius, an opt-in prompt is displayed that notifies them that data will be sent to Freemius.com to help improve the product. Selecting Skip prevents data from reaching Freemius.com.</p>\n<img />Freemius Opt-in Prompt\n<p>Feldman says that he and his team have worked closely with the <a href=\"https://make.wordpress.org/themes/\">WordPress Theme Review Team</a> to ensure that Freemius Insights does not violate the theme directory <a href=\"https://make.wordpress.org/themes/handbook/review/required/\">requirements.</a> One of the most informative features that Freemius Insights provides is the ability for users to provide feedback if they decide to switch to a different theme.</p>\n<p>When a user switches away from a product using Freemius, a prompt is shown with randomly displayed questions asking for feedback. These responses are saved and can be viewed at a later time in the Freemius dashboard. If a user switches themes because it doesn’t have a specific feature and it’s added at some point, a developer can go back and notify them that the feature exists.</p>\n<h2>Data Collection Leads to Description, Settings, and Documentation Improvements for FooBox</h2>\n<p>Adam Warner, Co-founder of <a href=\"https://fooplugins.com\">FooPlugins.com</a>, added Freemius Insights to <a href=\"https://wordpress.org/plugins/foobox-image-lightbox/\">FooBox</a>, an image lightbox plugin after noticing that other plugins were collecting opt-in usage data. His team realized they needed the data but didn’t have the resources to build a custom solution in a reasonable amount of time.</p>\n<p>Warner shares what he discovered with the data collected by Freemius. “Install, uninstall, deactivation, and feedback data is some of the most important data we’ve obtained,” he responded.</p>\n<p>“Not long after we discovered that of those who deactivated the plugin, the two top reasons were ‘expected something else’ and ‘didn’t understand how it works.’ That is valuable insight that we might not have had otherwise and allowed us to revamp our plugin description on .org and in the plugin settings.”</p>\n<p>One of the main reasons for collecting data is to improve the product. Based on the data collected, improvements to FooBox were geared towards documentation and the plugin’s settings pages, “After learning from the insights that Freemius provided us, we wrote longer explanations of various settings and what they do, as well as putting in links to documentation and video walkthroughs,” he said.</p>\n<h2>Freemius Usage Data Ramps Up Priority for NextGEN Gallery Wizard</h2>\n<p>NextGEN Gallery is Freemius’ most popular plugin tracked so I asked Erick Danzer, Founder and CEO of Imagely, makers of NextGEN Gallery, what his team has learned and if any improvements are a direct result of the data collected.</p>\n<p>Since adding Freemius to NextGEN Gallery, the opt-in form has been exposed to about 200K new users. Out of these, 37.5% or 75K users have opted to submit data.</p>\n<p>“We’ve learned that 21% of users deactivate or uninstall the plugin entirely,” Danzer said. “Conversely, that means we have about a 79% retention rate. It’s hard to know how that compares to the WordPress ecosystem as a whole, but our sense is that retention rate is not bad (even if we’d like it to be better). I’d love to see comparative data across other plugins at some point.”</p>\n<p>Of those who uninstall the plugin, 20% which is the largest share, do so because they don’t understand how it works, “This wasn’t a surprise. We know that NextGEN Gallery is powerful and thus overwhelming to some users,” Danzer said. “But this is the first time we’ve been able to put actual numbers on that behavior.”</p>\n<p>Some of the biggest improvements to NextGEN Gallery that are a result of the data that’s been collected deal with the user interface. “We now know that 21% of users uninstall and that the biggest reason is too much complexity getting started,” Danzer said. “That tells us that if we want to improve our retention rate, we need to make it easier to start.”</p>\n<p>“To that end, we’ve done two things. First, we just released a start-up Gallery Wizard late last fall that walks new users through the process of setting up their first gallery. Second, we’re about 70% done with an overhaul of the interface to simplify the presentation of options. These are both things we probably would have done anyways, but we upped their priority based on Freemius data.”</p>\n<h2>Data From Freemius Insights Points to a Common Dead-end With Plugins</h2>\n<p>For more than a year, Freemius Insights has been collecting mountains of data for plugins. Feldman was gracious enough to supply the Tavern with some interesting data. There are more than 750 developers registered to the site and more than 400K users have opted-in to usage tracking. <a href=\"https://wordpress.org/plugins/nextgen-gallery/\">NextGEN Gallery</a> is the service’s most popular tracked plugin active on more than 1.5M sites.</p>\n<p>Out of the plugins tracked, there have been 114K feedback responses on why users deactivated a plugin. The top five reasons plugins were deactivated are:</p>\n<ul>\n<ul>\n<li>23% Expected something else / didn’t work as expected</li>\n<li>21% Didn’t understand how it works</li>\n<li>20% No longer needed</li>\n<li>13% Found a better alternative</li>\n<li>6% Didn’t work</li>\n</ul>\n</ul>\n<p>The most interesting aspect of this data is the second most popular reason why users deactivate a plugin. When users activate a plugin, many don’t know what the next step is. It could be searching for a link to the settings page or not doing anything at all. Most of the time, users have no idea because the plugin doesn’t tell them.</p>\n<p><a href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce</a> is a good example of a plugin that bucks this trend with an <a href=\"https://docs.woocommerce.com/document/woocommerce-onboarding-wizard/\">onboarding wizard</a> that when completed, puts users in a place where they can immediately start selling products.</p>\n<img />WooCommerce Onboarding Wizard\n<p>Not every plugin is as complex as WooCommerce and doesn’t need a onboarding wizard. For these use cases, developers might consider using <a href=\"https://code.tutsplus.com/articles/integrating-with-wordpress-ui-admin-pointers--wp-26853\">Admin Pointers</a>, a feature that was added in WordPress 3.3. With Admin Pointers you can inform users about a new feature or provide further instructions after a plugin is activated.</p>\n<p>Insights for Themes is free for non-commercial themes however, only two weeks of historical aggregated metrics and the 100 most recent user emails will be collected. In exchange for aggregating the data, Freemius asks that a symbolic attribution that ‘freemius’ is a contributor be added to the theme’s readme.txt file. No email exports or webhooks are included with the free plan.</p>\n<p>Freemius is an example of a service that is filling a huge void of nonexistent data from WordPress.org for plugin and theme authors. A void that <a href=\"https://wptavern.com/solving-the-mystery-of-how-people-actually-use-wordpress\">doesn’t appear likely</a> to be filled anytime soon. As noted above, the data that is collected, especially direct feedback from users, has surfaced issues that may not have otherwise been discovered.</p>\n<p>If you use Freemius Insights in your plugins or themes, please tell us about your experience and what you’ve learned from the collected data.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2017 22:43:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Amazon S3 Outage Hits WordPress Businesses, Disrupting Services and Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/amazon-s3-outage-hits-wordpress-businesses-disrupting-service-and-support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5853:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/Amazon_Web_Services_logo_AWS.jpg?ssl=1\"><img /></a></p>\n<p>Amazon is currently experiencing “high error rates with S3 in US-EAST-1,” causing a massive outage for sites, apps, and services across the web. The <a href=\"https://status.aws.amazon.com/\" target=\"_blank\">AWS service health dashboard</a> was also temporarily affected by the outage. Amazon says it is working at repairing S3 and that they believe they have identified the root cause.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/awscloud\">@awscloud</a> Care to share the architecture of this status page as an anti-pattern?</p>\n<p>— Thorben Heins (@thorbenheins) <a href=\"https://twitter.com/thorbenheins/status/836657580382502912\">February 28, 2017</a></p></blockquote>\n<p></p>\n<p>The outage is affecting many popular sites, such as Quora, Netflix, Splitwise, Business Insider, Giphy, Trello, IFTTT, many publishers’ image hosting, filesharing in Slack, and the Docker Registry Hub.</p>\n<p>WordPress businesses are also currently affected, especially those that host customer downloads. WooCommerce customers are currently unable to access downloads they purchased. Similarly Envato customers are having difficulty accessing downloads and content.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Yes, we are affected by <a href=\"https://twitter.com/hashtag/AWS?src=hash\">#AWS</a> <a href=\"https://twitter.com/hashtag/S3?src=hash\">#S3</a> outage too. S3 is having a snag right now…. Quora, Slack, Envato and millions more are suffering…</p>\n<p>— WPBakery (@wpbakery) <a href=\"https://twitter.com/wpbakery/status/836663834437955584\">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">We\'re aware of issues with functionality of the <a href=\"https://t.co/dGuVluPt9A\">https://t.co/dGuVluPt9A</a> site, such as My Downloads. This is related to the <a href=\"https://twitter.com/awscloud\">@awscloud</a> outage</p>\n<p>— WooCommerce (@WooCommerce) <a href=\"https://twitter.com/WooCommerce/status/836663491805216768\">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Amazon S3 has identified high error rate issue that\'s impacting the Envato Market specifically our downloads and content. We are monitoring!</p>\n<p>— Envato Help (@envato_help) <a href=\"https://twitter.com/envato_help/status/836653583428771840\">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Downloading and updating our premium plugins is possible again, after a short downtime due to problems at S3. Sorry for the inconvenience!</p>\n<p>— Yoast (@yoast) <a href=\"https://twitter.com/yoast/status/836684468513558529\">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Due to the AWS outage, we are experiencing problems with sales, support, and development. Please accept our apologies…we\'ll be back soon!</p>\n<p>— WP Ninjas, LLC (@wpninjas) <a href=\"https://twitter.com/wpninjas/status/836662320088539136\">February 28, 2017</a></p></blockquote>\n<p></p>\n<p>Joost de Valk, CEO and founder of <a href=\"https://yoast.com/\" target=\"_blank\">Yoast</a>, said the company experienced minor effects from the outage but has already been planning on switching from S3 to a new storage provider.</p>\n<p>“The outage doesn’t seem to have affected our revenue much,” de Valk said. “It was slightly annoying and led to some images not working and people not being able to download their plugins for a while, which is always a shame. However, not directly related to this, we’re already looking at ditching S3. That’s because our new hosting setup at SiteGround combined with CDN from MaxCDN actually negates the need for S3 entirely.”</p>\n<p>Other companies that have AWS integrated into their support services experienced more disruption due to customers not being able to receive help.</p>\n<p>“Obviously our website is hosted using AWS technology through Pagely,” <a href=\"http://wpninjas.com/\" target=\"_blank\">WP Ninjas</a> co-founder James Laws said. “I’m not sure how they’ve been affected directly, but we have noticed intermittent downtime. Perhaps the biggest impact is that our support service is built on AWS and with it down we are completely unable to provide any support to our users.”</p>\n<p>Laws said the company has had fairly decent uptime with AWS in the past and that the idea of switching services because of an outage would not be worth the effort.</p>\n<p>“The truth is that 100% uptime is more a fantasy than anything,” Laws said. “The idea of having to move a website or change a support system temporarily or even permanently for a short period of downtime would be pretty daunting. You probably could create contingency plans for something like this, but the technical and administrative costs are not generally worth it in my opinion.”</p>\n<p>The outage serves as a painful reminder of how dependent the web is on cloud storage providers and how few services have a backup plan for instances like these.</p>\n<p>At 12:52 PM PST Amazon released an update, promising improvements for customers within the hour: “We are seeing recovery for S3 object retrievals, listing and deletions. We continue to work on recovery for adding new objects to S3 and expect to start seeing improved error rates within the hour.” The ability to retrieve, list, and delete was fully recovered within half an hour and Amazon continues to work on fixing the ability to add new objects to S3.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2017 21:54:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Donncha: Coming up in WP Super Cache 1.5.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89500157\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://odd.blog/2017/02/28/coming-up-in-wp-super-cache-1-5-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5618:\"<p>The next version of WP Super Cache will be one with some big changes! There are many small bug fixes and improvements but the one I’m most excited about is moving the legacy cache files into the supercache directory.</p>\n<p>The legacy cache files were the files created by the old WP-Cache plugin upon which this plugin is based. They’re really useful as they store the headers sent from the server as well as the page contents. If you’re serving pages that aren’t regular html, such as JSON or XML you don’t want to tell the browser they’re text/html documents. This caching method is also used for anyone who is logged into your site, or left a comment.<br />\nThere is a problem however. They’re stored in one directory. If you have many thousands of visitors interacting with your site you may end up with a directory containing thousands of files. The names of the cache files are a hash of the URL, gzip support and browser cookies so one file can match one user, or one file can be used by thousands of anonymous users. In the event that someone left a comment on a popular post the plugin has to search through all those files looking for the pages cached for other users who were also looking at that page. On a busy server that can cause problems.</p>\n<p>So, in <a href=\"https://github.com/Automattic/wp-super-cache/pull/177\">#177</a> I added code that moves the legacy cache files into the supercache directory. That means the files are stored in directories that reflect the URL of the page that was served which makes it very easy to delete the cached files belonging to that page as they’re all in the same directory!</p>\n<p>The new code will look in the old location for legacy files first as some sites will have a large collection of cached files, but any new cache files will be created in the supercache directory.</p>\n<p>Ian Dunn <a href=\"https://github.com/Automattic/wp-super-cache/pull/121\">submitted code</a> to cache the REST API. It’s not yet complete but we’ll be able to build on the changes to the legacy cache to make caching the API more efficient than it would have been before.</p>\n<p>I really need people to help test this. The latest code is running on this site so I’m very confident in how well it works but just because it works on my odd little server doesn’t mean it will work right everywhere. If you want to give it a spin, visit <a href=\"https://github.com/Automattic/wp-super-cache\">the plugin Github repository</a> and click on the “Clone or download” button. If you don’t know how to clone a Git respository just grab the zip file and install it on your server, overwriting the files in the plugins/wp-super-cache/ directory. If the changes to where cache files go doesn’t interest you, some of the changes in this list might:</p>\n<ul>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/commit/b654bcf6d75655e386f22c2fcbad19272b0d75cd\">Don’t output broken warning in robots.txt</li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/commit/8b63d5d97f246ba4d442e7b5d32a4d08fce4fd22\">Use get_home_url() instead of siteurl because some sites have different homepages</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/176\">Remove most calls to get_all_supercache_filenames()</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/145\">Fix bottom border in admin</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/199\">Use plugins_url() so https links work</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/55\">Preload from the newest post</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/101\">Stop caching of wp-admin visits sooner</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/177\">Store legacy cache files in the supercache directories</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/100\">Make the headers more informative to tell how a page was served</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/90\">Properly serve 304 requests</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/188\">Apply realpath to filenames because of Windows oddities</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/127\">Don’t flush(), output buffers don’t like it</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/194\">Add more file checks around wp_cache_rebuild_or_delete()</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/191\">If HTTP_HOST is not defined then disable caching</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/190\">Only show html comments on html pages</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/issues/184\">Fix caching of mobile requests</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/61\">Clear the cache for private posts</a></li>\n</ul>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"https://odd.blog/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href=\"https://odd.blog/2009/01/09/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li><li> <a href=\"https://odd.blog/2010/02/08/wp-super-cache-099/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.9\">WP Super Cache 0.9.9</a></li></ul></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2017 15:05:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: NextGEN Gallery Patches Critical SQL Injection Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66611\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/nextgen-gallery-patches-critical-sql-injection-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2804:\"<p><a href=\"https://blog.sucuri.net/author/slavco/\">Slavco Mihajloski</a>, security researcher at <a href=\"https://sucuri.net/\">Sucuri</a>, <a href=\"https://blog.sucuri.net/2017/02/sql-injection-vulnerability-nextgen-gallery-wordpress.html\">has discovered</a> a critical SQL injection vulnerability in <a href=\"https://wordpress.org/plugins/nextgen-gallery/\">NextGEN Gallery</a>, a popular WordPress plugin that’s active on more than a million sites.</p>\n<p>Mihajloski gives the vulnerability a 9 out of 10 on Sucuri’s DREAD scale. Dread stands for Damage, Reproducibility, Exploitability, Affected Users, and Discoverability.</p>\n<p>Each category receives a score between 0 and 10. The <a href=\"https://blog.sucuri.net/2015/03/understanding-wordpress-plugin-vulnerabilities.html\">DREAD score</a> is obtained by adding the totals from each category and then dividing by five. The higher the score, the more severe the vulnerability.</p>\n<p>The SQL injection vulnerability affects NextGEN Gallery versions 2.1.77 and below. Version 2.1.79 is patched and was released four days ago. Those who use NextGEN basic tagcloud gallery or allow visitors to submit posts to be reviewed by contributors are especially at risk.</p>\n<p>“This vulnerability allows an unauthenticated user to grab data from the victim’s website database, including sensitive user information,” Mihajloski said.</p>\n<p>“This issue existed because NextGEN Gallery allowed improperly sanitized user input in a WordPress prepared SQL query, which is basically the same as adding user input inside a raw SQL query. Using this attack vector, an attacker could leak hashed passwords and WordPress secret keys, in certain configurations.”</p>\n<p>Although 2.1.79 patches the vulnerability, the <a href=\"https://wordpress.org/plugins/nextgen-gallery/changelog/\">plugin’s changelog</a> doesn’t indicate a critical security issue was fixed. Eric Danzer, Founder and CEO of Imagely, makers of NextGEN Gallery, <a href=\"https://twitter.com/ErickDanzer/status/836315264002232321\">explained on Twitter</a> why it’s not mentioned in the changelog.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/perezbox\">@perezbox</a> <a href=\"https://twitter.com/jeffr0\">@jeffr0</a> We just wanted updates underway before drawing attention. We\'ll update changelog for accuracy in a subsequent release.</p>\n<p>— Erick Danzer (@ErickDanzer) <a href=\"https://twitter.com/ErickDanzer/status/836315264002232321\">February 27, 2017</a></p></blockquote>\n<p></p>\n<p>Users are strongly encouraged to update <a href=\"https://wordpress.org/plugins/nextgen-gallery/\">NextGEN Gallery</a> to version 2.1.79 as soon as possible.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Feb 2017 23:05:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 19 Mar 2017 15:31:40 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sun, 19 Mar 2017 15:15:09 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(583,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1489980700','no'),(584,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1489937500','no'),(585,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1489980701','no'),(586,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 19 Mar 2017 15:24:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"NextGEN Gallery - WordPress Gallery Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 16.5 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"The original SEO plugin for WordPress, downloaded over 30,000,000 times since 2007.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5790@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Extends and enhances TinyMCE, the WordPress Visual Editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"Secure your website with the most comprehensive WordPress security plugin. Firewall, malware scan, blocking, live traffic, login security & more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Syed Balkhi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"UpdraftPlus WordPress Backup Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"6743@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2646@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"25254@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Akismet checks your comments and contact form submissions against our global database of spam to protect you and your site from malicious content.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"9542@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"The one plugin you need for stats, related posts, search engine optimization, social sharing, protection, backups, speed, and email list management.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"51888@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12073@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"Search Engine (SEO) & Performance Optimization (WPO) via caching. Integrated caching: CDN, Minify, Page, Object, Fragment, Database support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"363@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"50539@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"Displays Google Analytics stats in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26607@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26907@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly. Provides tool t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"28395@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"31973@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"SiteOrigin Widgets Bundle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/so-widgets-bundle/#post-67824\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 May 2014 14:27:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"67824@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"A collection of all widgets, neatly bundled into a single plugin. It's also a framework to code your own widgets on top of.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"iThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ninja Forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/ninja-forms/#post-33147\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Dec 2011 18:11:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"33147@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"Drag and drop fields in an intuitive UI to create create contact forms, email subscription forms, order forms, payment forms, send emails and more!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Kevin Stover\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 19 Mar 2017 15:31:41 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Mon, 23 Apr 2007 20:08:06 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911090210\";}','no'),(587,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1489980701','no'),(588,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1489937501','no'),(589,'_transient_timeout_plugin_slugs','1490023908','no'),(590,'_transient_plugin_slugs','a:7:{i:0;s:19:\"akismet/akismet.php\";i:1;s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";i:2;s:9:\"hello.php\";i:3;s:51:\"restaurant-reservations/restaurant-reservations.php\";i:4;s:23:\"revslider/revslider.php\";i:5;s:31:\"template-core/template-core.php\";i:6;s:27:\"js_composer/js_composer.php\";}','no'),(591,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1489980701','no'),(592,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/\'>WordPress 4.7.3 Security and Maintenance Release</a> <span class=\"rss-date\">March 6, 2017</span><div class=\"rssSummary\">WordPress 4.7.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.2 and earlier are affected by six security issues: Cross-site scripting (XSS) via media file metadata. Reported by Chris Andrè Dale, Yorick Koster, and Simon P. Briggs. Control characters can trick redirect […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://odd.blog/2017/03/18/how-to-auto-schedule-wordpress-posts/\'>Donncha: How to Auto Schedule WordPress Posts</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/github-adds-plain-english-explanations-to-license-pages-for-open-source-projects\'>WPTavern: GitHub Adds Plain English Explanations to License Pages for Open Source Projects</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/in-case-you-missed-it-issue-19\'>WPTavern: In Case You Missed It – Issue 19</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>Popular Plugin:</span> Google Analytics Dashboard for WP <a href=\"plugin-install.php?tab=plugin-information&plugin=google-analytics-dashboard-for-wp&_wpnonce=6114109a90&TB_iframe=true&width=600&height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"Install Google Analytics Dashboard for WP\">(Install)</a></li></ul></div>','no'),(593,'_site_transient_timeout_ai1ec_update_plugins','1489939308','no'),(594,'_site_transient_ai1ec_update_plugins','a:1:{s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";a:11:{s:6:\"plugin\";s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";s:11:\"new_version\";s:6:\"2.5.17\";s:7:\"version\";s:6:\"2.5.17\";s:4:\"name\";s:4:\"Core\";s:4:\"slug\";s:25:\"all-in-one-event-calendar\";s:3:\"url\";s:15:\"https://time.ly\";s:8:\"homepage\";s:15:\"https://time.ly\";s:7:\"package\";s:70:\"https://checkout.time.ly/packages/all-in-one-event-calendar_2.5.17.zip\";s:13:\"download_link\";s:70:\"https://checkout.time.ly/packages/all-in-one-event-calendar_2.5.17.zip\";s:8:\"sections\";a:2:{s:11:\"description\";s:14:\"Basic Calendar\";s:9:\"changelog\";s:824:\"<strong>2.5.17</strong>\r\n<ul>\r\n<li>Fixed: Open Graph meta tags now matches correct dates and URLs for recurrent events.</li>\r\n<li>Fixed: Prevents duplicate post IDs from being passed to update_meta_cache() after searching for events, creating a much smaller database query. Thanks to @zrothauser for the fix.</li>\r\n<li>Fixed: Removed use of deprecated WP function (get_currentuserinfo()).</li>\r\n<li>Fixed: Removed link from event\'s view when event was imported from a CSV/ICS file.</li>\r\n<li>Fixed: Removed Ticketing TRY (Turkish Lira) currency as it is unsupported by PayPal.</li>\r\n<li>Fixed: The API sign up/sign in process would fail sometimes.</li>\r\n<li>Fixed: Multi-days events were overlapping in month view.</li>\r\n<li>Fixed: For recurrent events, the month name in the \"Repeats\" tooltip was all lowercase.</li>\r\n</ul>\";}s:6:\"author\";s:65:\"<a href=\"https://time.ly\" target=\"_blank\">Timely Network Inc.</a>\";}}','no'),(599,'theme_mods_twentyfifteen','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:13:\"tpath-primary\";i:12;s:19:\"tpath-primary-right\";i:13;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1489978114;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(600,'_site_transient_timeout_browser_08622865acebb06636778b786a1aad5e','1490576928','no'),(601,'_site_transient_browser_08622865acebb06636778b786a1aad5e','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"10.0.3\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(604,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1489975187;s:7:\"checked\";a:4:{s:7:\"buffalo\";s:3:\"1.2\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.9\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(605,'_site_transient_timeout_theme_roots','1489978806','no'),(606,'_site_transient_theme_roots','a:4:{s:7:\"buffalo\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3749 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,35,'_wp_attached_file','2015/05/bg-image-1.jpg'),(3,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1539;s:6:\"height\";i:601;s:4:\"file\";s:22:\"2015/05/bg-image-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-image-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"bg-image-1-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"bg-image-1-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"bg-image-1-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"bg-image-1-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"bg-image-1-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"bg-image-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"bg-image-1-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"bg-image-1-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4,53,'_wp_attached_file','2015/05/gallery_heading_bg.jpg'),(5,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1539;s:6:\"height\";i:160;s:4:\"file\";s:30:\"2015/05/gallery_heading_bg.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"gallery_heading_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"gallery_heading_bg-300x31.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"gallery_heading_bg-768x80.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"gallery_heading_bg-1024x106.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"gallery_heading_bg-1000x160.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:30:\"gallery_heading_bg-560x160.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:30:\"gallery_heading_bg-500x160.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:30:\"gallery_heading_bg-700x160.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:30:\"gallery_heading_bg-580x160.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6,60,'_wp_attached_file','2015/05/about-img.png'),(7,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:246;s:6:\"height\";i:246;s:4:\"file\";s:21:\"2015/05/about-img.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"about-img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8,62,'_wp_attached_file','2015/05/contact_heading_bg.jpg'),(9,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1539;s:6:\"height\";i:160;s:4:\"file\";s:30:\"2015/05/contact_heading_bg.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"contact_heading_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"contact_heading_bg-300x31.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"contact_heading_bg-768x80.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"contact_heading_bg-1024x106.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"contact_heading_bg-1000x160.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:30:\"contact_heading_bg-560x160.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:30:\"contact_heading_bg-500x160.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:30:\"contact_heading_bg-700x160.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:30:\"contact_heading_bg-580x160.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10,69,'_wp_attached_file','2015/05/1-white.png'),(11,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:19:\"2015/05/1-white.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"1-white-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12,71,'_wp_attached_file','2015/05/2-white.png'),(13,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:19:\"2015/05/2-white.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"2-white-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14,74,'_wp_attached_file','2015/05/3-white.png'),(15,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:19:\"2015/05/3-white.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"3-white-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16,75,'_wp_attached_file','2015/05/4-white.png'),(17,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:19:\"2015/05/4-white.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"4-white-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18,77,'_wp_attached_file','2015/05/1.png'),(19,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:13:\"2015/05/1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20,80,'_wp_attached_file','2015/05/2.png'),(21,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:13:\"2015/05/2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22,81,'_wp_attached_file','2015/05/3.png'),(23,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:13:\"2015/05/3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24,84,'_wp_attached_file','2015/05/4.png'),(25,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:13:\"2015/05/4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26,104,'_wp_attached_file','2015/05/logo2.png'),(27,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:138;s:4:\"file\";s:17:\"2015/05/logo2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo2-150x138.png\";s:5:\"width\";i:150;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28,140,'_wp_attached_file','2015/05/10.jpg'),(29,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:800;s:4:\"file\";s:14:\"2015/05/10.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"10-768x773.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"10-795x490.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:14:\"10-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:14:\"10-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:14:\"10-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:14:\"10-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(30,141,'_wp_attached_file','2015/05/11.jpg'),(31,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:800;s:4:\"file\";s:14:\"2015/05/11.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"11-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"11-768x773.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"11-795x490.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:14:\"11-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:14:\"11-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:14:\"11-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:14:\"11-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32,142,'_wp_attached_file','2015/05/12.jpg'),(33,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:800;s:4:\"file\";s:14:\"2015/05/12.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"12-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"12-768x773.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"12-795x490.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:14:\"12-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:14:\"12-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:14:\"12-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:14:\"12-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34,155,'_wp_attached_file','2015/05/Carousel-01.jpg'),(35,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:499;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2015/05/Carousel-01.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Carousel-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Carousel-01-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(36,156,'_wp_attached_file','2015/05/Carousel-02.jpg'),(37,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:499;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2015/05/Carousel-02.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Carousel-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Carousel-02-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38,157,'_wp_attached_file','2015/05/Carousel-03.jpg'),(39,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:499;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2015/05/Carousel-03.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Carousel-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Carousel-03-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40,166,'_wp_attached_file','2015/05/team-04.jpg'),(41,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:637;s:6:\"height\";i:681;s:4:\"file\";s:19:\"2015/05/team-04.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"team-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"team-04-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"team-04-637x490.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"team-04-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"team-04-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"team-04-637x470.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"team-04-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:46:\"Copyright: (c) 2011, Daniel Hopper Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(42,167,'_wp_attached_file','2015/05/team-03.jpg'),(43,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:637;s:6:\"height\";i:681;s:4:\"file\";s:19:\"2015/05/team-03.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"team-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"team-03-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"team-03-637x490.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"team-03-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"team-03-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"team-03-637x470.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"team-03-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:46:\"Copyright: (c) 2011, Daniel Hopper Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44,168,'_wp_attached_file','2015/05/team-02.jpg'),(45,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:637;s:6:\"height\";i:681;s:4:\"file\";s:19:\"2015/05/team-02.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"team-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"team-02-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"team-02-637x490.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"team-02-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"team-02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"team-02-637x470.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"team-02-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:46:\"Copyright: (c) 2011, Daniel Hopper Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(46,170,'_wp_attached_file','2015/05/team-01.jpg'),(47,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:637;s:6:\"height\";i:681;s:4:\"file\";s:19:\"2015/05/team-01.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"team-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"team-01-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"team-01-637x490.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"team-01-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"team-01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"team-01-637x470.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"team-01-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:46:\"Copyright: (c) 2011, Daniel Hopper Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(48,171,'_wp_attached_file','2015/05/testimonials-03.jpg'),(49,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2015/05/testimonials-03.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"testimonials-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(50,172,'_wp_attached_file','2015/05/testimonials-02.jpg'),(51,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:258;s:6:\"height\";i:258;s:4:\"file\";s:27:\"2015/05/testimonials-02.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"testimonials-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(52,173,'_wp_attached_file','2015/05/testimonials-01.jpg'),(53,173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:306;s:4:\"file\";s:27:\"2015/05/testimonials-01.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"testimonials-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"testimonials-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(54,174,'_wp_attached_file','2015/05/portfolio-01.jpg'),(55,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-01.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-01-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-01-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-01-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-01-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(56,175,'_wp_attached_file','2015/05/portfolio-02.jpg'),(57,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-02.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-02-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-02-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-02-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-02-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-02-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(58,176,'_wp_attached_file','2015/05/portfolio-03.jpg'),(59,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-03.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-03-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-03-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-03-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-03-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-03-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-03-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(60,177,'_wp_attached_file','2015/05/portfolio-04.jpg'),(61,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-04.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-04-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-04-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-04-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-04-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-04-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-04-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(62,178,'_wp_attached_file','2015/05/portfolio-05.jpg'),(63,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-05.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-05-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-05-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-05-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-05-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-05-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-05-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(64,179,'_wp_attached_file','2015/05/portfolio-06.jpg'),(65,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-06.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio-06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-06-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-06-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-06-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-06-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-06-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-06-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(66,180,'_wp_attached_file','2015/05/portfolio-07.jpg'),(67,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-07.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio-07-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-07-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-07-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-07-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-07-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-07-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-07-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(68,181,'_wp_attached_file','2015/05/portfolio-08.jpg'),(69,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-08.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio-08-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-08-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-08-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-08-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-08-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-08-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-08-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(70,182,'_wp_attached_file','2015/05/slider-01.jpg'),(71,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1539;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2015/05/slider-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider-01-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider-01-768x449.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider-01-1024x599.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"slider-01-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:21:\"slider-01-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:21:\"slider-01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:21:\"slider-01-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:21:\"slider-01-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(72,183,'_wp_attached_file','2015/05/slider-logo.png'),(73,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:262;s:6:\"height\";i:184;s:4:\"file\";s:23:\"2015/05/slider-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"slider-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(74,184,'_wp_attached_file','2015/05/slider-02.jpg'),(75,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1860;s:6:\"height\";i:915;s:4:\"file\";s:21:\"2015/05/slider-02.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider-02-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider-02-768x378.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider-02-1024x504.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"slider-02-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:21:\"slider-02-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:21:\"slider-02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:21:\"slider-02-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:21:\"slider-02-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(76,185,'_wp_attached_file','2015/05/slider-03.jpg'),(77,185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2015/05/slider-03.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider-03-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider-03-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider-03-1024x546.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"slider-03-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:21:\"slider-03-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:21:\"slider-03-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:21:\"slider-03-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:21:\"slider-03-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(78,186,'_wp_attached_file','2015/05/slider-logo1.png'),(79,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:219;s:6:\"height\";i:96;s:4:\"file\";s:24:\"2015/05/slider-logo1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"slider-logo1-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(80,232,'_wp_attached_file','2015/05/thumb-gallery-01.jpg'),(81,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1710;s:6:\"height\";i:1140;s:4:\"file\";s:28:\"2015/05/thumb-gallery-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-01-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"thumb-gallery-01-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"thumb-gallery-01-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-01-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-01-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-01-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:32:\"Photography: © 2012 Francesco T\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:3:\"1.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(82,233,'_wp_attached_file','2015/05/thumb-gallery-02.jpg'),(83,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1710;s:6:\"height\";i:1140;s:4:\"file\";s:28:\"2015/05/thumb-gallery-02.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-02-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-02-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"thumb-gallery-02-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"thumb-gallery-02-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-02-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-02-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-02-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:32:\"Photography: © 2012 Francesco T\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(84,234,'_wp_attached_file','2015/05/thumb-gallery-03.jpg'),(85,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1710;s:6:\"height\";i:1140;s:4:\"file\";s:28:\"2015/05/thumb-gallery-03.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-03-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-03-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"thumb-gallery-03-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"thumb-gallery-03-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-03-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-03-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-03-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-03-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:32:\"Photography: © 2012 Francesco T\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:3:\"1.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(86,239,'_wp_attached_file','2015/05/services-header-bg.jpg'),(87,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1549;s:6:\"height\";i:160;s:4:\"file\";s:30:\"2015/05/services-header-bg.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"services-header-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"services-header-bg-300x31.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"services-header-bg-768x79.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"services-header-bg-1024x106.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"services-header-bg-1000x160.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:30:\"services-header-bg-560x160.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:30:\"services-header-bg-500x160.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:30:\"services-header-bg-700x160.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:30:\"services-header-bg-580x160.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(88,294,'_wp_attached_file','2015/05/blog-01.jpg'),(89,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:19:\"2015/05/blog-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-01-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-01-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-01-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-01-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-01-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-01-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(90,295,'_wp_attached_file','2015/05/blog-02.jpg'),(91,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2015/05/blog-02.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-02-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-02-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-02-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-02-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-02-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-02-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-02-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(92,296,'_wp_attached_file','2015/05/blog-03.jpg'),(93,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:19:\"2015/05/blog-03.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-03-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-03-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-03-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-03-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-03-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-03-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-03-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-03-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(94,297,'_wp_attached_file','2015/05/blog-04.jpg'),(95,297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:19:\"2015/05/blog-04.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-04-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-04-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-04-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-04-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-04-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-04-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-04-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-04-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(96,298,'_wp_attached_file','2015/05/blog-05.jpg'),(97,298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:19:\"2015/05/blog-05.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-05-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-05-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-05-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-05-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-05-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-05-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-05-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-05-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(98,299,'_wp_attached_file','2015/05/blog-06.jpg'),(99,299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:19:\"2015/05/blog-06.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-06-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-06-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-06-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-06-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-06-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-06-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-06-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-06-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(100,300,'_wp_attached_file','2015/05/blog-07.jpg'),(101,300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:19:\"2015/05/blog-07.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-07-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-07-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-07-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-07-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-07-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-07-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-07-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-07-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(102,301,'_wp_attached_file','2015/05/blog-08.jpg'),(103,301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:19:\"2015/05/blog-08.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-08-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-08-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-08-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-08-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-08-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-08-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-08-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-08-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(104,302,'_wp_attached_file','2015/05/blog-09.jpg'),(105,302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:19:\"2015/05/blog-09.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-09-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-09-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-09-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-09-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-09-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-09-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-09-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-09-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(106,308,'_wp_attached_file','2015/05/blog-10.jpg'),(107,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1200;s:4:\"file\";s:19:\"2015/05/blog-10.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-10-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-10-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-10-1024x647.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-10-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-10-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-10-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-10-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-10-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(108,309,'_wp_attached_file','2015/05/blog-11.jpg'),(109,309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2015/05/blog-11.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-11-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-11-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-11-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-11-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-11-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-11-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-11-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-11-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(110,310,'_wp_attached_file','2015/05/blog-12.jpg'),(111,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1082;s:4:\"file\";s:19:\"2015/05/blog-12.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-12-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-12-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-12-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-12-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-12-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-12-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-12-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-12-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(112,311,'_wp_attached_file','2015/05/blog-13.jpg'),(113,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2015/05/blog-13.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-13-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-13-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-13-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-13-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-13-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-13-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-13-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-13-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(114,316,'_wp_attached_file','2015/05/dvi-2.jpg'),(115,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1539;s:6:\"height\";i:544;s:4:\"file\";s:17:\"2015/05/dvi-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"dvi-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"dvi-2-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"dvi-2-768x271.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"dvi-2-1024x362.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"dvi-2-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:17:\"dvi-2-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:17:\"dvi-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:17:\"dvi-2-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:17:\"dvi-2-580x544.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(116,319,'_wp_attached_file','2015/05/carosel-01.jpg'),(117,319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:357;s:4:\"file\";s:22:\"2015/05/carosel-01.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"carosel-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"carosel-01-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"carosel-01-768x343.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"carosel-01-560x357.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"carosel-01-500x357.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"carosel-01-700x357.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"carosel-01-580x357.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(118,321,'_wp_attached_file','2015/05/carosel-02.jpg'),(119,321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:357;s:4:\"file\";s:22:\"2015/05/carosel-02.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"carosel-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"carosel-02-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"carosel-02-768x343.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"carosel-02-560x357.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"carosel-02-500x357.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"carosel-02-700x357.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"carosel-02-580x357.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(120,322,'_wp_attached_file','2015/05/carosel-03.jpg'),(121,322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:357;s:4:\"file\";s:22:\"2015/05/carosel-03.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"carosel-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"carosel-03-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"carosel-03-768x343.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"carosel-03-560x357.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"carosel-03-500x357.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"carosel-03-700x357.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"carosel-03-580x357.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(122,324,'_wp_attached_file','2015/05/carosel-04.jpg'),(123,324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:357;s:4:\"file\";s:22:\"2015/05/carosel-04.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"carosel-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"carosel-04-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"carosel-04-768x343.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"carosel-04-560x357.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"carosel-04-500x357.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"carosel-04-700x357.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"carosel-04-580x357.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(124,351,'_wp_attached_file','2015/05/blog-14.jpg'),(125,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:19:\"2015/05/blog-14.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-14-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-14-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-14-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-14-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-14-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-14-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-14-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-14-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(126,379,'_wp_attached_file','2015/05/3.jpg'),(127,379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1539;s:6:\"height\";i:601;s:4:\"file\";s:13:\"2015/05/3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"3-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:13:\"3-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:13:\"3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:13:\"3-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:13:\"3-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(128,574,'_wp_attached_file','2015/05/tiled-01.jpg'),(129,574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:250;s:4:\"file\";s:20:\"2015/05/tiled-01.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tiled-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tiled-01-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"tiled-01-560x250.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"tiled-01-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(130,574,'_wp_attachment_image_alt','Fish & Chips'),(131,574,'_wp_attachment_image_alt','Fish & Chips'),(132,575,'_wp_attached_file','2015/05/tiled-02.jpg'),(133,576,'_wp_attached_file','2015/05/tiled-02-1.jpg'),(134,576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:840;s:4:\"file\";s:22:\"2015/05/tiled-02-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"tiled-02-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"tiled-02-1-171x300.jpg\";s:5:\"width\";i:171;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"tiled-02-1-480x490.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"tiled-02-1-480x498.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"tiled-02-1-480x500.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"tiled-02-1-480x470.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"tiled-02-1-480x585.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(135,576,'_wp_attachment_image_alt','Salads & Antipasto'),(136,575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:840;s:4:\"file\";s:20:\"2015/05/tiled-02.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tiled-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tiled-02-171x300.jpg\";s:5:\"width\";i:171;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"tiled-02-480x490.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"tiled-02-480x498.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"tiled-02-480x500.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"tiled-02-480x470.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"tiled-02-480x585.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(137,575,'_wp_attachment_image_alt','Salads & Antipasto'),(138,577,'_wp_attached_file','2015/05/tiled-03.jpg'),(139,578,'_wp_attached_file','2015/05/tiled-03-1.jpg'),(140,577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:488;s:4:\"file\";s:20:\"2015/05/tiled-03.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tiled-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tiled-03-289x300.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"tiled-03-470x470.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(141,577,'_wp_attachment_image_alt','Quality Meat'),(142,578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:488;s:4:\"file\";s:22:\"2015/05/tiled-03-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"tiled-03-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"tiled-03-1-289x300.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"tiled-03-1-470x470.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(143,578,'_wp_attachment_image_alt','Quality Meat'),(144,579,'_wp_attached_file','2015/05/tiled-04.jpg'),(145,579,'_wp_attachment_image_alt','Best Wines'),(146,580,'_wp_attached_file','2015/05/tiled-05.jpg'),(147,579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:428;s:4:\"file\";s:20:\"2015/05/tiled-04.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tiled-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tiled-04-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"tiled-04-500x428.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(148,579,'_wp_attachment_image_alt','Best Wines'),(149,580,'_wp_attachment_image_alt','Hot Spices'),(150,581,'_wp_attached_file','2015/05/tiled-06.jpg'),(151,580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:428;s:4:\"file\";s:20:\"2015/05/tiled-05.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tiled-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tiled-05-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"tiled-05-500x428.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(152,580,'_wp_attachment_image_alt','Hot Spices'),(153,581,'_wp_attachment_image_alt','Delicious Beef'),(154,581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:356;s:4:\"file\";s:20:\"2015/05/tiled-06.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tiled-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tiled-06-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"tiled-06-500x356.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(155,581,'_wp_attachment_image_alt','Delicious Beef'),(156,582,'_wp_attached_file','2015/05/steak-01.jpg'),(157,583,'_wp_attached_file','2015/05/steak-01-1.jpg'),(158,583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2015/05/steak-01-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"steak-01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"steak-01-1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"steak-01-1-768x559.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"steak-01-1-1024x745.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:745;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"steak-01-1-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"steak-01-1-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"steak-01-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"steak-01-1-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"steak-01-1-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(159,633,'_wp_attached_file','2015/06/store01.jpg'),(160,582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2015/05/steak-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"steak-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"steak-01-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"steak-01-768x559.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"steak-01-1024x745.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:745;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"steak-01-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"steak-01-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"steak-01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"steak-01-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"steak-01-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(161,636,'_wp_attached_file','2015/06/store02.jpg'),(162,633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store01.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"store01-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store01-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store01-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store01-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store01-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(163,638,'_wp_attached_file','2015/06/store03.jpg'),(164,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store02.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store02-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"store02-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store02-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store02-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store02-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store02-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(165,639,'_wp_attached_file','2015/06/store04.jpg'),(166,638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store03.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store03-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"store03-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store03-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store03-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store03-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store03-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store03-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(167,641,'_wp_attached_file','2015/06/store06.jpg'),(168,641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store06.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store06-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"store06-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store06-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store06-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store06-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store06-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store06-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(169,639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store04.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store04-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"store04-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store04-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store04-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store04-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store04-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store04-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(170,644,'_wp_attached_file','2015/06/store07.jpg'),(171,645,'_wp_attached_file','2015/06/store05.jpg'),(172,644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store07.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store07-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"store07-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store07-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store07-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store07-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store07-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store07-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(173,647,'_wp_attached_file','2015/06/store08.jpg'),(174,645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store05.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store05-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"store05-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store05-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store05-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store05-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store05-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store05-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175,682,'_wp_attached_file','2015/07/fav.png'),(176,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:15:\"2015/07/fav.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(177,683,'_wp_attached_file','2015/07/apple.png'),(178,683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:144;s:6:\"height\";i:144;s:4:\"file\";s:17:\"2015/07/apple.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(179,6,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(180,6,'_wpb_shortcodes_custom_css','.vc_custom_1436465016595{padding-top: 10px !important;padding-bottom: 10px !important;}.vc_custom_1436464141246{padding-top: 210px !important;padding-bottom: 210px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-1.jpg?id=35) !important;}.vc_custom_1436465354008{padding-top: 30px !important;padding-bottom: 30px !important;}'),(181,6,'_wp_page_template','template-fullwidth.php'),(182,6,'_wpb_vc_js_status','true'),(183,6,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(184,6,'_wpb_shortcodes_custom_css','.vc_custom_1436465016595{padding-top: 10px !important;padding-bottom: 10px !important;}.vc_custom_1436464141246{padding-top: 210px !important;padding-bottom: 210px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-1.jpg?id=35) !important;}.vc_custom_1436465354008{padding-top: 30px !important;padding-bottom: 30px !important;}'),(185,6,'slide_template','default'),(186,6,'tpath_theme_layout','default'),(187,6,'tpath_custom_logo_align','default'),(188,6,'tpath_show_page_title','no'),(189,6,'tpath_show_breadcrumbs','no'),(190,6,'tpath_page_header_image',''),(191,6,'tpath_primary_sidebar','0'),(192,6,'tpath_body_bg_image',''),(193,6,'tpath_body_bg_repeat','default'),(194,6,'tpath_body_bg_attachment','default'),(195,6,'tpath_body_bg_color',''),(196,6,'tpath_body_bg_full','0'),(197,6,'tpath_revslider_shortcode','[rev_slider homeslider]'),(198,6,'tpath_section_header_status','show'),(199,6,'tpath_section_title',''),(200,6,'tpath_section_slogan',''),(201,6,'tpath_section_padding_top',''),(202,6,'tpath_section_padding_bottom',''),(203,6,'tpath_section_header_padding',''),(204,6,'tpath_section_title_color',''),(205,6,'tpath_section_slogan_color',''),(206,6,'tpath_section_text_color',''),(207,6,'tpath_section_content_heading_color',''),(208,6,'tpath_section_bg_color',''),(209,6,'tpath_parallax_status','no'),(210,6,'tpath_parallax_bg_image',''),(211,6,'tpath_parallax_bg_repeat',''),(212,6,'tpath_parallax_bg_attachment',''),(213,6,'tpath_parallax_bg_postion',''),(214,6,'tpath_parallax_bg_size',''),(215,6,'tpath_parallax_bg_overlay','no'),(216,6,'tpath_overlay_pattern_status','no'),(217,6,'tpath_section_overlay_color',''),(218,6,'tpath_overlay_color_opacity','0'),(219,6,'tpath_parallax_additional_sections','Array'),(220,6,'tpath_parallax_additional_sections_order',''),(221,6,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(222,51,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(223,51,'_wp_page_template','default'),(224,51,'_wpb_vc_js_status','true'),(225,51,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(226,51,'slide_template','default'),(227,51,'tpath_theme_layout','default'),(228,51,'tpath_custom_logo_align','default'),(229,51,'tpath_show_page_title','yes'),(230,51,'tpath_show_breadcrumbs','yes'),(231,51,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/gallery_heading_bg.jpg'),(232,51,'tpath_primary_sidebar','0'),(233,51,'tpath_body_bg_image',''),(234,51,'tpath_body_bg_repeat','default'),(235,51,'tpath_body_bg_attachment','default'),(236,51,'tpath_body_bg_color',''),(237,51,'tpath_body_bg_full','0'),(238,51,'tpath_revslider_shortcode',''),(239,51,'tpath_section_header_status','show'),(240,51,'tpath_section_title',''),(241,51,'tpath_section_slogan',''),(242,51,'tpath_section_padding_top',''),(243,51,'tpath_section_padding_bottom',''),(244,51,'tpath_section_header_padding',''),(245,51,'tpath_section_title_color',''),(246,51,'tpath_section_slogan_color',''),(247,51,'tpath_section_text_color',''),(248,51,'tpath_section_content_heading_color',''),(249,51,'tpath_section_bg_color',''),(250,51,'tpath_parallax_status','no'),(251,51,'tpath_parallax_bg_image',''),(252,51,'tpath_parallax_bg_repeat',''),(253,51,'tpath_parallax_bg_attachment',''),(254,51,'tpath_parallax_bg_postion',''),(255,51,'tpath_parallax_bg_size',''),(256,51,'tpath_parallax_bg_overlay','no'),(257,51,'tpath_overlay_pattern_status','no'),(258,51,'tpath_section_overlay_color',''),(259,51,'tpath_overlay_color_opacity','0'),(260,51,'tpath_parallax_additional_sections','Array'),(261,51,'tpath_parallax_additional_sections_order',''),(262,51,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(263,59,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(264,59,'_wpb_shortcodes_custom_css','.vc_custom_1432580394514{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #e6e6e6 !important;}.vc_custom_1433009413573{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433009424037{padding-top: 30px !important;}.vc_custom_1431795958680{background-color: #e6e6e6 !important;}.vc_custom_1432612591931{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1432491055226{margin-top: 20px !important;}.vc_custom_1433111223136{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1432579817315{margin-bottom: 25px !important;}'),(265,59,'_wp_page_template','default'),(266,59,'_wpb_vc_js_status','true'),(267,59,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(268,59,'slide_template','default'),(269,59,'tpath_theme_layout','default'),(270,59,'tpath_custom_logo_align','default'),(271,59,'tpath_show_page_title','yes'),(272,59,'tpath_show_breadcrumbs','yes'),(273,59,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(274,59,'tpath_primary_sidebar','0'),(275,59,'tpath_body_bg_image',''),(276,59,'tpath_body_bg_repeat','default'),(277,59,'tpath_body_bg_attachment','default'),(278,59,'tpath_body_bg_color',''),(279,59,'tpath_body_bg_full','0'),(280,59,'tpath_revslider_shortcode',''),(281,59,'tpath_section_header_status','show'),(282,59,'tpath_section_title',''),(283,59,'tpath_section_slogan',''),(284,59,'tpath_section_padding_top',''),(285,59,'tpath_section_padding_bottom',''),(286,59,'tpath_section_header_padding',''),(287,59,'tpath_section_title_color',''),(288,59,'tpath_section_slogan_color',''),(289,59,'tpath_section_text_color',''),(290,59,'tpath_section_content_heading_color',''),(291,59,'tpath_section_bg_color',''),(292,59,'tpath_parallax_status','no'),(293,59,'tpath_parallax_bg_image',''),(294,59,'tpath_parallax_bg_repeat',''),(295,59,'tpath_parallax_bg_attachment',''),(296,59,'tpath_parallax_bg_postion',''),(297,59,'tpath_parallax_bg_size',''),(298,59,'tpath_parallax_bg_overlay','no'),(299,59,'tpath_overlay_pattern_status','no'),(300,59,'tpath_section_overlay_color',''),(301,59,'tpath_overlay_color_opacity','0'),(302,59,'tpath_parallax_additional_sections','Array'),(303,59,'tpath_parallax_additional_sections_order',''),(304,59,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(305,59,'_wpb_shortcodes_custom_css','.vc_custom_1432580394514{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #e6e6e6 !important;}.vc_custom_1433009413573{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433009424037{padding-top: 30px !important;}.vc_custom_1431795958680{background-color: #e6e6e6 !important;}.vc_custom_1432612591931{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1432491055226{margin-top: 20px !important;}.vc_custom_1433111223136{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1432579817315{margin-bottom: 25px !important;}'),(306,118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(307,118,'_wpb_shortcodes_custom_css','.vc_custom_1436554249992{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436468468804{background-color: #e6e6e6 !important;}.vc_custom_1436468482026{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}'),(308,118,'_wp_page_template','template-fullwidth.php'),(309,118,'_wpb_vc_js_status','true'),(310,118,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(311,118,'slide_template','default'),(312,118,'tpath_theme_layout','default'),(313,118,'tpath_custom_logo_align','default'),(314,118,'tpath_show_page_title','yes'),(315,118,'tpath_show_breadcrumbs','yes'),(316,118,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(317,118,'tpath_primary_sidebar','0'),(318,118,'tpath_body_bg_image',''),(319,118,'tpath_body_bg_repeat','default'),(320,118,'tpath_body_bg_attachment','default'),(321,118,'tpath_body_bg_color',''),(322,118,'tpath_body_bg_full','0'),(323,118,'tpath_revslider_shortcode',''),(324,118,'tpath_section_header_status','show'),(325,118,'tpath_section_title',''),(326,118,'tpath_section_slogan',''),(327,118,'tpath_section_padding_top',''),(328,118,'tpath_section_padding_bottom',''),(329,118,'tpath_section_header_padding',''),(330,118,'tpath_section_title_color',''),(331,118,'tpath_section_slogan_color',''),(332,118,'tpath_section_text_color',''),(333,118,'tpath_section_content_heading_color',''),(334,118,'tpath_section_bg_color',''),(335,118,'tpath_parallax_status','no'),(336,118,'tpath_parallax_bg_image',''),(337,118,'tpath_parallax_bg_repeat',''),(338,118,'tpath_parallax_bg_attachment',''),(339,118,'tpath_parallax_bg_postion',''),(340,118,'tpath_parallax_bg_size',''),(341,118,'tpath_parallax_bg_overlay','no'),(342,118,'tpath_overlay_pattern_status','no'),(343,118,'tpath_section_overlay_color',''),(344,118,'tpath_overlay_color_opacity','0'),(345,118,'tpath_parallax_additional_sections','Array'),(346,118,'tpath_parallax_additional_sections_order',''),(347,118,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(348,118,'_wpb_shortcodes_custom_css','.vc_custom_1436554249992{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436468468804{background-color: #e6e6e6 !important;}.vc_custom_1436468482026{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}'),(349,684,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(350,684,'_menu_item_type','post_type'),(351,684,'_menu_item_menu_item_parent','0'),(352,684,'_menu_item_object_id','59'),(353,684,'_menu_item_object','page'),(354,684,'_menu_item_target',''),(355,684,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(356,684,'_menu_item_xfn',''),(357,684,'_menu_item_tpath_megamenu_menutype','page'),(358,684,'_menu_item_tpath_megamenu_status',''),(359,684,'_menu_item_tpath_megamenu_columns','auto'),(360,684,'_menu_item_tpath_megamenu_title',''),(361,684,'_menu_item_tpath_megamenu_link',''),(362,684,'_menu_item_tpath_megamenu_content',''),(363,684,'_menu_item_tpath_megamenu_icon',''),(364,684,'_menu_item_url',''),(365,685,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(366,685,'_menu_item_type','post_type'),(367,685,'_menu_item_menu_item_parent','691'),(368,685,'_menu_item_object_id','6'),(369,685,'_menu_item_object','page'),(370,685,'_menu_item_target',''),(371,685,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(372,685,'_menu_item_xfn',''),(373,685,'_menu_item_tpath_megamenu_menutype','page'),(374,685,'_menu_item_tpath_megamenu_status','enabled'),(375,685,'_menu_item_tpath_megamenu_columns','auto'),(376,685,'_menu_item_tpath_megamenu_title',''),(377,685,'_menu_item_tpath_megamenu_link',''),(378,685,'_menu_item_tpath_megamenu_content',''),(379,685,'_menu_item_tpath_megamenu_icon',''),(380,685,'_menu_item_url',''),(381,647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store08.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store08-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"store08-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store08-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store08-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store08-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store08-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store08-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(382,6,'_wp_page_template','template-fullwidth.php'),(383,6,'_wpb_vc_js_status','true'),(384,6,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(385,6,'_wpb_shortcodes_custom_css','.vc_custom_1436465016595{padding-top: 10px !important;padding-bottom: 10px !important;}.vc_custom_1436464141246{padding-top: 210px !important;padding-bottom: 210px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-1.jpg?id=35) !important;}.vc_custom_1436465354008{padding-top: 30px !important;padding-bottom: 30px !important;}'),(386,6,'slide_template','default'),(387,6,'tpath_theme_layout','default'),(388,6,'tpath_custom_logo_align','default'),(389,686,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(390,6,'tpath_show_page_title','no'),(391,6,'tpath_show_breadcrumbs','no'),(392,6,'tpath_page_header_image',''),(393,6,'tpath_primary_sidebar','0'),(394,686,'_menu_item_type','post_type'),(395,6,'tpath_body_bg_image',''),(396,6,'tpath_body_bg_repeat','default'),(397,686,'_menu_item_menu_item_parent','0'),(398,6,'tpath_body_bg_attachment','default'),(399,686,'_menu_item_object_id','118'),(400,6,'tpath_body_bg_color',''),(401,6,'tpath_body_bg_full','0'),(402,686,'_menu_item_object','page'),(403,6,'tpath_revslider_shortcode','[rev_slider homeslider]'),(404,6,'tpath_section_header_status','show'),(405,6,'tpath_section_title',''),(406,686,'_menu_item_target',''),(407,6,'tpath_section_slogan',''),(408,6,'tpath_section_padding_top',''),(409,686,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(410,6,'tpath_section_padding_bottom',''),(411,6,'tpath_section_header_padding',''),(412,6,'tpath_section_title_color',''),(413,686,'_menu_item_xfn',''),(414,6,'tpath_section_slogan_color',''),(415,6,'tpath_section_text_color',''),(416,6,'tpath_section_content_heading_color',''),(417,686,'_menu_item_tpath_megamenu_menutype','page'),(418,6,'tpath_section_bg_color',''),(419,6,'tpath_parallax_status','no'),(420,6,'tpath_parallax_bg_image',''),(421,686,'_menu_item_tpath_megamenu_status',''),(422,6,'tpath_parallax_bg_repeat',''),(423,6,'tpath_parallax_bg_attachment',''),(424,686,'_menu_item_tpath_megamenu_columns','auto'),(425,6,'tpath_parallax_bg_postion',''),(426,6,'tpath_parallax_bg_size',''),(427,6,'tpath_parallax_bg_overlay','no'),(428,686,'_menu_item_tpath_megamenu_title',''),(429,6,'tpath_overlay_pattern_status','no'),(430,6,'tpath_section_overlay_color',''),(431,6,'tpath_overlay_color_opacity','0'),(432,686,'_menu_item_tpath_megamenu_link',''),(433,6,'tpath_parallax_additional_sections','Array'),(434,686,'_menu_item_tpath_megamenu_content',''),(435,6,'tpath_parallax_additional_sections_order',''),(436,6,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(437,686,'_menu_item_tpath_megamenu_icon',''),(438,51,'_wp_page_template','default'),(439,686,'_menu_item_url',''),(440,51,'_wpb_vc_js_status','true'),(441,51,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(442,51,'slide_template','default'),(443,51,'tpath_theme_layout','default'),(444,51,'tpath_custom_logo_align','default'),(445,51,'tpath_show_page_title','yes'),(446,51,'tpath_show_breadcrumbs','yes'),(447,51,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/gallery_heading_bg.jpg'),(448,51,'tpath_primary_sidebar','0'),(449,51,'tpath_body_bg_image',''),(450,51,'tpath_body_bg_repeat','default'),(451,51,'tpath_body_bg_attachment','default'),(452,51,'tpath_body_bg_color',''),(453,51,'tpath_body_bg_full','0'),(454,51,'tpath_revslider_shortcode',''),(455,51,'tpath_section_header_status','show'),(456,687,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(457,51,'tpath_section_title',''),(458,51,'tpath_section_slogan',''),(459,51,'tpath_section_padding_top',''),(460,687,'_menu_item_type','post_type'),(461,51,'tpath_section_padding_bottom',''),(462,51,'tpath_section_header_padding',''),(463,51,'tpath_section_title_color',''),(464,687,'_menu_item_menu_item_parent','0'),(465,51,'tpath_section_slogan_color',''),(466,51,'tpath_section_text_color',''),(467,51,'tpath_section_content_heading_color',''),(468,687,'_menu_item_object_id','51'),(469,51,'tpath_section_bg_color',''),(470,51,'tpath_parallax_status','no'),(471,51,'tpath_parallax_bg_image',''),(472,687,'_menu_item_object','page'),(473,51,'tpath_parallax_bg_repeat',''),(474,51,'tpath_parallax_bg_attachment',''),(475,687,'_menu_item_target',''),(476,51,'tpath_parallax_bg_postion',''),(477,51,'tpath_parallax_bg_size',''),(478,51,'tpath_parallax_bg_overlay','no'),(479,687,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(480,51,'tpath_overlay_pattern_status','no'),(481,51,'tpath_section_overlay_color',''),(482,51,'tpath_overlay_color_opacity','0'),(483,687,'_menu_item_xfn',''),(484,51,'tpath_parallax_additional_sections','Array'),(485,51,'tpath_parallax_additional_sections_order',''),(486,51,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(487,687,'_menu_item_tpath_megamenu_menutype','page'),(488,687,'_menu_item_tpath_megamenu_status',''),(489,59,'_wp_page_template','default'),(490,59,'_wpb_vc_js_status','true'),(491,59,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(492,687,'_menu_item_tpath_megamenu_columns','auto'),(493,59,'slide_template','default'),(494,59,'tpath_theme_layout','default'),(495,687,'_menu_item_tpath_megamenu_title',''),(496,59,'tpath_custom_logo_align','default'),(497,59,'tpath_show_page_title','yes'),(498,59,'tpath_show_breadcrumbs','yes'),(499,687,'_menu_item_tpath_megamenu_link',''),(500,59,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(501,59,'tpath_primary_sidebar','0'),(502,687,'_menu_item_tpath_megamenu_content',''),(503,59,'tpath_body_bg_image',''),(504,59,'tpath_body_bg_repeat','default'),(505,687,'_menu_item_tpath_megamenu_icon',''),(506,59,'tpath_body_bg_attachment','default'),(507,59,'tpath_body_bg_color',''),(508,59,'tpath_body_bg_full','0'),(509,687,'_menu_item_url',''),(510,59,'tpath_revslider_shortcode',''),(511,59,'tpath_section_header_status','show'),(512,59,'tpath_section_title',''),(513,59,'tpath_section_slogan',''),(514,59,'tpath_section_padding_top',''),(515,59,'tpath_section_padding_bottom',''),(516,59,'tpath_section_header_padding',''),(517,59,'tpath_section_title_color',''),(518,59,'tpath_section_slogan_color',''),(519,59,'tpath_section_text_color',''),(520,59,'tpath_section_content_heading_color',''),(521,59,'tpath_section_bg_color',''),(522,59,'tpath_parallax_status','no'),(523,59,'tpath_parallax_bg_image',''),(524,59,'tpath_parallax_bg_repeat',''),(525,59,'tpath_parallax_bg_attachment',''),(526,59,'tpath_parallax_bg_postion',''),(527,59,'tpath_parallax_bg_size',''),(528,688,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(529,59,'tpath_parallax_bg_overlay','no'),(530,59,'tpath_overlay_pattern_status','no'),(531,59,'tpath_section_overlay_color',''),(532,59,'tpath_overlay_color_opacity','0'),(533,688,'_menu_item_type','custom'),(534,59,'tpath_parallax_additional_sections','Array'),(535,59,'tpath_parallax_additional_sections_order',''),(536,59,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(537,688,'_menu_item_menu_item_parent','0'),(538,59,'_wpb_shortcodes_custom_css','.vc_custom_1432580394514{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #e6e6e6 !important;}.vc_custom_1433009413573{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433009424037{padding-top: 30px !important;}.vc_custom_1431795958680{background-color: #e6e6e6 !important;}.vc_custom_1432612591931{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1432491055226{margin-top: 20px !important;}.vc_custom_1433111223136{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1432579817315{margin-bottom: 25px !important;}'),(539,688,'_menu_item_object_id','688'),(540,118,'_wp_page_template','template-fullwidth.php'),(541,118,'_wpb_vc_js_status','true'),(542,118,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(543,688,'_menu_item_object','custom'),(544,118,'slide_template','default'),(545,118,'tpath_theme_layout','default'),(546,688,'_menu_item_target',''),(547,118,'tpath_custom_logo_align','default'),(548,118,'tpath_show_page_title','yes'),(549,688,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(550,118,'tpath_show_breadcrumbs','yes'),(551,118,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(552,118,'tpath_primary_sidebar','0'),(553,688,'_menu_item_xfn',''),(554,118,'tpath_body_bg_image',''),(555,118,'tpath_body_bg_repeat','default'),(556,688,'_menu_item_tpath_megamenu_menutype','page'),(557,118,'tpath_body_bg_attachment','default'),(558,118,'tpath_body_bg_color',''),(559,118,'tpath_body_bg_full','0'),(560,688,'_menu_item_tpath_megamenu_status',''),(561,118,'tpath_revslider_shortcode',''),(562,118,'tpath_section_header_status','show'),(563,118,'tpath_section_title',''),(564,688,'_menu_item_tpath_megamenu_columns','auto'),(565,118,'tpath_section_slogan',''),(566,118,'tpath_section_padding_top',''),(567,118,'tpath_section_padding_bottom',''),(568,688,'_menu_item_tpath_megamenu_title',''),(569,118,'tpath_section_header_padding',''),(570,118,'tpath_section_title_color',''),(571,118,'tpath_section_slogan_color',''),(572,118,'tpath_section_text_color',''),(573,118,'tpath_section_content_heading_color',''),(574,688,'_menu_item_tpath_megamenu_link',''),(575,118,'tpath_section_bg_color',''),(576,118,'tpath_parallax_status','no'),(577,118,'tpath_parallax_bg_image',''),(578,118,'tpath_parallax_bg_repeat',''),(579,688,'_menu_item_tpath_megamenu_content',''),(580,118,'tpath_parallax_bg_attachment',''),(581,118,'tpath_parallax_bg_postion',''),(582,688,'_menu_item_tpath_megamenu_icon',''),(583,118,'tpath_parallax_bg_size',''),(584,118,'tpath_parallax_bg_overlay','no'),(585,118,'tpath_overlay_pattern_status','no'),(586,118,'tpath_section_overlay_color',''),(587,688,'_menu_item_url','#'),(588,118,'tpath_overlay_color_opacity','0'),(589,118,'tpath_parallax_additional_sections','Array'),(590,118,'tpath_parallax_additional_sections_order',''),(591,118,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(592,118,'_wpb_shortcodes_custom_css','.vc_custom_1436554249992{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436468468804{background-color: #e6e6e6 !important;}.vc_custom_1436468482026{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}'),(593,690,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(594,689,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(595,690,'_menu_item_type','custom'),(596,689,'_menu_item_type','post_type'),(597,690,'_menu_item_menu_item_parent','0'),(598,689,'_menu_item_menu_item_parent','0'),(599,690,'_menu_item_object_id','690'),(600,689,'_menu_item_object_id','59'),(601,689,'_menu_item_object','page'),(602,690,'_menu_item_object','custom'),(603,689,'_menu_item_target',''),(604,690,'_menu_item_target',''),(605,689,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(606,690,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(607,689,'_menu_item_xfn',''),(608,690,'_menu_item_xfn',''),(609,689,'_menu_item_tpath_megamenu_menutype','page'),(610,690,'_menu_item_tpath_megamenu_menutype','page'),(611,689,'_menu_item_tpath_megamenu_status',''),(612,690,'_menu_item_tpath_megamenu_status','enabled'),(613,690,'_menu_item_tpath_megamenu_columns','auto'),(614,689,'_menu_item_tpath_megamenu_columns','auto'),(615,690,'_menu_item_tpath_megamenu_title',''),(616,689,'_menu_item_tpath_megamenu_title',''),(617,690,'_menu_item_tpath_megamenu_link',''),(618,689,'_menu_item_tpath_megamenu_link',''),(619,690,'_menu_item_tpath_megamenu_content',''),(620,689,'_menu_item_tpath_megamenu_content',''),(621,690,'_menu_item_tpath_megamenu_icon',''),(622,690,'_menu_item_url','#'),(623,689,'_menu_item_tpath_megamenu_icon',''),(624,689,'_menu_item_url',''),(625,691,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(626,691,'_menu_item_type','custom'),(627,691,'_menu_item_menu_item_parent','0'),(628,692,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(629,691,'_menu_item_object_id','691'),(630,691,'_menu_item_object','custom'),(631,692,'_menu_item_type','post_type'),(632,691,'_menu_item_target',''),(633,692,'_menu_item_menu_item_parent','711'),(634,691,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(635,692,'_menu_item_object_id','6'),(636,691,'_menu_item_xfn',''),(637,692,'_menu_item_object','page'),(638,691,'_menu_item_tpath_megamenu_menutype','page'),(639,692,'_menu_item_target',''),(640,691,'_menu_item_tpath_megamenu_status',''),(641,692,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(642,691,'_menu_item_tpath_megamenu_columns','auto'),(643,692,'_menu_item_xfn',''),(644,691,'_menu_item_tpath_megamenu_title',''),(645,691,'_menu_item_tpath_megamenu_link',''),(646,692,'_menu_item_tpath_megamenu_menutype','page'),(647,691,'_menu_item_tpath_megamenu_content',''),(648,692,'_menu_item_tpath_megamenu_status','enabled'),(649,691,'_menu_item_tpath_megamenu_icon',''),(650,692,'_menu_item_tpath_megamenu_columns','auto'),(651,691,'_menu_item_url','#'),(652,692,'_menu_item_tpath_megamenu_title',''),(653,692,'_menu_item_tpath_megamenu_link',''),(654,692,'_menu_item_tpath_megamenu_content',''),(655,692,'_menu_item_tpath_megamenu_icon',''),(656,692,'_menu_item_url',''),(657,693,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(658,693,'_menu_item_type','post_type'),(659,693,'_menu_item_menu_item_parent','0'),(660,693,'_menu_item_object_id','118'),(661,693,'_menu_item_object','page'),(662,693,'_menu_item_target',''),(663,693,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(664,693,'_menu_item_xfn',''),(665,693,'_menu_item_tpath_megamenu_menutype','page'),(666,693,'_menu_item_tpath_megamenu_status',''),(667,693,'_menu_item_tpath_megamenu_columns','auto'),(668,693,'_menu_item_tpath_megamenu_title',''),(669,693,'_menu_item_tpath_megamenu_link',''),(670,693,'_menu_item_tpath_megamenu_content',''),(671,693,'_menu_item_tpath_megamenu_icon',''),(672,693,'_menu_item_url',''),(673,707,'_wp_attached_file','2015/05/bg-image-2.jpg'),(674,708,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(675,708,'_menu_item_type','post_type'),(676,708,'_menu_item_menu_item_parent','0'),(677,708,'_menu_item_object_id','51'),(678,708,'_menu_item_object','page'),(679,708,'_menu_item_target',''),(680,708,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(681,708,'_menu_item_xfn',''),(682,708,'_menu_item_tpath_megamenu_menutype','page'),(683,708,'_menu_item_tpath_megamenu_status',''),(684,708,'_menu_item_tpath_megamenu_columns','auto'),(685,708,'_menu_item_tpath_megamenu_title',''),(686,708,'_menu_item_tpath_megamenu_link',''),(687,708,'_menu_item_tpath_megamenu_content',''),(688,708,'_menu_item_tpath_megamenu_icon',''),(689,708,'_menu_item_url',''),(690,709,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(691,709,'_menu_item_type','custom'),(692,709,'_menu_item_menu_item_parent','0'),(693,709,'_menu_item_object_id','709'),(694,709,'_menu_item_object','custom'),(695,709,'_menu_item_target',''),(696,709,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(697,709,'_menu_item_xfn',''),(698,709,'_menu_item_tpath_megamenu_menutype','page'),(699,709,'_menu_item_tpath_megamenu_status',''),(700,709,'_menu_item_tpath_megamenu_columns','auto'),(701,709,'_menu_item_tpath_megamenu_title',''),(702,709,'_menu_item_tpath_megamenu_link',''),(703,709,'_menu_item_tpath_megamenu_content',''),(704,709,'_menu_item_tpath_megamenu_icon',''),(705,709,'_menu_item_url','#'),(706,710,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(707,710,'_menu_item_type','custom'),(708,710,'_menu_item_menu_item_parent','0'),(709,710,'_menu_item_object_id','710'),(710,710,'_menu_item_object','custom'),(711,710,'_menu_item_target',''),(712,710,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(713,710,'_menu_item_xfn',''),(714,710,'_menu_item_tpath_megamenu_menutype','page'),(715,710,'_menu_item_tpath_megamenu_status','enabled'),(716,710,'_menu_item_tpath_megamenu_columns','auto'),(717,710,'_menu_item_tpath_megamenu_title',''),(718,710,'_menu_item_tpath_megamenu_link',''),(719,710,'_menu_item_tpath_megamenu_content',''),(720,710,'_menu_item_tpath_megamenu_icon',''),(721,710,'_menu_item_url','#'),(722,711,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(723,711,'_menu_item_type','custom'),(724,711,'_menu_item_menu_item_parent','0'),(725,711,'_menu_item_object_id','711'),(726,711,'_menu_item_object','custom'),(727,711,'_menu_item_target',''),(728,711,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(729,711,'_menu_item_xfn',''),(730,711,'_menu_item_tpath_megamenu_menutype','page'),(731,711,'_menu_item_tpath_megamenu_status',''),(732,711,'_menu_item_tpath_megamenu_columns','auto'),(733,711,'_menu_item_tpath_megamenu_title',''),(734,711,'_menu_item_tpath_megamenu_link',''),(735,711,'_menu_item_tpath_megamenu_content',''),(736,711,'_menu_item_tpath_megamenu_icon',''),(737,711,'_menu_item_url','#'),(738,117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(739,117,'_wpb_shortcodes_custom_css','.vc_custom_1436464686574{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553352651{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436464562165{background-color: #e6e6e6 !important;}.vc_custom_1436464594841{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1433110853697{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433110871213{padding-left: 50px !important;}'),(740,117,'_wp_page_template','template-fullwidth.php'),(741,117,'_wpb_vc_js_status','true'),(742,117,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(743,117,'slide_template','default'),(744,117,'tpath_theme_layout','default'),(745,117,'tpath_custom_logo_align','default'),(746,117,'tpath_show_page_title','no'),(747,117,'tpath_show_breadcrumbs','no'),(748,117,'tpath_page_header_image',''),(749,117,'tpath_primary_sidebar','0'),(750,117,'tpath_body_bg_image',''),(751,117,'tpath_body_bg_repeat','default'),(752,117,'tpath_body_bg_attachment','default'),(753,117,'tpath_body_bg_color',''),(754,117,'tpath_body_bg_full','0'),(755,117,'tpath_revslider_shortcode','[rev_slider homeslider]'),(756,117,'tpath_section_header_status','show'),(757,117,'tpath_section_title',''),(758,117,'tpath_section_slogan',''),(759,117,'tpath_section_padding_top',''),(760,117,'tpath_section_padding_bottom',''),(761,117,'tpath_section_header_padding',''),(762,117,'tpath_section_title_color',''),(763,117,'tpath_section_slogan_color',''),(764,117,'tpath_section_text_color',''),(765,117,'tpath_section_content_heading_color',''),(766,117,'tpath_section_bg_color',''),(767,117,'tpath_parallax_status','no'),(768,117,'tpath_parallax_bg_image',''),(769,117,'tpath_parallax_bg_repeat',''),(770,117,'tpath_parallax_bg_attachment',''),(771,117,'tpath_parallax_bg_postion',''),(772,117,'tpath_parallax_bg_size',''),(773,117,'tpath_parallax_bg_overlay','no'),(774,117,'tpath_overlay_pattern_status','no'),(775,117,'tpath_section_overlay_color',''),(776,117,'tpath_overlay_color_opacity','0'),(777,117,'tpath_parallax_additional_sections','Array'),(778,117,'tpath_parallax_additional_sections_order',''),(779,117,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(780,117,'_wpb_shortcodes_custom_css','.vc_custom_1436464686574{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553352651{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436464562165{background-color: #e6e6e6 !important;}.vc_custom_1436464594841{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1433110853697{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433110871213{padding-left: 50px !important;}'),(781,117,'_oembed_af67770c00c87d50aacfc8b9f246d26f','{{unknown}}'),(782,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(783,129,'_wpb_shortcodes_custom_css','.vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}'),(784,129,'_wp_page_template','template-fullwidth.php'),(785,129,'_wpb_vc_js_status','false'),(786,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(787,129,'slide_template','default'),(788,129,'tpath_theme_layout','default'),(789,129,'tpath_custom_logo_align','default'),(790,129,'tpath_show_page_title','no'),(791,129,'tpath_show_breadcrumbs','no'),(792,129,'tpath_page_header_image',''),(793,129,'tpath_primary_sidebar','0'),(794,129,'tpath_body_bg_image',''),(795,129,'tpath_body_bg_repeat','default'),(796,129,'tpath_body_bg_attachment','default'),(797,129,'tpath_body_bg_color',''),(798,129,'tpath_body_bg_full','0'),(799,129,'tpath_revslider_shortcode','[rev_slider alias=\"BandSlider\"]'),(800,129,'tpath_section_header_status','show'),(801,129,'tpath_section_title',''),(802,129,'tpath_section_slogan',''),(803,129,'tpath_section_padding_top',''),(804,129,'tpath_section_padding_bottom',''),(805,129,'tpath_section_header_padding',''),(806,129,'tpath_section_title_color',''),(807,129,'tpath_section_slogan_color',''),(808,129,'tpath_section_text_color',''),(809,129,'tpath_section_content_heading_color',''),(810,129,'tpath_section_bg_color',''),(811,129,'tpath_parallax_status','no'),(812,129,'tpath_parallax_bg_image',''),(813,129,'tpath_parallax_bg_repeat',''),(814,129,'tpath_parallax_bg_attachment',''),(815,129,'tpath_parallax_bg_postion',''),(816,129,'tpath_parallax_bg_size',''),(817,129,'tpath_parallax_bg_overlay','no'),(818,129,'tpath_overlay_pattern_status','no'),(819,129,'tpath_section_overlay_color',''),(820,129,'tpath_overlay_color_opacity','0'),(821,129,'tpath_parallax_additional_sections','Array'),(822,129,'tpath_parallax_additional_sections_order',''),(823,129,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(824,129,'_wpb_shortcodes_custom_css','.vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}'),(825,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(826,131,'_wpb_shortcodes_custom_css','.vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}'),(827,131,'_wp_page_template','template-fullwidth.php'),(828,131,'_wpb_vc_js_status','true'),(829,131,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(830,131,'slide_template','default'),(831,131,'tpath_theme_layout','default'),(832,131,'tpath_custom_logo_align','default'),(833,131,'tpath_show_page_title','yes'),(834,131,'tpath_show_breadcrumbs','yes'),(835,131,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(836,131,'tpath_primary_sidebar','0'),(837,131,'tpath_body_bg_image',''),(838,131,'tpath_body_bg_repeat','default'),(839,131,'tpath_body_bg_attachment','default'),(840,131,'tpath_body_bg_color',''),(841,131,'tpath_body_bg_full','0'),(842,131,'tpath_revslider_shortcode',''),(843,131,'tpath_section_header_status','show'),(844,131,'tpath_section_title',''),(845,131,'tpath_section_slogan',''),(846,131,'tpath_section_padding_top',''),(847,131,'tpath_section_padding_bottom',''),(848,131,'tpath_section_header_padding',''),(849,131,'tpath_section_title_color',''),(850,131,'tpath_section_slogan_color',''),(851,131,'tpath_section_text_color',''),(852,131,'tpath_section_content_heading_color',''),(853,131,'tpath_section_bg_color',''),(854,131,'tpath_parallax_status','no'),(855,131,'tpath_parallax_bg_image',''),(856,131,'tpath_parallax_bg_repeat',''),(857,131,'tpath_parallax_bg_attachment',''),(858,131,'tpath_parallax_bg_postion',''),(859,131,'tpath_parallax_bg_size',''),(860,131,'tpath_parallax_bg_overlay','no'),(861,131,'tpath_overlay_pattern_status','no'),(862,131,'tpath_section_overlay_color',''),(863,131,'tpath_overlay_color_opacity','0'),(864,131,'tpath_parallax_additional_sections','Array'),(865,131,'tpath_parallax_additional_sections_order',''),(866,131,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(867,131,'_wpb_shortcodes_custom_css','.vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}'),(868,210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(869,210,'_wpb_shortcodes_custom_css','.vc_custom_1436469013277{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433110706750{padding-bottom: 15px !important;}'),(870,210,'_wp_page_template','template-fullwidth.php'),(871,210,'_wpb_vc_js_status','true'),(872,210,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(873,210,'slide_template','default'),(874,210,'tpath_theme_layout','default'),(875,210,'tpath_custom_logo_align','default'),(876,210,'tpath_show_page_title','yes'),(877,210,'tpath_show_breadcrumbs','yes'),(878,210,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(879,210,'tpath_primary_sidebar','0'),(880,210,'tpath_body_bg_image',''),(881,210,'tpath_body_bg_repeat','default'),(882,210,'tpath_body_bg_attachment','default'),(883,210,'tpath_body_bg_color',''),(884,210,'tpath_body_bg_full','0'),(885,210,'tpath_revslider_shortcode',''),(886,210,'tpath_section_header_status','show'),(887,210,'tpath_section_title',''),(888,210,'tpath_section_slogan',''),(889,210,'tpath_section_padding_top',''),(890,210,'tpath_section_padding_bottom',''),(891,210,'tpath_section_header_padding',''),(892,210,'tpath_section_title_color',''),(893,210,'tpath_section_slogan_color',''),(894,210,'tpath_section_text_color',''),(895,210,'tpath_section_content_heading_color',''),(896,210,'tpath_section_bg_color',''),(897,210,'tpath_parallax_status','no'),(898,210,'tpath_parallax_bg_image',''),(899,210,'tpath_parallax_bg_repeat',''),(900,210,'tpath_parallax_bg_attachment',''),(901,210,'tpath_parallax_bg_postion',''),(902,210,'tpath_parallax_bg_size',''),(903,210,'tpath_parallax_bg_overlay','no'),(904,210,'tpath_overlay_pattern_status','no'),(905,210,'tpath_section_overlay_color',''),(906,210,'tpath_overlay_color_opacity','0'),(907,210,'tpath_parallax_additional_sections','Array'),(908,210,'tpath_parallax_additional_sections_order',''),(909,210,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(910,210,'_wpb_shortcodes_custom_css','.vc_custom_1436469013277{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433110706750{padding-bottom: 15px !important;}'),(911,220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(912,220,'_wpb_shortcodes_custom_css','.vc_custom_1432492657292{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(913,220,'_wp_page_template','template-fullwidth.php'),(914,220,'_wpb_vc_js_status','true'),(915,220,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(916,220,'slide_template','default'),(917,220,'tpath_theme_layout','default'),(918,220,'tpath_custom_logo_align','left'),(919,220,'tpath_show_page_title','yes'),(920,220,'tpath_show_breadcrumbs','yes'),(921,220,'tpath_page_header_image',''),(922,220,'tpath_primary_sidebar','0'),(923,220,'tpath_body_bg_image',''),(924,220,'tpath_body_bg_repeat','default'),(925,220,'tpath_body_bg_attachment','default'),(926,220,'tpath_body_bg_color',''),(927,220,'tpath_body_bg_full','0'),(928,220,'tpath_revslider_shortcode',''),(929,220,'tpath_section_header_status','show'),(930,220,'tpath_section_title',''),(931,220,'tpath_section_slogan',''),(932,220,'tpath_section_padding_top',''),(933,220,'tpath_section_padding_bottom',''),(934,220,'tpath_section_header_padding',''),(935,220,'tpath_section_title_color',''),(936,220,'tpath_section_slogan_color',''),(937,220,'tpath_section_text_color',''),(938,220,'tpath_section_content_heading_color',''),(939,220,'tpath_section_bg_color',''),(940,220,'tpath_parallax_status','no'),(941,220,'tpath_parallax_bg_image',''),(942,220,'tpath_parallax_bg_repeat',''),(943,220,'tpath_parallax_bg_attachment',''),(944,220,'tpath_parallax_bg_postion',''),(945,220,'tpath_parallax_bg_size',''),(946,220,'tpath_parallax_bg_overlay','no'),(947,220,'tpath_overlay_pattern_status','no'),(948,220,'tpath_section_overlay_color',''),(949,220,'tpath_overlay_color_opacity','0'),(950,220,'tpath_parallax_additional_sections','Array'),(951,220,'tpath_parallax_additional_sections_order',''),(952,220,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(953,220,'_wpb_shortcodes_custom_css','.vc_custom_1432492657292{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(954,238,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(955,238,'_wpb_shortcodes_custom_css','.vc_custom_1436467316231{background-color: #e6e6e6 !important;}.vc_custom_1432612798190{margin-top: -30px !important;padding-top: 0px !important;}.vc_custom_1436467469790{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436467925138{padding-top: 30px !important;}.vc_custom_1436467502975{background-color: #e6e6e6 !important;}.vc_custom_1436467534547{padding-top: 0px !important;background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1436467563307{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1433109706627{margin-bottom: 30px !important;}.vc_custom_1433111637225{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111649984{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111662554{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1436467415537{margin-top: 5px !important;}.vc_custom_1433111680324{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111692175{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111706688{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111891689{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433111902201{padding-left: 50px !important;}'),(956,238,'_wp_page_template','template-fullwidth.php'),(957,238,'_wpb_vc_js_status','true'),(958,238,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(959,238,'slide_template','default'),(960,238,'tpath_theme_layout','default'),(961,238,'tpath_custom_logo_align','default'),(962,238,'tpath_show_page_title','yes'),(963,238,'tpath_show_breadcrumbs','yes'),(964,238,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/services-header-bg.jpg'),(965,238,'tpath_primary_sidebar','0'),(966,238,'tpath_body_bg_image',''),(967,238,'tpath_body_bg_repeat','default'),(968,238,'tpath_body_bg_attachment','default'),(969,238,'tpath_body_bg_color',''),(970,238,'tpath_body_bg_full','0'),(971,238,'tpath_revslider_shortcode',''),(972,238,'tpath_section_header_status','show'),(973,238,'tpath_section_title',''),(974,238,'tpath_section_slogan',''),(975,238,'tpath_section_padding_top',''),(976,238,'tpath_section_padding_bottom',''),(977,238,'tpath_section_header_padding',''),(978,238,'tpath_section_title_color',''),(979,238,'tpath_section_slogan_color',''),(980,238,'tpath_section_text_color',''),(981,238,'tpath_section_content_heading_color',''),(982,238,'tpath_section_bg_color',''),(983,238,'tpath_parallax_status','no'),(984,238,'tpath_parallax_bg_image',''),(985,238,'tpath_parallax_bg_repeat',''),(986,238,'tpath_parallax_bg_attachment',''),(987,238,'tpath_parallax_bg_postion',''),(988,238,'tpath_parallax_bg_size',''),(989,238,'tpath_parallax_bg_overlay','no'),(990,238,'tpath_overlay_pattern_status','no'),(991,238,'tpath_section_overlay_color',''),(992,238,'tpath_overlay_color_opacity','0'),(993,238,'tpath_parallax_additional_sections','Array'),(994,238,'tpath_parallax_additional_sections_order',''),(995,238,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(996,238,'_wpb_shortcodes_custom_css','.vc_custom_1436467316231{background-color: #e6e6e6 !important;}.vc_custom_1432612798190{margin-top: -30px !important;padding-top: 0px !important;}.vc_custom_1436467469790{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436467925138{padding-top: 30px !important;}.vc_custom_1436467502975{background-color: #e6e6e6 !important;}.vc_custom_1436467534547{padding-top: 0px !important;background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1436467563307{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1433109706627{margin-bottom: 30px !important;}.vc_custom_1433111637225{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111649984{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111662554{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1436467415537{margin-top: 5px !important;}.vc_custom_1433111680324{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111692175{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111706688{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111891689{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433111902201{padding-left: 50px !important;}'),(999,252,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1000,252,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1001,252,'slide_template',''),(1002,252,'tpath_theme_layout','default'),(1003,252,'tpath_custom_logo_align','default'),(1004,252,'tpath_primary_sidebar','0'),(1005,252,'tpath_single_video_code',''),(1006,252,'tpath_single_audio_code',''),(1007,252,'tpath_external_link_url',''),(1008,252,'tpath_body_bg_image',''),(1009,252,'tpath_body_bg_repeat','default'),(1010,252,'tpath_body_bg_attachment','default'),(1011,252,'tpath_body_bg_color',''),(1012,252,'tpath_body_bg_full','0'),(1013,252,'_thumbnail_id','294'),(1014,252,'tpath_post_views_count','10'),(1017,254,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1018,254,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1019,254,'slide_template',''),(1020,254,'tpath_theme_layout','default'),(1021,254,'tpath_custom_logo_align','default'),(1022,254,'tpath_primary_sidebar','0'),(1023,254,'tpath_single_video_code',''),(1024,254,'tpath_single_audio_code',''),(1025,254,'tpath_external_link_url',''),(1026,254,'tpath_body_bg_image',''),(1027,254,'tpath_body_bg_repeat','default'),(1028,254,'tpath_body_bg_attachment','default'),(1029,254,'tpath_body_bg_color',''),(1030,254,'tpath_body_bg_full','0'),(1031,254,'_thumbnail_id','295'),(1032,254,'tpath_post_views_count','8'),(1035,256,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1036,256,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1037,256,'slide_template','default'),(1038,256,'tpath_theme_layout','default'),(1039,256,'tpath_custom_logo_align','default'),(1040,256,'tpath_primary_sidebar','0'),(1041,256,'tpath_single_video_code',''),(1042,256,'tpath_single_audio_code',''),(1043,256,'tpath_external_link_url',''),(1044,256,'tpath_body_bg_image',''),(1045,256,'tpath_body_bg_repeat','default'),(1046,256,'tpath_body_bg_attachment','default'),(1047,256,'tpath_body_bg_color',''),(1048,256,'tpath_body_bg_full','0'),(1049,256,'_thumbnail_id','296'),(1050,256,'tpath_post_views_count','9'),(1053,258,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1054,258,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1055,258,'slide_template',''),(1056,258,'tpath_theme_layout','default'),(1057,258,'tpath_custom_logo_align','default'),(1058,258,'tpath_primary_sidebar','0'),(1059,258,'tpath_single_video_code',''),(1060,258,'tpath_single_audio_code',''),(1061,258,'tpath_external_link_url',''),(1062,258,'tpath_body_bg_image',''),(1063,258,'tpath_body_bg_repeat','default'),(1064,258,'tpath_body_bg_attachment','default'),(1065,258,'tpath_body_bg_color',''),(1066,258,'tpath_body_bg_full','0'),(1067,258,'_thumbnail_id','297'),(1068,258,'tpath_post_views_count','9'),(1071,260,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1072,260,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1073,260,'slide_template','default'),(1074,260,'tpath_theme_layout','default'),(1075,260,'tpath_custom_logo_align','default'),(1076,260,'tpath_primary_sidebar','0'),(1077,260,'tpath_single_video_code',''),(1078,260,'tpath_single_audio_code',''),(1079,260,'tpath_external_link_url',''),(1080,260,'tpath_body_bg_image',''),(1081,260,'tpath_body_bg_repeat','default'),(1082,260,'tpath_body_bg_attachment','default'),(1083,260,'tpath_body_bg_color',''),(1084,260,'tpath_body_bg_full','0'),(1085,260,'_thumbnail_id','300'),(1086,260,'tpath_post_views_count','12'),(1089,262,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1090,262,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1091,262,'slide_template',''),(1092,262,'tpath_theme_layout','default'),(1093,262,'tpath_custom_logo_align','default'),(1094,262,'tpath_primary_sidebar','0'),(1095,262,'tpath_single_video_code',''),(1096,262,'tpath_single_audio_code',''),(1097,262,'tpath_external_link_url',''),(1098,262,'tpath_body_bg_image',''),(1099,262,'tpath_body_bg_repeat','default'),(1100,262,'tpath_body_bg_attachment','default'),(1101,262,'tpath_body_bg_color',''),(1102,262,'tpath_body_bg_full','0'),(1103,262,'_thumbnail_id','301'),(1104,262,'tpath_post_views_count','13'),(1107,264,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1108,264,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1109,264,'slide_template',''),(1110,264,'tpath_theme_layout','default'),(1111,264,'tpath_custom_logo_align','default'),(1112,264,'tpath_primary_sidebar','0'),(1113,264,'tpath_single_video_code',''),(1114,264,'tpath_single_audio_code',''),(1115,264,'tpath_external_link_url',''),(1116,264,'tpath_body_bg_image',''),(1117,264,'tpath_body_bg_repeat','default'),(1118,264,'tpath_body_bg_attachment','default'),(1119,264,'tpath_body_bg_color',''),(1120,264,'tpath_body_bg_full','0'),(1121,264,'_thumbnail_id','302'),(1122,264,'tpath_post_views_count','12'),(1125,266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1126,266,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1127,266,'slide_template',''),(1128,266,'tpath_theme_layout','default'),(1129,266,'tpath_custom_logo_align','default'),(1130,266,'tpath_primary_sidebar','0'),(1131,266,'tpath_single_video_code',''),(1132,266,'tpath_single_audio_code',''),(1133,266,'tpath_external_link_url',''),(1134,266,'tpath_body_bg_image',''),(1135,266,'tpath_body_bg_repeat','default'),(1136,266,'tpath_body_bg_attachment','default'),(1137,266,'tpath_body_bg_color',''),(1138,266,'tpath_body_bg_full','0'),(1139,266,'_thumbnail_id','308'),(1140,266,'tpath_post_views_count','22'),(1143,268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1144,268,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1145,268,'slide_template',''),(1146,268,'tpath_theme_layout','default'),(1147,268,'tpath_custom_logo_align','default'),(1148,268,'tpath_primary_sidebar','0'),(1149,268,'tpath_single_video_code',''),(1150,268,'tpath_single_audio_code',''),(1151,268,'tpath_external_link_url',''),(1152,268,'tpath_body_bg_image',''),(1153,268,'tpath_body_bg_repeat','default'),(1154,268,'tpath_body_bg_attachment','default'),(1155,268,'tpath_body_bg_color',''),(1156,268,'tpath_body_bg_full','0'),(1157,268,'_thumbnail_id','311'),(1158,268,'tpath_post_views_count','30'),(1159,342,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1160,342,'_wp_page_template','default'),(1161,342,'_wpb_vc_js_status','false'),(1162,342,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1163,342,'slide_template','default'),(1164,342,'tpath_theme_layout','default'),(1165,342,'tpath_custom_logo_align','default'),(1166,342,'tpath_show_page_title','yes'),(1167,342,'tpath_show_breadcrumbs','yes'),(1168,342,'tpath_page_header_image',''),(1169,342,'tpath_primary_sidebar','0'),(1170,342,'tpath_body_bg_image',''),(1171,342,'tpath_body_bg_repeat','default'),(1172,342,'tpath_body_bg_attachment','default'),(1173,342,'tpath_body_bg_color',''),(1174,342,'tpath_body_bg_full','0'),(1175,342,'tpath_revslider_shortcode',''),(1176,342,'tpath_section_header_status','show'),(1177,342,'tpath_section_title',''),(1178,342,'tpath_section_slogan',''),(1179,342,'tpath_section_padding_top',''),(1180,342,'tpath_section_padding_bottom',''),(1181,342,'tpath_section_header_padding',''),(1182,342,'tpath_section_title_color',''),(1183,342,'tpath_section_slogan_color',''),(1184,342,'tpath_section_text_color',''),(1185,342,'tpath_section_content_heading_color',''),(1186,342,'tpath_section_bg_color',''),(1187,342,'tpath_parallax_status','no'),(1188,342,'tpath_parallax_bg_image',''),(1189,342,'tpath_parallax_bg_repeat',''),(1190,342,'tpath_parallax_bg_attachment',''),(1191,342,'tpath_parallax_bg_postion',''),(1192,342,'tpath_parallax_bg_size',''),(1193,342,'tpath_parallax_bg_overlay','no'),(1194,342,'tpath_overlay_pattern_status','no'),(1195,342,'tpath_section_overlay_color',''),(1196,342,'tpath_overlay_color_opacity','0'),(1197,342,'tpath_parallax_additional_sections','Array'),(1198,342,'tpath_parallax_additional_sections_order',''),(1199,342,'vc_teaser','a:2:{s:4:\"data\";s:82:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1200,342,'tpath_layout','two-col-right'),(1203,349,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1204,349,'_thumbnail_id','351'),(1205,349,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1206,349,'slide_template','default'),(1207,349,'tpath_theme_layout','default'),(1208,349,'tpath_custom_logo_align','default'),(1209,349,'tpath_primary_sidebar','0'),(1210,349,'tpath_single_video_code',''),(1211,349,'tpath_single_audio_code',''),(1212,349,'tpath_external_link_url',''),(1213,349,'tpath_body_bg_image',''),(1214,349,'tpath_body_bg_repeat','default'),(1215,349,'tpath_body_bg_attachment','default'),(1216,349,'tpath_body_bg_color',''),(1217,349,'tpath_body_bg_full','0'),(1218,349,'tpath_post_views_count','79'),(1219,513,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1220,513,'_wpb_shortcodes_custom_css','.vc_custom_1436722266692{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553987408{margin-top: -30px !important;background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(1221,513,'_wp_page_template','template-fullwidth.php'),(1222,513,'_wpb_vc_js_status','true'),(1223,513,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1224,513,'slide_template','default'),(1225,513,'tpath_theme_layout','default'),(1226,513,'tpath_custom_logo_align','default'),(1227,513,'tpath_show_page_title','yes'),(1228,513,'tpath_show_breadcrumbs','yes'),(1229,513,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/services-header-bg.jpg'),(1230,513,'tpath_primary_sidebar','0'),(1231,513,'tpath_body_bg_image',''),(1232,513,'tpath_body_bg_repeat','default'),(1233,513,'tpath_body_bg_attachment','default'),(1234,513,'tpath_body_bg_color',''),(1235,513,'tpath_body_bg_full','0'),(1236,513,'tpath_revslider_shortcode',''),(1237,513,'tpath_section_header_status','show'),(1238,513,'tpath_section_title',''),(1239,513,'tpath_section_slogan',''),(1240,513,'tpath_section_padding_top',''),(1241,513,'tpath_section_padding_bottom',''),(1242,513,'tpath_section_header_padding',''),(1243,513,'tpath_section_title_color',''),(1244,513,'tpath_section_slogan_color',''),(1245,513,'tpath_section_text_color',''),(1246,513,'tpath_section_content_heading_color',''),(1247,513,'tpath_section_bg_color',''),(1248,513,'tpath_parallax_status','no'),(1249,513,'tpath_parallax_bg_image',''),(1250,513,'tpath_parallax_bg_repeat',''),(1251,513,'tpath_parallax_bg_attachment',''),(1252,513,'tpath_parallax_bg_postion',''),(1253,513,'tpath_parallax_bg_size',''),(1254,513,'tpath_parallax_bg_overlay','no'),(1255,513,'tpath_overlay_pattern_status','no'),(1256,513,'tpath_section_overlay_color',''),(1257,513,'tpath_overlay_color_opacity','0'),(1258,513,'tpath_parallax_additional_sections','Array'),(1259,513,'tpath_parallax_additional_sections_order',''),(1260,513,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1261,513,'_wpb_shortcodes_custom_css','.vc_custom_1436722266692{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553987408{margin-top: -30px !important;background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(1262,68,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1263,68,'_thumbnail_id','69'),(1264,68,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1265,68,'slide_template','default'),(1266,68,'tpath_client_url','#'),(1267,70,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1268,70,'_thumbnail_id','71'),(1269,70,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1270,70,'slide_template','default'),(1271,70,'tpath_client_url','#'),(1272,72,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1273,72,'_thumbnail_id','74'),(1274,72,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1275,72,'slide_template','default'),(1276,72,'tpath_client_url','#'),(1277,73,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1278,73,'_thumbnail_id','75'),(1279,73,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1280,73,'slide_template','default'),(1281,73,'tpath_client_url','#'),(1282,76,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1283,76,'_thumbnail_id','77'),(1284,76,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1285,76,'slide_template','default'),(1286,76,'tpath_client_url','#'),(1287,78,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1288,78,'_thumbnail_id','80'),(1289,78,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1290,78,'slide_template','default'),(1291,78,'tpath_client_url','#'),(1292,79,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1293,79,'_thumbnail_id','81'),(1294,79,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1295,79,'slide_template','default'),(1296,79,'tpath_client_url','#'),(1297,83,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1298,83,'_thumbnail_id','84'),(1299,83,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1300,83,'slide_template','default'),(1301,83,'tpath_client_url','#'),(1302,96,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1303,96,'_thumbnail_id','69'),(1304,96,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1305,96,'slide_template','default'),(1306,96,'tpath_client_url','#'),(1307,97,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1308,97,'_thumbnail_id','71'),(1309,97,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1310,97,'slide_template','default'),(1311,97,'tpath_client_url','#'),(1312,98,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1313,98,'_thumbnail_id','74'),(1314,98,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1315,98,'slide_template','default'),(1316,98,'tpath_client_url','#'),(1317,99,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1318,99,'_thumbnail_id','75'),(1319,99,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1320,99,'slide_template','default'),(1321,99,'tpath_client_url','#'),(1322,100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1323,100,'_thumbnail_id','77'),(1324,100,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1325,100,'slide_template','default'),(1326,100,'tpath_client_url','#'),(1327,7,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1328,7,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1329,7,'slide_template','default'),(1330,7,'_thumbnail_id','174'),(1331,7,'tpath_portfolio_price','14.95$'),(1332,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1333,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1334,8,'slide_template','default'),(1335,8,'tpath_member_designation',''),(1336,8,'tpath_member_googleplus',''),(1337,8,'tpath_member_twitter',''),(1338,8,'tpath_member_blog',''),(1339,8,'tpath_member_dribbble',''),(1340,8,'tpath_member_facebook',''),(1341,8,'tpath_member_flickr',''),(1342,8,'tpath_member_linkedin',''),(1343,8,'tpath_member_yahoo',''),(1344,8,'tpath_member_email',''),(1345,8,'_thumbnail_id','789'),(1346,32,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1347,32,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1348,32,'slide_template','default'),(1349,32,'_thumbnail_id','176'),(1350,32,'tpath_portfolio_price','12.95$'),(1351,33,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1352,33,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1353,33,'slide_template','default'),(1354,33,'_thumbnail_id','175'),(1355,33,'tpath_portfolio_price','12.95$'),(1356,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1357,39,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1358,39,'slide_template','default'),(1359,39,'_thumbnail_id','178'),(1360,39,'tpath_portfolio_price','12.95$'),(1361,40,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1362,40,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1363,40,'slide_template','default'),(1364,40,'_thumbnail_id','177'),(1365,40,'tpath_portfolio_price','14.95$'),(1366,43,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1367,43,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1368,43,'slide_template','default'),(1369,43,'_thumbnail_id','179'),(1370,43,'tpath_portfolio_price','12.95$'),(1371,46,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1372,46,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1373,46,'slide_template','default'),(1374,46,'_thumbnail_id','180'),(1375,46,'tpath_portfolio_price','12.95$'),(1376,47,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1377,47,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1378,47,'slide_template','default'),(1379,47,'_thumbnail_id','181'),(1380,47,'tpath_portfolio_price','14.95$'),(1381,101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1382,101,'_thumbnail_id','80'),(1383,101,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1384,101,'slide_template','default'),(1385,101,'tpath_client_url','#'),(1386,102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1387,102,'_thumbnail_id','81'),(1388,102,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1389,102,'slide_template','default'),(1390,102,'tpath_client_url','#'),(1391,103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1392,103,'_thumbnail_id','84'),(1393,103,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1394,103,'slide_template','default'),(1395,103,'tpath_client_url','#'),(1396,629,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1397,629,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1398,629,'slide_template','default'),(1399,629,'tpath_location','Shop 2, 31 Challis Ave Potts Point, Sydney'),(1400,629,'tpath_city','New South Wales'),(1401,629,'tpath_zip','2011'),(1402,629,'tpath_delivery','yes'),(1403,629,'_thumbnail_id','633'),(1404,634,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1405,634,'_thumbnail_id','638'),(1406,634,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1407,634,'slide_template','default'),(1408,634,'tpath_location','Hyatt Centre | 20 Terrace Road, Perth, Western Australia 6004, Australia'),(1409,634,'tpath_city','Western Australia'),(1410,634,'tpath_zip','6004'),(1411,634,'tpath_delivery','yes'),(1412,635,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1413,635,'_thumbnail_id','636'),(1414,635,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1415,635,'slide_template','default'),(1416,635,'tpath_location','37 Ultimo Rd, Entrance on Thomas Lane, Sydney, New South Wales 2000, Australia'),(1417,635,'tpath_city','New South Wales'),(1418,635,'tpath_zip','2000'),(1419,635,'tpath_delivery','yes'),(1420,637,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1421,637,'_thumbnail_id','639'),(1422,637,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1423,637,'slide_template','default'),(1424,637,'tpath_location','84 Galah Street, Longreach, Queensland 4730, Australia'),(1425,637,'tpath_city','Queensland'),(1426,637,'tpath_zip','4730'),(1427,637,'tpath_delivery','yes'),(1428,640,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1429,640,'_thumbnail_id','641'),(1430,640,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1431,640,'slide_template','default'),(1432,640,'tpath_location','19 Liverpool Street, Melbourne, Victoria 3000, Australia'),(1433,640,'tpath_city','Victoria'),(1434,640,'tpath_zip','3000'),(1435,640,'tpath_delivery','yes'),(1436,642,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1437,642,'_thumbnail_id','645'),(1438,642,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1439,642,'slide_template','default'),(1440,642,'tpath_location','41 Oxford Street | On the Hyde Park, Sydney, Australia'),(1441,642,'tpath_city','New South Wales'),(1442,642,'tpath_zip','2010'),(1443,642,'tpath_delivery','yes'),(1444,643,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1445,643,'_thumbnail_id','644'),(1446,643,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1447,643,'slide_template','default'),(1448,643,'tpath_location','Shop 1, 74-80 Ivy Street | Chippendale-Darlington, Australia'),(1449,643,'tpath_city','Sydney'),(1450,643,'tpath_zip','2008'),(1451,643,'tpath_delivery','yes'),(1452,646,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1453,646,'_thumbnail_id','647'),(1454,646,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1455,646,'slide_template','default'),(1456,646,'tpath_location','2 Market Street, Sydney, New South Wales 2000, Australia'),(1457,646,'tpath_city','New South Wales'),(1458,646,'tpath_zip','2000'),(1459,646,'tpath_delivery','yes'),(1460,10,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1461,10,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1462,10,'slide_template','default'),(1463,10,'tpath_member_designation',''),(1464,10,'tpath_member_googleplus',''),(1465,10,'tpath_member_twitter',''),(1466,10,'tpath_member_blog',''),(1467,10,'tpath_member_dribbble',''),(1468,10,'tpath_member_facebook',''),(1469,10,'tpath_member_flickr',''),(1470,10,'tpath_member_linkedin',''),(1471,10,'tpath_member_yahoo',''),(1472,10,'tpath_member_email',''),(1473,10,'_thumbnail_id','787'),(1474,12,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1475,12,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1476,12,'slide_template','default'),(1477,12,'tpath_member_designation',''),(1478,12,'tpath_member_googleplus',''),(1479,12,'tpath_member_twitter',''),(1480,12,'tpath_member_blog',''),(1481,12,'tpath_member_dribbble',''),(1482,12,'tpath_member_facebook',''),(1483,12,'tpath_member_flickr',''),(1484,12,'tpath_member_linkedin',''),(1485,12,'tpath_member_yahoo',''),(1486,12,'tpath_member_email',''),(1487,12,'_thumbnail_id','785'),(1488,14,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1489,14,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1490,14,'slide_template','default'),(1491,14,'tpath_member_designation',''),(1492,14,'tpath_member_googleplus',''),(1493,14,'tpath_member_twitter',''),(1494,14,'tpath_member_blog',''),(1495,14,'tpath_member_dribbble',''),(1496,14,'tpath_member_facebook',''),(1497,14,'tpath_member_flickr',''),(1498,14,'tpath_member_linkedin',''),(1499,14,'tpath_member_yahoo',''),(1500,14,'tpath_member_email',''),(1501,14,'_thumbnail_id','786'),(1502,21,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1503,21,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1504,21,'slide_template','default'),(1505,21,'tpath_author_designation',''),(1506,21,'tpath_author_company_name',''),(1507,21,'tpath_author_company_url',''),(1508,21,'_thumbnail_id','171'),(1509,21,'tpath_post_item_rating','5'),(1510,26,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1511,26,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1512,26,'slide_template','default'),(1513,26,'tpath_author_designation',''),(1514,26,'tpath_author_company_name',''),(1515,26,'tpath_author_company_url',''),(1516,26,'_thumbnail_id','172'),(1517,26,'tpath_post_item_rating','5'),(1518,28,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1519,28,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1520,28,'slide_template','default'),(1521,28,'tpath_author_designation',''),(1522,28,'tpath_author_company_name',''),(1523,28,'tpath_author_company_url',''),(1524,28,'_thumbnail_id','173'),(1525,28,'tpath_post_item_rating','5'),(1526,617,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1527,617,'_thumbnail_id','173'),(1528,617,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1529,617,'slide_template','default'),(1530,617,'tpath_author_designation',''),(1531,617,'tpath_author_company_name',''),(1532,617,'tpath_author_company_url',''),(1533,617,'tpath_post_item_rating','5'),(1534,618,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1535,618,'_thumbnail_id','172'),(1536,618,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1537,618,'slide_template','default'),(1538,618,'tpath_author_designation',''),(1539,618,'tpath_author_company_name',''),(1540,618,'tpath_author_company_url',''),(1541,707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1710;s:6:\"height\";i:840;s:4:\"file\";s:22:\"2015/05/bg-image-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-image-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"bg-image-2-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"bg-image-2-768x377.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"bg-image-2-1024x503.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"bg-image-2-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"bg-image-2-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"bg-image-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"bg-image-2-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"bg-image-2-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1542,618,'tpath_post_item_rating','5'),(1543,117,'_wp_page_template','template-fullwidth.php'),(1544,117,'_wpb_vc_js_status','true'),(1545,117,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1546,117,'slide_template','default'),(1547,117,'tpath_theme_layout','default'),(1548,117,'tpath_custom_logo_align','default'),(1549,117,'tpath_show_page_title','no'),(1550,117,'tpath_show_breadcrumbs','no'),(1551,117,'tpath_page_header_image',''),(1552,117,'tpath_primary_sidebar','0'),(1553,117,'tpath_body_bg_image',''),(1554,117,'tpath_body_bg_repeat','default'),(1555,619,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1556,117,'tpath_body_bg_attachment','default'),(1557,117,'tpath_body_bg_color',''),(1558,117,'tpath_body_bg_full','0'),(1559,117,'tpath_revslider_shortcode','[rev_slider homeslider]'),(1560,117,'tpath_section_header_status','show'),(1561,117,'tpath_section_title',''),(1562,619,'tpath_post_item_rating','5'),(1563,117,'tpath_section_slogan',''),(1564,619,'_thumbnail_id','171'),(1565,117,'tpath_section_padding_top',''),(1566,619,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1567,117,'tpath_section_padding_bottom',''),(1568,619,'slide_template','default'),(1569,117,'tpath_section_header_padding',''),(1570,619,'tpath_author_designation',''),(1571,117,'tpath_section_title_color',''),(1572,619,'tpath_author_company_name',''),(1573,117,'tpath_section_slogan_color',''),(1574,619,'tpath_author_company_url',''),(1575,117,'tpath_section_text_color',''),(1576,117,'tpath_section_content_heading_color',''),(1577,117,'tpath_section_bg_color',''),(1578,117,'tpath_parallax_status','no'),(1579,117,'tpath_parallax_bg_image',''),(1580,117,'tpath_parallax_bg_repeat',''),(1581,117,'tpath_parallax_bg_attachment',''),(1582,117,'tpath_parallax_bg_postion',''),(1583,117,'tpath_parallax_bg_size',''),(1584,117,'tpath_parallax_bg_overlay','no'),(1585,117,'tpath_overlay_pattern_status','no'),(1586,117,'tpath_section_overlay_color',''),(1587,117,'tpath_overlay_color_opacity','0'),(1588,117,'tpath_parallax_additional_sections','Array'),(1589,117,'tpath_parallax_additional_sections_order',''),(1590,117,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1591,117,'_wpb_shortcodes_custom_css','.vc_custom_1436464686574{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553352651{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436464562165{background-color: #e6e6e6 !important;}.vc_custom_1436464594841{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1433110853697{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433110871213{padding-left: 50px !important;}'),(1592,117,'_oembed_af67770c00c87d50aacfc8b9f246d26f','{{unknown}}'),(1593,712,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1594,129,'_wp_page_template','template-fullwidth.php'),(1595,129,'_wpb_vc_js_status','false'),(1596,712,'_menu_item_type','post_type'),(1597,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1598,129,'slide_template','default'),(1599,129,'tpath_theme_layout','default'),(1600,129,'tpath_custom_logo_align','default'),(1601,712,'_menu_item_menu_item_parent','709'),(1602,129,'tpath_show_page_title','no'),(1603,129,'tpath_show_breadcrumbs','no'),(1604,129,'tpath_page_header_image',''),(1605,712,'_menu_item_object_id','131'),(1606,129,'tpath_primary_sidebar','0'),(1607,129,'tpath_body_bg_image',''),(1608,712,'_menu_item_object','page'),(1609,129,'tpath_body_bg_repeat','default'),(1610,129,'tpath_body_bg_attachment','default'),(1611,129,'tpath_body_bg_color',''),(1612,712,'_menu_item_target',''),(1613,129,'tpath_body_bg_full','0'),(1614,129,'tpath_revslider_shortcode','[rev_slider alias=\"BandSlider\"]'),(1615,129,'tpath_section_header_status','show'),(1616,712,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1617,129,'tpath_section_title',''),(1618,129,'tpath_section_slogan',''),(1619,129,'tpath_section_padding_top',''),(1620,129,'tpath_section_padding_bottom',''),(1621,712,'_menu_item_xfn',''),(1622,129,'tpath_section_header_padding',''),(1623,129,'tpath_section_title_color',''),(1624,129,'tpath_section_slogan_color',''),(1625,712,'_menu_item_tpath_megamenu_menutype','page'),(1626,129,'tpath_section_text_color',''),(1627,129,'tpath_section_content_heading_color',''),(1628,129,'tpath_section_bg_color',''),(1629,129,'tpath_parallax_status','no'),(1630,129,'tpath_parallax_bg_image',''),(1631,712,'_menu_item_tpath_megamenu_status','enabled'),(1632,129,'tpath_parallax_bg_repeat',''),(1633,129,'tpath_parallax_bg_attachment',''),(1634,129,'tpath_parallax_bg_postion',''),(1635,712,'_menu_item_tpath_megamenu_columns','auto'),(1636,129,'tpath_parallax_bg_size',''),(1637,129,'tpath_parallax_bg_overlay','no'),(1638,712,'_menu_item_tpath_megamenu_title',''),(1639,129,'tpath_overlay_pattern_status','no'),(1640,129,'tpath_section_overlay_color',''),(1641,129,'tpath_overlay_color_opacity','0'),(1642,129,'tpath_parallax_additional_sections','Array'),(1643,712,'_menu_item_tpath_megamenu_link',''),(1644,129,'tpath_parallax_additional_sections_order',''),(1645,129,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1646,712,'_menu_item_tpath_megamenu_content',''),(1647,129,'_wpb_shortcodes_custom_css','.vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}'),(1648,712,'_menu_item_tpath_megamenu_icon',''),(1649,131,'_wp_page_template','template-fullwidth.php'),(1650,131,'_wpb_vc_js_status','true'),(1651,131,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1652,131,'slide_template','default'),(1653,712,'_menu_item_url',''),(1654,131,'tpath_theme_layout','default'),(1655,131,'tpath_custom_logo_align','default'),(1656,131,'tpath_show_page_title','yes'),(1657,131,'tpath_show_breadcrumbs','yes'),(1658,131,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(1659,131,'tpath_primary_sidebar','0'),(1660,131,'tpath_body_bg_image',''),(1661,131,'tpath_body_bg_repeat','default'),(1662,131,'tpath_body_bg_attachment','default'),(1663,131,'tpath_body_bg_color',''),(1664,131,'tpath_body_bg_full','0'),(1665,131,'tpath_revslider_shortcode',''),(1666,131,'tpath_section_header_status','show'),(1667,131,'tpath_section_title',''),(1668,131,'tpath_section_slogan',''),(1669,131,'tpath_section_padding_top',''),(1670,131,'tpath_section_padding_bottom',''),(1671,131,'tpath_section_header_padding',''),(1672,131,'tpath_section_title_color',''),(1673,713,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1674,131,'tpath_section_slogan_color',''),(1675,131,'tpath_section_text_color',''),(1676,131,'tpath_section_content_heading_color',''),(1677,131,'tpath_section_bg_color',''),(1678,713,'_menu_item_type','post_type'),(1679,131,'tpath_parallax_status','no'),(1680,131,'tpath_parallax_bg_image',''),(1681,713,'_menu_item_menu_item_parent','710'),(1682,131,'tpath_parallax_bg_repeat',''),(1683,131,'tpath_parallax_bg_attachment',''),(1684,131,'tpath_parallax_bg_postion',''),(1685,713,'_menu_item_object_id','238'),(1686,131,'tpath_parallax_bg_size',''),(1687,131,'tpath_parallax_bg_overlay','no'),(1688,131,'tpath_overlay_pattern_status','no'),(1689,713,'_menu_item_object','page'),(1690,131,'tpath_section_overlay_color',''),(1691,131,'tpath_overlay_color_opacity','0'),(1692,131,'tpath_parallax_additional_sections','Array'),(1693,713,'_menu_item_target',''),(1694,131,'tpath_parallax_additional_sections_order',''),(1695,131,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1696,713,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1697,131,'_wpb_shortcodes_custom_css','.vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}'),(1698,713,'_menu_item_xfn',''),(1699,210,'_wp_page_template','template-fullwidth.php'),(1700,210,'_wpb_vc_js_status','true'),(1701,713,'_menu_item_tpath_megamenu_menutype','page'),(1702,210,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1703,210,'slide_template','default'),(1704,713,'_menu_item_tpath_megamenu_status','enabled'),(1705,210,'tpath_theme_layout','default'),(1706,210,'tpath_custom_logo_align','default'),(1707,713,'_menu_item_tpath_megamenu_columns','auto'),(1708,210,'tpath_show_page_title','yes'),(1709,210,'tpath_show_breadcrumbs','yes'),(1710,713,'_menu_item_tpath_megamenu_title',''),(1711,210,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(1712,210,'tpath_primary_sidebar','0'),(1713,210,'tpath_body_bg_image',''),(1714,713,'_menu_item_tpath_megamenu_link',''),(1715,210,'tpath_body_bg_repeat','default'),(1716,210,'tpath_body_bg_attachment','default'),(1717,210,'tpath_body_bg_color',''),(1718,713,'_menu_item_tpath_megamenu_content',''),(1719,210,'tpath_body_bg_full','0'),(1720,210,'tpath_revslider_shortcode',''),(1721,713,'_menu_item_tpath_megamenu_icon',''),(1722,210,'tpath_section_header_status','show'),(1723,210,'tpath_section_title',''),(1724,210,'tpath_section_slogan',''),(1725,713,'_menu_item_url',''),(1726,210,'tpath_section_padding_top',''),(1727,210,'tpath_section_padding_bottom',''),(1728,210,'tpath_section_header_padding',''),(1729,210,'tpath_section_title_color',''),(1730,210,'tpath_section_slogan_color',''),(1731,210,'tpath_section_text_color',''),(1732,210,'tpath_section_content_heading_color',''),(1733,210,'tpath_section_bg_color',''),(1734,210,'tpath_parallax_status','no'),(1735,210,'tpath_parallax_bg_image',''),(1736,210,'tpath_parallax_bg_repeat',''),(1737,714,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1738,210,'tpath_parallax_bg_attachment',''),(1739,210,'tpath_parallax_bg_postion',''),(1740,210,'tpath_parallax_bg_size',''),(1741,210,'tpath_parallax_bg_overlay','no'),(1742,210,'tpath_overlay_pattern_status','no'),(1743,714,'_menu_item_type','post_type'),(1744,210,'tpath_section_overlay_color',''),(1745,210,'tpath_overlay_color_opacity','0'),(1746,210,'tpath_parallax_additional_sections','Array'),(1747,714,'_menu_item_menu_item_parent','0'),(1748,210,'tpath_parallax_additional_sections_order',''),(1749,210,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1750,210,'_wpb_shortcodes_custom_css','.vc_custom_1436469013277{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433110706750{padding-bottom: 15px !important;}'),(1751,714,'_menu_item_object_id','342'),(1752,220,'_wp_page_template','template-fullwidth.php'),(1753,714,'_menu_item_object','page'),(1754,220,'_wpb_vc_js_status','true'),(1755,220,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1756,714,'_menu_item_target',''),(1757,220,'slide_template','default'),(1758,220,'tpath_theme_layout','default'),(1759,220,'tpath_custom_logo_align','left'),(1760,220,'tpath_show_page_title','yes'),(1761,714,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1762,220,'tpath_show_breadcrumbs','yes'),(1763,220,'tpath_page_header_image',''),(1764,220,'tpath_primary_sidebar','0'),(1765,714,'_menu_item_xfn',''),(1766,220,'tpath_body_bg_image',''),(1767,220,'tpath_body_bg_repeat','default'),(1768,220,'tpath_body_bg_attachment','default'),(1769,220,'tpath_body_bg_color',''),(1770,714,'_menu_item_tpath_megamenu_menutype','page'),(1771,220,'tpath_body_bg_full','0'),(1772,220,'tpath_revslider_shortcode',''),(1773,220,'tpath_section_header_status','show'),(1774,714,'_menu_item_tpath_megamenu_status','enabled'),(1775,220,'tpath_section_title',''),(1776,220,'tpath_section_slogan',''),(1777,220,'tpath_section_padding_top',''),(1778,714,'_menu_item_tpath_megamenu_columns','auto'),(1779,220,'tpath_section_padding_bottom',''),(1780,220,'tpath_section_header_padding',''),(1781,220,'tpath_section_title_color',''),(1782,714,'_menu_item_tpath_megamenu_title',''),(1783,220,'tpath_section_slogan_color',''),(1784,220,'tpath_section_text_color',''),(1785,220,'tpath_section_content_heading_color',''),(1786,220,'tpath_section_bg_color',''),(1787,714,'_menu_item_tpath_megamenu_link',''),(1788,220,'tpath_parallax_status','no'),(1789,220,'tpath_parallax_bg_image',''),(1790,220,'tpath_parallax_bg_repeat',''),(1791,714,'_menu_item_tpath_megamenu_content',''),(1792,220,'tpath_parallax_bg_attachment',''),(1793,220,'tpath_parallax_bg_postion',''),(1794,220,'tpath_parallax_bg_size',''),(1795,714,'_menu_item_tpath_megamenu_icon',''),(1796,220,'tpath_parallax_bg_overlay','no'),(1797,220,'tpath_overlay_pattern_status','no'),(1798,220,'tpath_section_overlay_color',''),(1799,714,'_menu_item_url',''),(1800,220,'tpath_overlay_color_opacity','0'),(1801,220,'tpath_parallax_additional_sections','Array'),(1802,220,'tpath_parallax_additional_sections_order',''),(1803,220,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1804,220,'_wpb_shortcodes_custom_css','.vc_custom_1432492657292{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(1805,238,'_wp_page_template','template-fullwidth.php'),(1806,238,'_wpb_vc_js_status','true'),(1807,238,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1808,238,'slide_template','default'),(1809,238,'tpath_theme_layout','default'),(1810,238,'tpath_custom_logo_align','default'),(1811,238,'tpath_show_page_title','yes'),(1812,238,'tpath_show_breadcrumbs','yes'),(1813,238,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/services-header-bg.jpg'),(1814,238,'tpath_primary_sidebar','0'),(1815,238,'tpath_body_bg_image',''),(1816,238,'tpath_body_bg_repeat','default'),(1817,238,'tpath_body_bg_attachment','default'),(1818,238,'tpath_body_bg_color',''),(1819,238,'tpath_body_bg_full','0'),(1820,238,'tpath_revslider_shortcode',''),(1821,238,'tpath_section_header_status','show'),(1822,238,'tpath_section_title',''),(1823,715,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1824,238,'tpath_section_slogan',''),(1825,238,'tpath_section_padding_top',''),(1826,238,'tpath_section_padding_bottom',''),(1827,238,'tpath_section_header_padding',''),(1828,238,'tpath_section_title_color',''),(1829,715,'_menu_item_type','post_type'),(1830,238,'tpath_section_slogan_color',''),(1831,238,'tpath_section_text_color',''),(1832,238,'tpath_section_content_heading_color',''),(1833,238,'tpath_section_bg_color',''),(1834,715,'_menu_item_menu_item_parent','709'),(1835,238,'tpath_parallax_status','no'),(1836,238,'tpath_parallax_bg_image',''),(1837,238,'tpath_parallax_bg_repeat',''),(1838,238,'tpath_parallax_bg_attachment',''),(1839,715,'_menu_item_object_id','210'),(1840,238,'tpath_parallax_bg_postion',''),(1841,238,'tpath_parallax_bg_size',''),(1842,238,'tpath_parallax_bg_overlay','no'),(1843,238,'tpath_overlay_pattern_status','no'),(1844,238,'tpath_section_overlay_color',''),(1845,715,'_menu_item_object','page'),(1846,238,'tpath_overlay_color_opacity','0'),(1847,238,'tpath_parallax_additional_sections','Array'),(1848,238,'tpath_parallax_additional_sections_order',''),(1849,238,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1850,715,'_menu_item_target',''),(1851,238,'_wpb_shortcodes_custom_css','.vc_custom_1436467316231{background-color: #e6e6e6 !important;}.vc_custom_1432612798190{margin-top: -30px !important;padding-top: 0px !important;}.vc_custom_1436467469790{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436467925138{padding-top: 30px !important;}.vc_custom_1436467502975{background-color: #e6e6e6 !important;}.vc_custom_1436467534547{padding-top: 0px !important;background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1436467563307{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1433109706627{margin-bottom: 30px !important;}.vc_custom_1433111637225{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111649984{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111662554{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1436467415537{margin-top: 5px !important;}.vc_custom_1433111680324{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111692175{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111706688{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111891689{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433111902201{padding-left: 50px !important;}'),(1852,715,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1853,715,'_menu_item_xfn',''),(1854,715,'_menu_item_tpath_megamenu_menutype','page'),(1855,715,'_menu_item_tpath_megamenu_status','enabled'),(1856,252,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1857,715,'_menu_item_tpath_megamenu_columns','auto'),(1858,252,'slide_template',''),(1859,252,'tpath_theme_layout','default'),(1860,252,'tpath_custom_logo_align','default'),(1861,252,'tpath_primary_sidebar','0'),(1862,715,'_menu_item_tpath_megamenu_title',''),(1863,252,'tpath_single_video_code',''),(1864,252,'tpath_single_audio_code',''),(1865,252,'tpath_external_link_url',''),(1866,252,'tpath_body_bg_image',''),(1867,252,'tpath_body_bg_repeat','default'),(1868,715,'_menu_item_tpath_megamenu_link',''),(1869,252,'tpath_body_bg_attachment','default'),(1870,252,'tpath_body_bg_color',''),(1871,252,'tpath_body_bg_full','0'),(1872,715,'_menu_item_tpath_megamenu_content',''),(1873,252,'_thumbnail_id','294'),(1874,252,'tpath_post_views_count','10'),(1875,715,'_menu_item_tpath_megamenu_icon',''),(1876,715,'_menu_item_url',''),(1877,254,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1878,254,'slide_template',''),(1879,254,'tpath_theme_layout','default'),(1880,254,'tpath_custom_logo_align','default'),(1881,254,'tpath_primary_sidebar','0'),(1882,254,'tpath_single_video_code',''),(1883,254,'tpath_single_audio_code',''),(1884,254,'tpath_external_link_url',''),(1885,254,'tpath_body_bg_image',''),(1886,254,'tpath_body_bg_repeat','default'),(1887,254,'tpath_body_bg_attachment','default'),(1888,254,'tpath_body_bg_color',''),(1889,254,'tpath_body_bg_full','0'),(1890,254,'_thumbnail_id','295'),(1891,254,'tpath_post_views_count','8'),(1892,716,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1893,716,'_menu_item_type','post_type'),(1894,716,'_menu_item_menu_item_parent','711'),(1895,716,'_menu_item_object_id','129'),(1896,716,'_menu_item_object','page'),(1897,716,'_menu_item_target',''),(1898,716,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1899,256,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1900,256,'slide_template','default'),(1901,256,'tpath_theme_layout','default'),(1902,716,'_menu_item_xfn',''),(1903,256,'tpath_custom_logo_align','default'),(1904,256,'tpath_primary_sidebar','0'),(1905,256,'tpath_single_video_code',''),(1906,716,'_menu_item_tpath_megamenu_menutype','page'),(1907,256,'tpath_single_audio_code',''),(1908,256,'tpath_external_link_url',''),(1909,256,'tpath_body_bg_image',''),(1910,716,'_menu_item_tpath_megamenu_status','enabled'),(1911,256,'tpath_body_bg_repeat','default'),(1912,256,'tpath_body_bg_attachment','default'),(1913,256,'tpath_body_bg_color',''),(1914,716,'_menu_item_tpath_megamenu_columns','auto'),(1915,256,'tpath_body_bg_full','0'),(1916,256,'_thumbnail_id','296'),(1917,256,'tpath_post_views_count','9'),(1918,716,'_menu_item_tpath_megamenu_title',''),(1919,716,'_menu_item_tpath_megamenu_link',''),(1920,716,'_menu_item_tpath_megamenu_content',''),(1921,716,'_menu_item_tpath_megamenu_icon',''),(1922,716,'_menu_item_url',''),(1923,258,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1924,258,'slide_template',''),(1925,258,'tpath_theme_layout','default'),(1926,258,'tpath_custom_logo_align','default'),(1927,258,'tpath_primary_sidebar','0'),(1928,258,'tpath_single_video_code',''),(1929,258,'tpath_single_audio_code',''),(1930,258,'tpath_external_link_url',''),(1931,258,'tpath_body_bg_image',''),(1932,717,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1933,258,'tpath_body_bg_repeat','default'),(1934,258,'tpath_body_bg_attachment','default'),(1935,258,'tpath_body_bg_color',''),(1936,258,'tpath_body_bg_full','0'),(1937,258,'_thumbnail_id','297'),(1938,717,'_menu_item_type','post_type'),(1939,258,'tpath_post_views_count','9'),(1940,717,'_menu_item_menu_item_parent','711'),(1941,717,'_menu_item_object_id','117'),(1942,717,'_menu_item_object','page'),(1943,717,'_menu_item_target',''),(1944,717,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1945,717,'_menu_item_xfn',''),(1946,717,'_menu_item_tpath_megamenu_menutype','page'),(1947,717,'_menu_item_tpath_megamenu_status','enabled'),(1948,260,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1949,260,'slide_template','default'),(1950,717,'_menu_item_tpath_megamenu_columns','auto'),(1951,260,'tpath_theme_layout','default'),(1952,260,'tpath_custom_logo_align','default'),(1953,260,'tpath_primary_sidebar','0'),(1954,717,'_menu_item_tpath_megamenu_title',''),(1955,260,'tpath_single_video_code',''),(1956,260,'tpath_single_audio_code',''),(1957,260,'tpath_external_link_url',''),(1958,717,'_menu_item_tpath_megamenu_link',''),(1959,260,'tpath_body_bg_image',''),(1960,260,'tpath_body_bg_repeat','default'),(1961,260,'tpath_body_bg_attachment','default'),(1962,260,'tpath_body_bg_color',''),(1963,717,'_menu_item_tpath_megamenu_content',''),(1964,260,'tpath_body_bg_full','0'),(1965,717,'_menu_item_tpath_megamenu_icon',''),(1966,260,'_thumbnail_id','300'),(1967,260,'tpath_post_views_count','12'),(1968,717,'_menu_item_url',''),(1969,718,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1970,262,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1971,262,'slide_template',''),(1972,262,'tpath_theme_layout','default'),(1973,262,'tpath_custom_logo_align','default'),(1974,718,'_menu_item_type','post_type'),(1975,262,'tpath_primary_sidebar','0'),(1976,262,'tpath_single_video_code',''),(1977,262,'tpath_single_audio_code',''),(1978,718,'_menu_item_menu_item_parent','710'),(1979,262,'tpath_external_link_url',''),(1980,262,'tpath_body_bg_image',''),(1981,262,'tpath_body_bg_repeat','default'),(1982,262,'tpath_body_bg_attachment','default'),(1983,718,'_menu_item_object_id','513'),(1984,262,'tpath_body_bg_color',''),(1985,262,'tpath_body_bg_full','0'),(1986,718,'_menu_item_object','page'),(1987,262,'_thumbnail_id','301'),(1988,262,'tpath_post_views_count','13'),(1989,718,'_menu_item_target',''),(1990,718,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1991,718,'_menu_item_xfn',''),(1992,718,'_menu_item_tpath_megamenu_menutype','page'),(1993,718,'_menu_item_tpath_megamenu_status','enabled'),(1994,718,'_menu_item_tpath_megamenu_columns','auto'),(1995,264,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1996,718,'_menu_item_tpath_megamenu_title',''),(1997,264,'slide_template',''),(1998,264,'tpath_theme_layout','default'),(1999,264,'tpath_custom_logo_align','default'),(2000,718,'_menu_item_tpath_megamenu_link',''),(2001,264,'tpath_primary_sidebar','0'),(2002,264,'tpath_single_video_code',''),(2003,264,'tpath_single_audio_code',''),(2004,718,'_menu_item_tpath_megamenu_content',''),(2005,264,'tpath_external_link_url',''),(2006,264,'tpath_body_bg_image',''),(2007,264,'tpath_body_bg_repeat','default'),(2008,718,'_menu_item_tpath_megamenu_icon',''),(2009,264,'tpath_body_bg_attachment','default'),(2010,264,'tpath_body_bg_color',''),(2011,264,'tpath_body_bg_full','0'),(2012,718,'_menu_item_url',''),(2013,264,'_thumbnail_id','302'),(2014,264,'tpath_post_views_count','12'),(2015,266,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2016,266,'slide_template',''),(2017,266,'tpath_theme_layout','default'),(2018,266,'tpath_custom_logo_align','default'),(2019,266,'tpath_primary_sidebar','0'),(2020,266,'tpath_single_video_code',''),(2021,266,'tpath_single_audio_code',''),(2022,266,'tpath_external_link_url',''),(2023,266,'tpath_body_bg_image',''),(2024,266,'tpath_body_bg_repeat','default'),(2025,266,'tpath_body_bg_attachment','default'),(2026,266,'tpath_body_bg_color',''),(2027,266,'tpath_body_bg_full','0'),(2028,266,'_thumbnail_id','308'),(2029,266,'tpath_post_views_count','22'),(2030,268,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2031,268,'slide_template',''),(2032,268,'tpath_theme_layout','default'),(2033,268,'tpath_custom_logo_align','default'),(2034,268,'tpath_primary_sidebar','0'),(2035,268,'tpath_single_video_code',''),(2036,268,'tpath_single_audio_code',''),(2037,268,'tpath_external_link_url',''),(2038,268,'tpath_body_bg_image',''),(2039,268,'tpath_body_bg_repeat','default'),(2040,268,'tpath_body_bg_attachment','default'),(2041,268,'tpath_body_bg_color',''),(2042,268,'tpath_body_bg_full','0'),(2043,268,'_thumbnail_id','311'),(2044,268,'tpath_post_views_count','30'),(2045,342,'_wp_page_template','default'),(2046,342,'_wpb_vc_js_status','false'),(2047,342,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2048,342,'slide_template','default'),(2049,342,'tpath_theme_layout','default'),(2050,342,'tpath_custom_logo_align','default'),(2051,342,'tpath_show_page_title','yes'),(2052,342,'tpath_show_breadcrumbs','yes'),(2053,342,'tpath_page_header_image',''),(2054,342,'tpath_primary_sidebar','0'),(2055,342,'tpath_body_bg_image',''),(2056,342,'tpath_body_bg_repeat','default'),(2057,342,'tpath_body_bg_attachment','default'),(2058,342,'tpath_body_bg_color',''),(2059,342,'tpath_body_bg_full','0'),(2060,342,'tpath_revslider_shortcode',''),(2061,342,'tpath_section_header_status','show'),(2062,342,'tpath_section_title',''),(2063,342,'tpath_section_slogan',''),(2064,342,'tpath_section_padding_top',''),(2065,342,'tpath_section_padding_bottom',''),(2066,342,'tpath_section_header_padding',''),(2067,342,'tpath_section_title_color',''),(2068,342,'tpath_section_slogan_color',''),(2069,342,'tpath_section_text_color',''),(2070,342,'tpath_section_content_heading_color',''),(2071,342,'tpath_section_bg_color',''),(2072,342,'tpath_parallax_status','no'),(2073,342,'tpath_parallax_bg_image',''),(2074,342,'tpath_parallax_bg_repeat',''),(2075,342,'tpath_parallax_bg_attachment',''),(2076,342,'tpath_parallax_bg_postion',''),(2077,342,'tpath_parallax_bg_size',''),(2078,342,'tpath_parallax_bg_overlay','no'),(2079,342,'tpath_overlay_pattern_status','no'),(2080,342,'tpath_section_overlay_color',''),(2081,342,'tpath_overlay_color_opacity','0'),(2082,342,'tpath_parallax_additional_sections','Array'),(2083,342,'tpath_parallax_additional_sections_order',''),(2084,342,'vc_teaser','a:2:{s:4:\"data\";s:82:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2085,342,'tpath_layout','two-col-right'),(2086,349,'_thumbnail_id','351'),(2087,349,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2088,349,'slide_template','default'),(2089,349,'tpath_theme_layout','default'),(2090,349,'tpath_custom_logo_align','default'),(2091,349,'tpath_primary_sidebar','0'),(2092,349,'tpath_single_video_code',''),(2093,349,'tpath_single_audio_code',''),(2094,349,'tpath_external_link_url',''),(2095,349,'tpath_body_bg_image',''),(2096,349,'tpath_body_bg_repeat','default'),(2097,349,'tpath_body_bg_attachment','default'),(2098,349,'tpath_body_bg_color',''),(2099,349,'tpath_body_bg_full','0'),(2100,349,'tpath_post_views_count','79'),(2101,513,'_wp_page_template','template-fullwidth.php'),(2102,513,'_wpb_vc_js_status','true'),(2103,513,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2104,513,'slide_template','default'),(2105,513,'tpath_theme_layout','default'),(2106,513,'tpath_custom_logo_align','default'),(2107,513,'tpath_show_page_title','yes'),(2108,513,'tpath_show_breadcrumbs','yes'),(2109,513,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/services-header-bg.jpg'),(2110,513,'tpath_primary_sidebar','0'),(2111,513,'tpath_body_bg_image',''),(2112,513,'tpath_body_bg_repeat','default'),(2113,513,'tpath_body_bg_attachment','default'),(2114,513,'tpath_body_bg_color',''),(2115,513,'tpath_body_bg_full','0'),(2116,513,'tpath_revslider_shortcode',''),(2117,513,'tpath_section_header_status','show'),(2118,513,'tpath_section_title',''),(2119,513,'tpath_section_slogan',''),(2120,513,'tpath_section_padding_top',''),(2121,513,'tpath_section_padding_bottom',''),(2122,513,'tpath_section_header_padding',''),(2123,513,'tpath_section_title_color',''),(2124,513,'tpath_section_slogan_color',''),(2125,513,'tpath_section_text_color',''),(2126,513,'tpath_section_content_heading_color',''),(2127,513,'tpath_section_bg_color',''),(2128,513,'tpath_parallax_status','no'),(2129,513,'tpath_parallax_bg_image',''),(2130,513,'tpath_parallax_bg_repeat',''),(2131,513,'tpath_parallax_bg_attachment',''),(2132,513,'tpath_parallax_bg_postion',''),(2133,513,'tpath_parallax_bg_size',''),(2134,513,'tpath_parallax_bg_overlay','no'),(2135,513,'tpath_overlay_pattern_status','no'),(2136,513,'tpath_section_overlay_color',''),(2137,513,'tpath_overlay_color_opacity','0'),(2138,513,'tpath_parallax_additional_sections','Array'),(2139,513,'tpath_parallax_additional_sections_order',''),(2140,513,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2141,513,'_wpb_shortcodes_custom_css','.vc_custom_1436722266692{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553987408{margin-top: -30px !important;background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(2142,68,'_thumbnail_id','69'),(2143,68,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2144,68,'slide_template','default'),(2145,68,'tpath_client_url','#'),(2146,70,'_thumbnail_id','71'),(2147,70,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2148,70,'slide_template','default'),(2149,70,'tpath_client_url','#'),(2150,72,'_thumbnail_id','74'),(2151,72,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2152,72,'slide_template','default'),(2153,72,'tpath_client_url','#'),(2154,73,'_thumbnail_id','75'),(2155,73,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2156,73,'slide_template','default'),(2157,73,'tpath_client_url','#'),(2158,76,'_thumbnail_id','77'),(2159,76,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2160,76,'slide_template','default'),(2161,76,'tpath_client_url','#'),(2162,78,'_thumbnail_id','80'),(2163,78,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2164,78,'slide_template','default'),(2165,78,'tpath_client_url','#'),(2166,79,'_thumbnail_id','81'),(2167,79,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2168,79,'slide_template','default'),(2169,79,'tpath_client_url','#'),(2170,83,'_thumbnail_id','84'),(2171,83,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2172,83,'slide_template','default'),(2173,83,'tpath_client_url','#'),(2174,96,'_thumbnail_id','69'),(2175,96,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2176,96,'slide_template','default'),(2177,96,'tpath_client_url','#'),(2178,97,'_thumbnail_id','71'),(2179,97,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2180,97,'slide_template','default'),(2181,97,'tpath_client_url','#'),(2182,98,'_thumbnail_id','74'),(2183,98,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2184,98,'slide_template','default'),(2185,98,'tpath_client_url','#'),(2186,99,'_thumbnail_id','75'),(2187,99,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2188,99,'slide_template','default'),(2189,99,'tpath_client_url','#'),(2190,100,'_thumbnail_id','77'),(2191,100,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2192,100,'slide_template','default'),(2193,100,'tpath_client_url','#'),(2194,7,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2195,7,'slide_template','default'),(2196,7,'_thumbnail_id','174'),(2197,7,'tpath_portfolio_price','14.95$'),(2198,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2199,8,'slide_template','default'),(2200,8,'tpath_member_designation',''),(2201,8,'tpath_member_googleplus',''),(2202,8,'tpath_member_twitter',''),(2203,8,'tpath_member_blog',''),(2204,8,'tpath_member_dribbble',''),(2205,8,'tpath_member_facebook',''),(2206,8,'tpath_member_flickr',''),(2207,8,'tpath_member_linkedin',''),(2208,8,'tpath_member_yahoo',''),(2209,8,'tpath_member_email',''),(2210,8,'_thumbnail_id','789'),(2211,32,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2212,32,'slide_template','default'),(2213,32,'_thumbnail_id','176'),(2214,32,'tpath_portfolio_price','12.95$'),(2215,33,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2216,33,'slide_template','default'),(2217,33,'_thumbnail_id','175'),(2218,33,'tpath_portfolio_price','12.95$'),(2219,39,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2220,39,'slide_template','default'),(2221,39,'_thumbnail_id','178'),(2222,39,'tpath_portfolio_price','12.95$'),(2223,40,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2224,40,'slide_template','default'),(2225,40,'_thumbnail_id','177'),(2226,40,'tpath_portfolio_price','14.95$'),(2227,43,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2228,43,'slide_template','default'),(2229,43,'_thumbnail_id','179'),(2230,43,'tpath_portfolio_price','12.95$'),(2231,46,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2232,46,'slide_template','default'),(2233,46,'_thumbnail_id','180'),(2234,46,'tpath_portfolio_price','12.95$'),(2235,47,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2236,47,'slide_template','default'),(2237,47,'_thumbnail_id','181'),(2238,47,'tpath_portfolio_price','14.95$'),(2239,101,'_thumbnail_id','80'),(2240,101,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2241,101,'slide_template','default'),(2242,101,'tpath_client_url','#'),(2243,102,'_thumbnail_id','81'),(2244,102,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2245,102,'slide_template','default'),(2246,102,'tpath_client_url','#'),(2247,103,'_thumbnail_id','84'),(2248,103,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2249,103,'slide_template','default'),(2250,103,'tpath_client_url','#'),(2251,629,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2252,629,'slide_template','default'),(2253,629,'tpath_location','Shop 2, 31 Challis Ave Potts Point, Sydney'),(2254,629,'tpath_city','New South Wales'),(2255,629,'tpath_zip','2011'),(2256,629,'tpath_delivery','yes'),(2257,629,'_thumbnail_id','633'),(2258,634,'_thumbnail_id','638'),(2259,634,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2260,634,'slide_template','default'),(2261,634,'tpath_location','Hyatt Centre | 20 Terrace Road, Perth, Western Australia 6004, Australia'),(2262,634,'tpath_city','Western Australia'),(2263,634,'tpath_zip','6004'),(2264,634,'tpath_delivery','yes'),(2265,635,'_thumbnail_id','636'),(2266,635,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2267,635,'slide_template','default'),(2268,635,'tpath_location','37 Ultimo Rd, Entrance on Thomas Lane, Sydney, New South Wales 2000, Australia'),(2269,635,'tpath_city','New South Wales'),(2270,635,'tpath_zip','2000'),(2271,635,'tpath_delivery','yes'),(2272,637,'_thumbnail_id','639'),(2273,637,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2274,637,'slide_template','default'),(2275,637,'tpath_location','84 Galah Street, Longreach, Queensland 4730, Australia'),(2276,637,'tpath_city','Queensland'),(2277,637,'tpath_zip','4730'),(2278,637,'tpath_delivery','yes'),(2279,640,'_thumbnail_id','641'),(2280,640,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2281,640,'slide_template','default'),(2282,640,'tpath_location','19 Liverpool Street, Melbourne, Victoria 3000, Australia'),(2283,640,'tpath_city','Victoria'),(2284,640,'tpath_zip','3000'),(2285,640,'tpath_delivery','yes'),(2286,642,'_thumbnail_id','645'),(2287,642,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2288,642,'slide_template','default'),(2289,642,'tpath_location','41 Oxford Street | On the Hyde Park, Sydney, Australia'),(2290,642,'tpath_city','New South Wales'),(2291,642,'tpath_zip','2010'),(2292,642,'tpath_delivery','yes'),(2293,643,'_thumbnail_id','644'),(2294,643,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2295,643,'slide_template','default'),(2296,643,'tpath_location','Shop 1, 74-80 Ivy Street | Chippendale-Darlington, Australia'),(2297,643,'tpath_city','Sydney'),(2298,643,'tpath_zip','2008'),(2299,643,'tpath_delivery','yes'),(2300,646,'_thumbnail_id','647'),(2301,646,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2302,646,'slide_template','default'),(2303,646,'tpath_location','2 Market Street, Sydney, New South Wales 2000, Australia'),(2304,646,'tpath_city','New South Wales'),(2305,646,'tpath_zip','2000'),(2306,646,'tpath_delivery','yes'),(2307,10,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2308,10,'slide_template','default'),(2309,10,'tpath_member_designation',''),(2310,10,'tpath_member_googleplus',''),(2311,10,'tpath_member_twitter',''),(2312,10,'tpath_member_blog',''),(2313,10,'tpath_member_dribbble',''),(2314,10,'tpath_member_facebook',''),(2315,10,'tpath_member_flickr',''),(2316,10,'tpath_member_linkedin',''),(2317,10,'tpath_member_yahoo',''),(2318,10,'tpath_member_email',''),(2319,10,'_thumbnail_id','787'),(2320,12,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2321,12,'slide_template','default'),(2322,12,'tpath_member_designation',''),(2323,12,'tpath_member_googleplus',''),(2324,12,'tpath_member_twitter',''),(2325,12,'tpath_member_blog',''),(2326,12,'tpath_member_dribbble',''),(2327,12,'tpath_member_facebook',''),(2328,12,'tpath_member_flickr',''),(2329,12,'tpath_member_linkedin',''),(2330,12,'tpath_member_yahoo',''),(2331,12,'tpath_member_email',''),(2332,12,'_thumbnail_id','785'),(2333,14,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2334,14,'slide_template','default'),(2335,14,'tpath_member_designation',''),(2336,14,'tpath_member_googleplus',''),(2337,14,'tpath_member_twitter',''),(2338,14,'tpath_member_blog',''),(2339,14,'tpath_member_dribbble',''),(2340,14,'tpath_member_facebook',''),(2341,14,'tpath_member_flickr',''),(2342,14,'tpath_member_linkedin',''),(2343,14,'tpath_member_yahoo',''),(2344,14,'tpath_member_email',''),(2345,14,'_thumbnail_id','786'),(2346,21,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2347,21,'slide_template','default'),(2348,21,'tpath_author_designation',''),(2349,21,'tpath_author_company_name',''),(2350,21,'tpath_author_company_url',''),(2351,21,'_thumbnail_id','171'),(2352,21,'tpath_post_item_rating','5'),(2353,26,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2354,26,'slide_template','default'),(2355,26,'tpath_author_designation',''),(2356,26,'tpath_author_company_name',''),(2357,26,'tpath_author_company_url',''),(2358,26,'_thumbnail_id','172'),(2359,26,'tpath_post_item_rating','5'),(2360,28,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2361,28,'slide_template','default'),(2362,28,'tpath_author_designation',''),(2363,28,'tpath_author_company_name',''),(2364,28,'tpath_author_company_url',''),(2365,28,'_thumbnail_id','173'),(2366,28,'tpath_post_item_rating','5'),(2367,617,'_thumbnail_id','173'),(2368,617,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2369,617,'slide_template','default'),(2370,617,'tpath_author_designation',''),(2371,617,'tpath_author_company_name',''),(2372,617,'tpath_author_company_url',''),(2373,617,'tpath_post_item_rating','5'),(2374,618,'_thumbnail_id','172'),(2375,618,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2376,618,'slide_template','default'),(2377,618,'tpath_author_designation',''),(2378,618,'tpath_author_company_name',''),(2379,618,'tpath_author_company_url',''),(2380,618,'tpath_post_item_rating','5'),(2381,619,'tpath_post_item_rating','5'),(2382,619,'_thumbnail_id','171'),(2383,619,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2384,619,'slide_template','default'),(2385,619,'tpath_author_designation',''),(2386,619,'tpath_author_company_name',''),(2387,619,'tpath_author_company_url',''),(2388,719,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2389,719,'_menu_item_type','post_type'),(2390,719,'_menu_item_menu_item_parent','688'),(2391,719,'_menu_item_object_id','131'),(2392,719,'_menu_item_object','page'),(2393,719,'_menu_item_target',''),(2394,719,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2395,719,'_menu_item_xfn',''),(2396,719,'_menu_item_tpath_megamenu_menutype','page'),(2397,719,'_menu_item_tpath_megamenu_status','enabled'),(2398,719,'_menu_item_tpath_megamenu_columns','auto'),(2399,719,'_menu_item_tpath_megamenu_title',''),(2400,719,'_menu_item_tpath_megamenu_link',''),(2401,719,'_menu_item_tpath_megamenu_content',''),(2402,719,'_menu_item_tpath_megamenu_icon',''),(2403,719,'_menu_item_url',''),(2404,720,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2405,720,'_menu_item_type','post_type'),(2406,720,'_menu_item_menu_item_parent','690'),(2407,720,'_menu_item_object_id','238'),(2408,720,'_menu_item_object','page'),(2409,720,'_menu_item_target',''),(2410,720,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2411,720,'_menu_item_xfn',''),(2412,720,'_menu_item_tpath_megamenu_menutype','page'),(2413,720,'_menu_item_tpath_megamenu_status','enabled'),(2414,720,'_menu_item_tpath_megamenu_columns','auto'),(2415,720,'_menu_item_tpath_megamenu_title',''),(2416,720,'_menu_item_tpath_megamenu_link',''),(2417,720,'_menu_item_tpath_megamenu_content',''),(2418,720,'_menu_item_tpath_megamenu_icon',''),(2419,720,'_menu_item_url',''),(2420,721,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2421,721,'_menu_item_type','post_type'),(2422,721,'_menu_item_menu_item_parent','0'),(2423,721,'_menu_item_object_id','342'),(2424,721,'_menu_item_object','page'),(2425,721,'_menu_item_target',''),(2426,721,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2427,721,'_menu_item_xfn',''),(2428,721,'_menu_item_tpath_megamenu_menutype','page'),(2429,721,'_menu_item_tpath_megamenu_status','enabled'),(2430,721,'_menu_item_tpath_megamenu_columns','auto'),(2431,721,'_menu_item_tpath_megamenu_title',''),(2432,721,'_menu_item_tpath_megamenu_link',''),(2433,721,'_menu_item_tpath_megamenu_content',''),(2434,721,'_menu_item_tpath_megamenu_icon',''),(2435,721,'_menu_item_url',''),(2436,722,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2437,722,'_menu_item_type','post_type'),(2438,722,'_menu_item_menu_item_parent','688'),(2439,722,'_menu_item_object_id','210'),(2440,722,'_menu_item_object','page'),(2441,722,'_menu_item_target',''),(2442,722,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2443,722,'_menu_item_xfn',''),(2444,722,'_menu_item_tpath_megamenu_menutype','page'),(2445,722,'_menu_item_tpath_megamenu_status','enabled'),(2446,722,'_menu_item_tpath_megamenu_columns','auto'),(2447,722,'_menu_item_tpath_megamenu_title',''),(2448,722,'_menu_item_tpath_megamenu_link',''),(2449,722,'_menu_item_tpath_megamenu_content',''),(2450,722,'_menu_item_tpath_megamenu_icon',''),(2451,722,'_menu_item_url',''),(2452,723,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2453,723,'_menu_item_type','post_type'),(2454,723,'_menu_item_menu_item_parent','691'),(2455,723,'_menu_item_object_id','129'),(2456,723,'_menu_item_object','page'),(2457,723,'_menu_item_target',''),(2458,723,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2459,723,'_menu_item_xfn',''),(2460,723,'_menu_item_tpath_megamenu_menutype','page'),(2461,723,'_menu_item_tpath_megamenu_status','enabled'),(2462,723,'_menu_item_tpath_megamenu_columns','auto'),(2463,723,'_menu_item_tpath_megamenu_title',''),(2464,723,'_menu_item_tpath_megamenu_link',''),(2465,723,'_menu_item_tpath_megamenu_content',''),(2466,723,'_menu_item_tpath_megamenu_icon',''),(2467,723,'_menu_item_url',''),(2468,724,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2469,724,'_menu_item_type','post_type'),(2470,724,'_menu_item_menu_item_parent','691'),(2471,724,'_menu_item_object_id','117'),(2472,724,'_menu_item_object','page'),(2473,724,'_menu_item_target',''),(2474,724,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2475,724,'_menu_item_xfn',''),(2476,724,'_menu_item_tpath_megamenu_menutype','page'),(2477,724,'_menu_item_tpath_megamenu_status','enabled'),(2478,724,'_menu_item_tpath_megamenu_columns','auto'),(2479,724,'_menu_item_tpath_megamenu_title',''),(2480,724,'_menu_item_tpath_megamenu_link',''),(2481,724,'_menu_item_tpath_megamenu_content',''),(2482,724,'_menu_item_tpath_megamenu_icon',''),(2483,724,'_menu_item_url',''),(2484,725,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2485,725,'_menu_item_type','post_type'),(2486,725,'_menu_item_menu_item_parent','690'),(2487,725,'_menu_item_object_id','513'),(2488,725,'_menu_item_object','page'),(2489,725,'_menu_item_target',''),(2490,725,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2491,725,'_menu_item_xfn',''),(2492,725,'_menu_item_tpath_megamenu_menutype','page'),(2493,725,'_menu_item_tpath_megamenu_status','enabled'),(2494,725,'_menu_item_tpath_megamenu_columns','auto'),(2495,725,'_menu_item_tpath_megamenu_title',''),(2496,725,'_menu_item_tpath_megamenu_link',''),(2497,725,'_menu_item_tpath_megamenu_content',''),(2498,725,'_menu_item_tpath_megamenu_icon',''),(2499,725,'_menu_item_url',''),(2500,1,'tpath_post_views_count','0'),(2501,574,'_wp_attachment_image_alt','Fish & Chips'),(2502,575,'_wp_attachment_image_alt','Salads & Antipasto'),(2503,577,'_wp_attachment_image_alt','Quality Meat'),(2504,579,'_wp_attachment_image_alt','Best Wines'),(2505,580,'_wp_attachment_image_alt','Hot Spices'),(2506,581,'_wp_attachment_image_alt','Delicious Beef'),(2507,6,'_wp_page_template','template-fullwidth.php'),(2508,6,'_wpb_vc_js_status','true'),(2509,6,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2510,6,'_wpb_shortcodes_custom_css','.vc_custom_1436465016595{padding-top: 10px !important;padding-bottom: 10px !important;}.vc_custom_1436464141246{padding-top: 210px !important;padding-bottom: 210px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-1.jpg?id=35) !important;}.vc_custom_1436465354008{padding-top: 30px !important;padding-bottom: 30px !important;}'),(2511,6,'slide_template','default'),(2512,6,'tpath_theme_layout','default'),(2513,6,'tpath_custom_logo_align','default'),(2514,6,'tpath_show_page_title','no'),(2515,6,'tpath_show_breadcrumbs','no'),(2516,6,'tpath_page_header_image',''),(2517,6,'tpath_primary_sidebar','0'),(2518,6,'tpath_body_bg_image',''),(2519,6,'tpath_body_bg_repeat','default'),(2520,6,'tpath_body_bg_attachment','default'),(2521,6,'tpath_body_bg_color',''),(2522,6,'tpath_body_bg_full','0'),(2523,6,'tpath_revslider_shortcode','[rev_slider homeslider]'),(2524,6,'tpath_section_header_status','show'),(2525,6,'tpath_section_title',''),(2526,6,'tpath_section_slogan',''),(2527,6,'tpath_section_padding_top',''),(2528,6,'tpath_section_padding_bottom',''),(2529,6,'tpath_section_header_padding',''),(2530,6,'tpath_section_title_color',''),(2531,6,'tpath_section_slogan_color',''),(2532,6,'tpath_section_text_color',''),(2533,6,'tpath_section_content_heading_color',''),(2534,6,'tpath_section_bg_color',''),(2535,6,'tpath_parallax_status','no'),(2536,6,'tpath_parallax_bg_image',''),(2537,6,'tpath_parallax_bg_repeat',''),(2538,6,'tpath_parallax_bg_attachment',''),(2539,6,'tpath_parallax_bg_postion',''),(2540,6,'tpath_parallax_bg_size',''),(2541,6,'tpath_parallax_bg_overlay','no'),(2542,6,'tpath_overlay_pattern_status','no'),(2543,6,'tpath_section_overlay_color',''),(2544,6,'tpath_overlay_color_opacity','0'),(2545,6,'tpath_parallax_additional_sections','Array'),(2546,6,'tpath_parallax_additional_sections_order',''),(2547,6,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2548,51,'_wp_page_template','default'),(2549,51,'_wpb_vc_js_status','true'),(2550,51,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2551,51,'slide_template','default'),(2552,51,'tpath_theme_layout','default'),(2553,51,'tpath_custom_logo_align','default'),(2554,51,'tpath_show_page_title','yes'),(2555,51,'tpath_show_breadcrumbs','yes'),(2556,51,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/gallery_heading_bg.jpg'),(2557,51,'tpath_primary_sidebar','0'),(2558,51,'tpath_body_bg_image',''),(2559,51,'tpath_body_bg_repeat','default'),(2560,51,'tpath_body_bg_attachment','default'),(2561,51,'tpath_body_bg_color',''),(2562,51,'tpath_body_bg_full','0'),(2563,51,'tpath_revslider_shortcode',''),(2564,51,'tpath_section_header_status','show'),(2565,51,'tpath_section_title',''),(2566,51,'tpath_section_slogan',''),(2567,51,'tpath_section_padding_top',''),(2568,51,'tpath_section_padding_bottom',''),(2569,51,'tpath_section_header_padding',''),(2570,51,'tpath_section_title_color',''),(2571,51,'tpath_section_slogan_color',''),(2572,51,'tpath_section_text_color',''),(2573,51,'tpath_section_content_heading_color',''),(2574,51,'tpath_section_bg_color',''),(2575,51,'tpath_parallax_status','no'),(2576,51,'tpath_parallax_bg_image',''),(2577,51,'tpath_parallax_bg_repeat',''),(2578,51,'tpath_parallax_bg_attachment',''),(2579,51,'tpath_parallax_bg_postion',''),(2580,51,'tpath_parallax_bg_size',''),(2581,51,'tpath_parallax_bg_overlay','no'),(2582,51,'tpath_overlay_pattern_status','no'),(2583,51,'tpath_section_overlay_color',''),(2584,51,'tpath_overlay_color_opacity','0'),(2585,51,'tpath_parallax_additional_sections','Array'),(2586,51,'tpath_parallax_additional_sections_order',''),(2587,51,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2588,59,'_wp_page_template','default'),(2589,59,'_wpb_vc_js_status','true'),(2590,59,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2591,59,'slide_template','default'),(2592,59,'tpath_theme_layout','default'),(2593,59,'tpath_custom_logo_align','default'),(2594,59,'tpath_show_page_title','yes'),(2595,59,'tpath_show_breadcrumbs','yes'),(2596,59,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(2597,59,'tpath_primary_sidebar','0'),(2598,59,'tpath_body_bg_image',''),(2599,59,'tpath_body_bg_repeat','default'),(2600,59,'tpath_body_bg_attachment','default'),(2601,59,'tpath_body_bg_color',''),(2602,59,'tpath_body_bg_full','0'),(2603,59,'tpath_revslider_shortcode',''),(2604,59,'tpath_section_header_status','show'),(2605,59,'tpath_section_title',''),(2606,59,'tpath_section_slogan',''),(2607,59,'tpath_section_padding_top',''),(2608,59,'tpath_section_padding_bottom',''),(2609,59,'tpath_section_header_padding',''),(2610,59,'tpath_section_title_color',''),(2611,59,'tpath_section_slogan_color',''),(2612,59,'tpath_section_text_color',''),(2613,59,'tpath_section_content_heading_color',''),(2614,59,'tpath_section_bg_color',''),(2615,59,'tpath_parallax_status','no'),(2616,59,'tpath_parallax_bg_image',''),(2617,59,'tpath_parallax_bg_repeat',''),(2618,59,'tpath_parallax_bg_attachment',''),(2619,59,'tpath_parallax_bg_postion',''),(2620,59,'tpath_parallax_bg_size',''),(2621,59,'tpath_parallax_bg_overlay','no'),(2622,59,'tpath_overlay_pattern_status','no'),(2623,59,'tpath_section_overlay_color',''),(2624,59,'tpath_overlay_color_opacity','0'),(2625,59,'tpath_parallax_additional_sections','Array'),(2626,59,'tpath_parallax_additional_sections_order',''),(2627,59,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2628,59,'_wpb_shortcodes_custom_css','.vc_custom_1432580394514{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #e6e6e6 !important;}.vc_custom_1433009413573{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433009424037{padding-top: 30px !important;}.vc_custom_1431795958680{background-color: #e6e6e6 !important;}.vc_custom_1432612591931{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1432491055226{margin-top: 20px !important;}.vc_custom_1433111223136{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1432579817315{margin-bottom: 25px !important;}'),(2629,118,'_wp_page_template','template-fullwidth.php'),(2630,118,'_wpb_vc_js_status','true'),(2631,118,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2632,118,'slide_template','default'),(2633,118,'tpath_theme_layout','default'),(2634,118,'tpath_custom_logo_align','default'),(2635,118,'tpath_show_page_title','yes'),(2636,118,'tpath_show_breadcrumbs','yes'),(2637,118,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(2638,118,'tpath_primary_sidebar','0'),(2639,118,'tpath_body_bg_image',''),(2640,118,'tpath_body_bg_repeat','default'),(2641,118,'tpath_body_bg_attachment','default'),(2642,118,'tpath_body_bg_color',''),(2643,118,'tpath_body_bg_full','0'),(2644,118,'tpath_revslider_shortcode',''),(2645,118,'tpath_section_header_status','show'),(2646,118,'tpath_section_title',''),(2647,118,'tpath_section_slogan',''),(2648,118,'tpath_section_padding_top',''),(2649,118,'tpath_section_padding_bottom',''),(2650,118,'tpath_section_header_padding',''),(2651,118,'tpath_section_title_color',''),(2652,118,'tpath_section_slogan_color',''),(2653,118,'tpath_section_text_color',''),(2654,118,'tpath_section_content_heading_color',''),(2655,118,'tpath_section_bg_color',''),(2656,118,'tpath_parallax_status','no'),(2657,118,'tpath_parallax_bg_image',''),(2658,118,'tpath_parallax_bg_repeat',''),(2659,118,'tpath_parallax_bg_attachment',''),(2660,118,'tpath_parallax_bg_postion',''),(2661,118,'tpath_parallax_bg_size',''),(2662,118,'tpath_parallax_bg_overlay','no'),(2663,118,'tpath_overlay_pattern_status','no'),(2664,118,'tpath_section_overlay_color',''),(2665,118,'tpath_overlay_color_opacity','0'),(2666,118,'tpath_parallax_additional_sections','Array'),(2667,118,'tpath_parallax_additional_sections_order',''),(2668,118,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2669,118,'_wpb_shortcodes_custom_css','.vc_custom_1436554249992{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436468468804{background-color: #e6e6e6 !important;}.vc_custom_1436468482026{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}'),(2670,726,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2671,726,'_menu_item_type','post_type'),(2672,726,'_menu_item_menu_item_parent','0'),(2673,726,'_menu_item_object_id','59'),(2674,726,'_menu_item_object','page'),(2675,726,'_menu_item_target',''),(2676,726,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2677,726,'_menu_item_xfn',''),(2678,726,'_menu_item_tpath_megamenu_menutype','page'),(2679,726,'_menu_item_tpath_megamenu_status',''),(2680,726,'_menu_item_tpath_megamenu_columns','auto'),(2681,726,'_menu_item_tpath_megamenu_title',''),(2682,726,'_menu_item_tpath_megamenu_link',''),(2683,726,'_menu_item_tpath_megamenu_content',''),(2684,726,'_menu_item_tpath_megamenu_icon',''),(2685,726,'_menu_item_url',''),(2686,727,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2687,727,'_menu_item_type','post_type'),(2688,727,'_menu_item_menu_item_parent','732'),(2689,727,'_menu_item_object_id','6'),(2690,727,'_menu_item_object','page'),(2691,727,'_menu_item_target',''),(2692,727,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2693,727,'_menu_item_xfn',''),(2694,727,'_menu_item_tpath_megamenu_menutype','page'),(2695,727,'_menu_item_tpath_megamenu_status','enabled'),(2696,727,'_menu_item_tpath_megamenu_columns','auto'),(2697,727,'_menu_item_tpath_megamenu_title',''),(2698,727,'_menu_item_tpath_megamenu_link',''),(2699,727,'_menu_item_tpath_megamenu_content',''),(2700,727,'_menu_item_tpath_megamenu_icon',''),(2701,727,'_menu_item_url',''),(2702,728,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2703,728,'_menu_item_type','post_type'),(2704,728,'_menu_item_menu_item_parent','0'),(2705,728,'_menu_item_object_id','118'),(2706,728,'_menu_item_object','page'),(2707,728,'_menu_item_target',''),(2708,728,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2709,728,'_menu_item_xfn',''),(2710,728,'_menu_item_tpath_megamenu_menutype','page'),(2711,728,'_menu_item_tpath_megamenu_status',''),(2712,728,'_menu_item_tpath_megamenu_columns','auto'),(2713,728,'_menu_item_tpath_megamenu_title',''),(2714,728,'_menu_item_tpath_megamenu_link',''),(2715,728,'_menu_item_tpath_megamenu_content',''),(2716,728,'_menu_item_tpath_megamenu_icon',''),(2717,728,'_menu_item_url',''),(2718,729,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2719,729,'_menu_item_type','post_type'),(2720,729,'_menu_item_menu_item_parent','0'),(2721,729,'_menu_item_object_id','51'),(2722,729,'_menu_item_object','page'),(2723,729,'_menu_item_target',''),(2724,729,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2725,729,'_menu_item_xfn',''),(2726,729,'_menu_item_tpath_megamenu_menutype','page'),(2727,729,'_menu_item_tpath_megamenu_status',''),(2728,729,'_menu_item_tpath_megamenu_columns','auto'),(2729,729,'_menu_item_tpath_megamenu_title',''),(2730,729,'_menu_item_tpath_megamenu_link',''),(2731,729,'_menu_item_tpath_megamenu_content',''),(2732,729,'_menu_item_tpath_megamenu_icon',''),(2733,729,'_menu_item_url',''),(2734,730,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2735,730,'_menu_item_type','custom'),(2736,730,'_menu_item_menu_item_parent','0'),(2737,730,'_menu_item_object_id','730'),(2738,730,'_menu_item_object','custom'),(2739,730,'_menu_item_target',''),(2740,730,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2741,730,'_menu_item_xfn',''),(2742,730,'_menu_item_tpath_megamenu_menutype','page'),(2743,730,'_menu_item_tpath_megamenu_status',''),(2744,730,'_menu_item_tpath_megamenu_columns','auto'),(2745,730,'_menu_item_tpath_megamenu_title',''),(2746,730,'_menu_item_tpath_megamenu_link',''),(2747,730,'_menu_item_tpath_megamenu_content',''),(2748,730,'_menu_item_tpath_megamenu_icon',''),(2749,730,'_menu_item_url','#'),(2750,731,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2751,731,'_menu_item_type','custom'),(2752,731,'_menu_item_menu_item_parent','0'),(2753,731,'_menu_item_object_id','731'),(2754,731,'_menu_item_object','custom'),(2755,731,'_menu_item_target',''),(2756,731,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2757,731,'_menu_item_xfn',''),(2758,731,'_menu_item_tpath_megamenu_menutype','page'),(2759,731,'_menu_item_tpath_megamenu_status','enabled'),(2760,731,'_menu_item_tpath_megamenu_columns','auto'),(2761,731,'_menu_item_tpath_megamenu_title',''),(2762,731,'_menu_item_tpath_megamenu_link',''),(2763,731,'_menu_item_tpath_megamenu_content',''),(2764,731,'_menu_item_tpath_megamenu_icon',''),(2765,731,'_menu_item_url','#'),(2766,732,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2767,732,'_menu_item_type','custom'),(2768,732,'_menu_item_menu_item_parent','0'),(2769,732,'_menu_item_object_id','732'),(2770,732,'_menu_item_object','custom'),(2771,732,'_menu_item_target',''),(2772,732,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2773,732,'_menu_item_xfn',''),(2774,732,'_menu_item_tpath_megamenu_menutype','page'),(2775,732,'_menu_item_tpath_megamenu_status',''),(2776,732,'_menu_item_tpath_megamenu_columns','auto'),(2777,732,'_menu_item_tpath_megamenu_title',''),(2778,732,'_menu_item_tpath_megamenu_link',''),(2779,732,'_menu_item_tpath_megamenu_content',''),(2780,732,'_menu_item_tpath_megamenu_icon',''),(2781,732,'_menu_item_url','#'),(2782,117,'_wp_page_template','template-fullwidth.php'),(2783,117,'_wpb_vc_js_status','true'),(2784,117,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2785,117,'slide_template','default'),(2786,117,'tpath_theme_layout','default'),(2787,117,'tpath_custom_logo_align','default'),(2788,117,'tpath_show_page_title','no'),(2789,117,'tpath_show_breadcrumbs','no'),(2790,117,'tpath_page_header_image',''),(2791,117,'tpath_primary_sidebar','0'),(2792,117,'tpath_body_bg_image',''),(2793,117,'tpath_body_bg_repeat','default'),(2794,117,'tpath_body_bg_attachment','default'),(2795,117,'tpath_body_bg_color',''),(2796,117,'tpath_body_bg_full','0'),(2797,117,'tpath_revslider_shortcode','[rev_slider homeslider]'),(2798,117,'tpath_section_header_status','show'),(2799,117,'tpath_section_title',''),(2800,117,'tpath_section_slogan',''),(2801,117,'tpath_section_padding_top',''),(2802,117,'tpath_section_padding_bottom',''),(2803,117,'tpath_section_header_padding',''),(2804,117,'tpath_section_title_color',''),(2805,117,'tpath_section_slogan_color',''),(2806,117,'tpath_section_text_color',''),(2807,117,'tpath_section_content_heading_color',''),(2808,117,'tpath_section_bg_color',''),(2809,117,'tpath_parallax_status','no'),(2810,117,'tpath_parallax_bg_image',''),(2811,117,'tpath_parallax_bg_repeat',''),(2812,117,'tpath_parallax_bg_attachment',''),(2813,117,'tpath_parallax_bg_postion',''),(2814,117,'tpath_parallax_bg_size',''),(2815,117,'tpath_parallax_bg_overlay','no'),(2816,117,'tpath_overlay_pattern_status','no'),(2817,117,'tpath_section_overlay_color',''),(2818,117,'tpath_overlay_color_opacity','0'),(2819,117,'tpath_parallax_additional_sections','Array'),(2820,117,'tpath_parallax_additional_sections_order',''),(2821,117,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2822,117,'_wpb_shortcodes_custom_css','.vc_custom_1436464686574{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553352651{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436464562165{background-color: #e6e6e6 !important;}.vc_custom_1436464594841{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1433110853697{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433110871213{padding-left: 50px !important;}'),(2823,117,'_oembed_af67770c00c87d50aacfc8b9f246d26f','{{unknown}}'),(2824,129,'_wp_page_template','template-fullwidth.php'),(2825,129,'_wpb_vc_js_status','false'),(2826,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2827,129,'slide_template','default'),(2828,129,'tpath_theme_layout','default'),(2829,129,'tpath_custom_logo_align','default'),(2830,129,'tpath_show_page_title','no'),(2831,129,'tpath_show_breadcrumbs','no'),(2832,129,'tpath_page_header_image',''),(2833,129,'tpath_primary_sidebar','0'),(2834,129,'tpath_body_bg_image',''),(2835,129,'tpath_body_bg_repeat','default'),(2836,129,'tpath_body_bg_attachment','default'),(2837,129,'tpath_body_bg_color',''),(2838,129,'tpath_body_bg_full','0'),(2839,129,'tpath_revslider_shortcode','[rev_slider alias=\"BandSlider\"]'),(2840,129,'tpath_section_header_status','show'),(2841,129,'tpath_section_title',''),(2842,129,'tpath_section_slogan',''),(2843,129,'tpath_section_padding_top',''),(2844,129,'tpath_section_padding_bottom',''),(2845,129,'tpath_section_header_padding',''),(2846,129,'tpath_section_title_color',''),(2847,129,'tpath_section_slogan_color',''),(2848,129,'tpath_section_text_color',''),(2849,129,'tpath_section_content_heading_color',''),(2850,129,'tpath_section_bg_color',''),(2851,129,'tpath_parallax_status','no'),(2852,129,'tpath_parallax_bg_image',''),(2853,129,'tpath_parallax_bg_repeat',''),(2854,129,'tpath_parallax_bg_attachment',''),(2855,129,'tpath_parallax_bg_postion',''),(2856,129,'tpath_parallax_bg_size',''),(2857,129,'tpath_parallax_bg_overlay','no'),(2858,129,'tpath_overlay_pattern_status','no'),(2859,129,'tpath_section_overlay_color',''),(2860,129,'tpath_overlay_color_opacity','0'),(2861,129,'tpath_parallax_additional_sections','Array'),(2862,129,'tpath_parallax_additional_sections_order',''),(2863,129,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2864,129,'_wpb_shortcodes_custom_css','.vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}'),(2865,131,'_wp_page_template','template-fullwidth.php'),(2866,131,'_wpb_vc_js_status','true'),(2867,131,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2868,131,'slide_template','default'),(2869,131,'tpath_theme_layout','default'),(2870,131,'tpath_custom_logo_align','default'),(2871,131,'tpath_show_page_title','yes'),(2872,131,'tpath_show_breadcrumbs','yes'),(2873,131,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(2874,131,'tpath_primary_sidebar','0'),(2875,131,'tpath_body_bg_image',''),(2876,131,'tpath_body_bg_repeat','default'),(2877,131,'tpath_body_bg_attachment','default'),(2878,131,'tpath_body_bg_color',''),(2879,131,'tpath_body_bg_full','0'),(2880,131,'tpath_revslider_shortcode',''),(2881,131,'tpath_section_header_status','show'),(2882,131,'tpath_section_title',''),(2883,131,'tpath_section_slogan',''),(2884,131,'tpath_section_padding_top',''),(2885,131,'tpath_section_padding_bottom',''),(2886,131,'tpath_section_header_padding',''),(2887,131,'tpath_section_title_color',''),(2888,131,'tpath_section_slogan_color',''),(2889,131,'tpath_section_text_color',''),(2890,131,'tpath_section_content_heading_color',''),(2891,131,'tpath_section_bg_color',''),(2892,131,'tpath_parallax_status','no'),(2893,131,'tpath_parallax_bg_image',''),(2894,131,'tpath_parallax_bg_repeat',''),(2895,131,'tpath_parallax_bg_attachment',''),(2896,131,'tpath_parallax_bg_postion',''),(2897,131,'tpath_parallax_bg_size',''),(2898,131,'tpath_parallax_bg_overlay','no'),(2899,131,'tpath_overlay_pattern_status','no'),(2900,131,'tpath_section_overlay_color',''),(2901,131,'tpath_overlay_color_opacity','0'),(2902,131,'tpath_parallax_additional_sections','Array'),(2903,131,'tpath_parallax_additional_sections_order',''),(2904,131,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2905,131,'_wpb_shortcodes_custom_css','.vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}'),(2906,210,'_wp_page_template','template-fullwidth.php'),(2907,210,'_wpb_vc_js_status','true'),(2908,210,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2909,210,'slide_template','default'),(2910,210,'tpath_theme_layout','default'),(2911,210,'tpath_custom_logo_align','default'),(2912,210,'tpath_show_page_title','yes'),(2913,210,'tpath_show_breadcrumbs','yes'),(2914,210,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(2915,210,'tpath_primary_sidebar','0'),(2916,210,'tpath_body_bg_image',''),(2917,210,'tpath_body_bg_repeat','default'),(2918,210,'tpath_body_bg_attachment','default'),(2919,210,'tpath_body_bg_color',''),(2920,210,'tpath_body_bg_full','0'),(2921,210,'tpath_revslider_shortcode',''),(2922,210,'tpath_section_header_status','show'),(2923,210,'tpath_section_title',''),(2924,210,'tpath_section_slogan',''),(2925,210,'tpath_section_padding_top',''),(2926,210,'tpath_section_padding_bottom',''),(2927,210,'tpath_section_header_padding',''),(2928,210,'tpath_section_title_color',''),(2929,210,'tpath_section_slogan_color',''),(2930,210,'tpath_section_text_color',''),(2931,210,'tpath_section_content_heading_color',''),(2932,210,'tpath_section_bg_color',''),(2933,210,'tpath_parallax_status','no'),(2934,210,'tpath_parallax_bg_image',''),(2935,210,'tpath_parallax_bg_repeat',''),(2936,210,'tpath_parallax_bg_attachment',''),(2937,210,'tpath_parallax_bg_postion',''),(2938,210,'tpath_parallax_bg_size',''),(2939,210,'tpath_parallax_bg_overlay','no'),(2940,210,'tpath_overlay_pattern_status','no'),(2941,210,'tpath_section_overlay_color',''),(2942,210,'tpath_overlay_color_opacity','0'),(2943,210,'tpath_parallax_additional_sections','Array'),(2944,210,'tpath_parallax_additional_sections_order',''),(2945,210,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2946,210,'_wpb_shortcodes_custom_css','.vc_custom_1436469013277{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433110706750{padding-bottom: 15px !important;}'),(2947,220,'_wp_page_template','template-fullwidth.php'),(2948,220,'_wpb_vc_js_status','true'),(2949,220,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(2950,220,'slide_template','default'),(2951,220,'tpath_theme_layout','default'),(2952,220,'tpath_custom_logo_align','left'),(2953,220,'tpath_show_page_title','yes'),(2954,220,'tpath_show_breadcrumbs','yes'),(2955,220,'tpath_page_header_image',''),(2956,220,'tpath_primary_sidebar','0'),(2957,220,'tpath_body_bg_image',''),(2958,220,'tpath_body_bg_repeat','default'),(2959,220,'tpath_body_bg_attachment','default'),(2960,220,'tpath_body_bg_color',''),(2961,220,'tpath_body_bg_full','0'),(2962,220,'tpath_revslider_shortcode',''),(2963,220,'tpath_section_header_status','show'),(2964,220,'tpath_section_title',''),(2965,220,'tpath_section_slogan',''),(2966,220,'tpath_section_padding_top',''),(2967,220,'tpath_section_padding_bottom',''),(2968,220,'tpath_section_header_padding',''),(2969,220,'tpath_section_title_color',''),(2970,220,'tpath_section_slogan_color',''),(2971,220,'tpath_section_text_color',''),(2972,220,'tpath_section_content_heading_color',''),(2973,220,'tpath_section_bg_color',''),(2974,220,'tpath_parallax_status','no'),(2975,220,'tpath_parallax_bg_image',''),(2976,220,'tpath_parallax_bg_repeat',''),(2977,220,'tpath_parallax_bg_attachment',''),(2978,220,'tpath_parallax_bg_postion',''),(2979,220,'tpath_parallax_bg_size',''),(2980,220,'tpath_parallax_bg_overlay','no'),(2981,220,'tpath_overlay_pattern_status','no'),(2982,220,'tpath_section_overlay_color',''),(2983,220,'tpath_overlay_color_opacity','0'),(2984,220,'tpath_parallax_additional_sections','Array'),(2985,220,'tpath_parallax_additional_sections_order',''),(2986,220,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2987,220,'_wpb_shortcodes_custom_css','.vc_custom_1432492657292{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(2988,238,'_wp_page_template','template-fullwidth.php'),(2989,238,'_wpb_vc_js_status','true'),(2990,238,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2991,238,'slide_template','default'),(2992,238,'tpath_theme_layout','default'),(2993,238,'tpath_custom_logo_align','default'),(2994,238,'tpath_show_page_title','yes'),(2995,238,'tpath_show_breadcrumbs','yes'),(2996,238,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/services-header-bg.jpg'),(2997,238,'tpath_primary_sidebar','0'),(2998,238,'tpath_body_bg_image',''),(2999,238,'tpath_body_bg_repeat','default'),(3000,238,'tpath_body_bg_attachment','default'),(3001,238,'tpath_body_bg_color',''),(3002,238,'tpath_body_bg_full','0'),(3003,238,'tpath_revslider_shortcode',''),(3004,238,'tpath_section_header_status','show'),(3005,238,'tpath_section_title',''),(3006,238,'tpath_section_slogan',''),(3007,238,'tpath_section_padding_top',''),(3008,238,'tpath_section_padding_bottom',''),(3009,238,'tpath_section_header_padding',''),(3010,238,'tpath_section_title_color',''),(3011,238,'tpath_section_slogan_color',''),(3012,238,'tpath_section_text_color',''),(3013,238,'tpath_section_content_heading_color',''),(3014,238,'tpath_section_bg_color',''),(3015,238,'tpath_parallax_status','no'),(3016,238,'tpath_parallax_bg_image',''),(3017,238,'tpath_parallax_bg_repeat',''),(3018,238,'tpath_parallax_bg_attachment',''),(3019,238,'tpath_parallax_bg_postion',''),(3020,238,'tpath_parallax_bg_size',''),(3021,238,'tpath_parallax_bg_overlay','no'),(3022,238,'tpath_overlay_pattern_status','no'),(3023,238,'tpath_section_overlay_color',''),(3024,238,'tpath_overlay_color_opacity','0'),(3025,238,'tpath_parallax_additional_sections','Array'),(3026,238,'tpath_parallax_additional_sections_order',''),(3027,238,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3028,238,'_wpb_shortcodes_custom_css','.vc_custom_1436467316231{background-color: #e6e6e6 !important;}.vc_custom_1432612798190{margin-top: -30px !important;padding-top: 0px !important;}.vc_custom_1436467469790{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436467925138{padding-top: 30px !important;}.vc_custom_1436467502975{background-color: #e6e6e6 !important;}.vc_custom_1436467534547{padding-top: 0px !important;background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1436467563307{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1433109706627{margin-bottom: 30px !important;}.vc_custom_1433111637225{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111649984{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111662554{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1436467415537{margin-top: 5px !important;}.vc_custom_1433111680324{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111692175{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111706688{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111891689{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433111902201{padding-left: 50px !important;}'),(3029,252,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3030,252,'slide_template',''),(3031,252,'tpath_theme_layout','default'),(3032,252,'tpath_custom_logo_align','default'),(3033,252,'tpath_primary_sidebar','0'),(3034,252,'tpath_single_video_code',''),(3035,252,'tpath_single_audio_code',''),(3036,252,'tpath_external_link_url',''),(3037,252,'tpath_body_bg_image',''),(3038,252,'tpath_body_bg_repeat','default'),(3039,252,'tpath_body_bg_attachment','default'),(3040,252,'tpath_body_bg_color',''),(3041,252,'tpath_body_bg_full','0'),(3042,252,'_thumbnail_id','294'),(3043,252,'tpath_post_views_count','10'),(3044,254,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3045,254,'slide_template',''),(3046,254,'tpath_theme_layout','default'),(3047,254,'tpath_custom_logo_align','default'),(3048,254,'tpath_primary_sidebar','0'),(3049,254,'tpath_single_video_code',''),(3050,254,'tpath_single_audio_code',''),(3051,254,'tpath_external_link_url',''),(3052,254,'tpath_body_bg_image',''),(3053,254,'tpath_body_bg_repeat','default'),(3054,254,'tpath_body_bg_attachment','default'),(3055,254,'tpath_body_bg_color',''),(3056,254,'tpath_body_bg_full','0'),(3057,254,'_thumbnail_id','295'),(3058,254,'tpath_post_views_count','7'),(3059,256,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3060,256,'slide_template','default'),(3061,256,'tpath_theme_layout','default'),(3062,256,'tpath_custom_logo_align','default'),(3063,256,'tpath_primary_sidebar','0'),(3064,256,'tpath_single_video_code',''),(3065,256,'tpath_single_audio_code',''),(3066,256,'tpath_external_link_url',''),(3067,256,'tpath_body_bg_image',''),(3068,256,'tpath_body_bg_repeat','default'),(3069,256,'tpath_body_bg_attachment','default'),(3070,256,'tpath_body_bg_color',''),(3071,256,'tpath_body_bg_full','0'),(3072,256,'_thumbnail_id','296'),(3073,256,'tpath_post_views_count','8'),(3074,258,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3075,258,'slide_template',''),(3076,258,'tpath_theme_layout','default'),(3077,258,'tpath_custom_logo_align','default'),(3078,258,'tpath_primary_sidebar','0'),(3079,258,'tpath_single_video_code',''),(3080,258,'tpath_single_audio_code',''),(3081,258,'tpath_external_link_url',''),(3082,258,'tpath_body_bg_image',''),(3083,258,'tpath_body_bg_repeat','default'),(3084,258,'tpath_body_bg_attachment','default'),(3085,258,'tpath_body_bg_color',''),(3086,258,'tpath_body_bg_full','0'),(3087,258,'_thumbnail_id','297'),(3088,258,'tpath_post_views_count','8'),(3089,260,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3090,260,'slide_template','default'),(3091,260,'tpath_theme_layout','default'),(3092,260,'tpath_custom_logo_align','default'),(3093,260,'tpath_primary_sidebar','0'),(3094,260,'tpath_single_video_code',''),(3095,260,'tpath_single_audio_code',''),(3096,260,'tpath_external_link_url',''),(3097,260,'tpath_body_bg_image',''),(3098,260,'tpath_body_bg_repeat','default'),(3099,260,'tpath_body_bg_attachment','default'),(3100,260,'tpath_body_bg_color',''),(3101,260,'tpath_body_bg_full','0'),(3102,260,'_thumbnail_id','300'),(3103,260,'tpath_post_views_count','11'),(3104,262,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3105,262,'slide_template',''),(3106,262,'tpath_theme_layout','default'),(3107,262,'tpath_custom_logo_align','default'),(3108,262,'tpath_primary_sidebar','0'),(3109,262,'tpath_single_video_code',''),(3110,262,'tpath_single_audio_code',''),(3111,262,'tpath_external_link_url',''),(3112,262,'tpath_body_bg_image',''),(3113,262,'tpath_body_bg_repeat','default'),(3114,262,'tpath_body_bg_attachment','default'),(3115,262,'tpath_body_bg_color',''),(3116,262,'tpath_body_bg_full','0'),(3117,262,'_thumbnail_id','301'),(3118,262,'tpath_post_views_count','12'),(3119,264,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3120,264,'slide_template',''),(3121,264,'tpath_theme_layout','default'),(3122,264,'tpath_custom_logo_align','default'),(3123,264,'tpath_primary_sidebar','0'),(3124,264,'tpath_single_video_code',''),(3125,264,'tpath_single_audio_code',''),(3126,264,'tpath_external_link_url',''),(3127,264,'tpath_body_bg_image',''),(3128,264,'tpath_body_bg_repeat','default'),(3129,264,'tpath_body_bg_attachment','default'),(3130,264,'tpath_body_bg_color',''),(3131,264,'tpath_body_bg_full','0'),(3132,264,'_thumbnail_id','302'),(3133,264,'tpath_post_views_count','11'),(3134,266,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3135,266,'slide_template',''),(3136,266,'tpath_theme_layout','default'),(3137,266,'tpath_custom_logo_align','default'),(3138,266,'tpath_primary_sidebar','0'),(3139,266,'tpath_single_video_code',''),(3140,266,'tpath_single_audio_code',''),(3141,266,'tpath_external_link_url',''),(3142,266,'tpath_body_bg_image',''),(3143,266,'tpath_body_bg_repeat','default'),(3144,266,'tpath_body_bg_attachment','default'),(3145,266,'tpath_body_bg_color',''),(3146,266,'tpath_body_bg_full','0'),(3147,266,'_thumbnail_id','308'),(3148,266,'tpath_post_views_count','21'),(3149,268,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3150,268,'slide_template',''),(3151,268,'tpath_theme_layout','default'),(3152,268,'tpath_custom_logo_align','default'),(3153,268,'tpath_primary_sidebar','0'),(3154,268,'tpath_single_video_code',''),(3155,268,'tpath_single_audio_code',''),(3156,268,'tpath_external_link_url',''),(3157,268,'tpath_body_bg_image',''),(3158,268,'tpath_body_bg_repeat','default'),(3159,268,'tpath_body_bg_attachment','default'),(3160,268,'tpath_body_bg_color',''),(3161,268,'tpath_body_bg_full','0'),(3162,268,'_thumbnail_id','311'),(3163,268,'tpath_post_views_count','29'),(3164,342,'_wp_page_template','default'),(3165,342,'_wpb_vc_js_status','false'),(3166,342,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3167,342,'slide_template','default'),(3168,342,'tpath_theme_layout','default'),(3169,342,'tpath_custom_logo_align','default'),(3170,342,'tpath_show_page_title','yes'),(3171,342,'tpath_show_breadcrumbs','yes'),(3172,342,'tpath_page_header_image',''),(3173,342,'tpath_primary_sidebar','0'),(3174,342,'tpath_body_bg_image',''),(3175,342,'tpath_body_bg_repeat','default'),(3176,342,'tpath_body_bg_attachment','default'),(3177,342,'tpath_body_bg_color',''),(3178,342,'tpath_body_bg_full','0'),(3179,342,'tpath_revslider_shortcode',''),(3180,342,'tpath_section_header_status','show'),(3181,342,'tpath_section_title',''),(3182,342,'tpath_section_slogan',''),(3183,342,'tpath_section_padding_top',''),(3184,342,'tpath_section_padding_bottom',''),(3185,342,'tpath_section_header_padding',''),(3186,342,'tpath_section_title_color',''),(3187,342,'tpath_section_slogan_color',''),(3188,342,'tpath_section_text_color',''),(3189,342,'tpath_section_content_heading_color',''),(3190,342,'tpath_section_bg_color',''),(3191,342,'tpath_parallax_status','no'),(3192,342,'tpath_parallax_bg_image',''),(3193,342,'tpath_parallax_bg_repeat',''),(3194,342,'tpath_parallax_bg_attachment',''),(3195,342,'tpath_parallax_bg_postion',''),(3196,342,'tpath_parallax_bg_size',''),(3197,342,'tpath_parallax_bg_overlay','no'),(3198,342,'tpath_overlay_pattern_status','no'),(3199,342,'tpath_section_overlay_color',''),(3200,342,'tpath_overlay_color_opacity','0'),(3201,342,'tpath_parallax_additional_sections','Array'),(3202,342,'tpath_parallax_additional_sections_order',''),(3203,342,'vc_teaser','a:2:{s:4:\"data\";s:82:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3204,342,'tpath_layout','two-col-right'),(3205,349,'_thumbnail_id','351'),(3206,349,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3207,349,'slide_template','default'),(3208,349,'tpath_theme_layout','default'),(3209,349,'tpath_custom_logo_align','default'),(3210,349,'tpath_primary_sidebar','0'),(3211,349,'tpath_single_video_code',''),(3212,349,'tpath_single_audio_code',''),(3213,349,'tpath_external_link_url',''),(3214,349,'tpath_body_bg_image',''),(3215,349,'tpath_body_bg_repeat','default'),(3216,349,'tpath_body_bg_attachment','default'),(3217,349,'tpath_body_bg_color',''),(3218,349,'tpath_body_bg_full','0'),(3219,349,'tpath_post_views_count','78'),(3220,513,'_wp_page_template','template-fullwidth.php'),(3221,513,'_wpb_vc_js_status','true'),(3222,513,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3223,513,'slide_template','default'),(3224,513,'tpath_theme_layout','default'),(3225,513,'tpath_custom_logo_align','default'),(3226,513,'tpath_show_page_title','yes'),(3227,513,'tpath_show_breadcrumbs','yes'),(3228,513,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/services-header-bg.jpg'),(3229,513,'tpath_primary_sidebar','0'),(3230,513,'tpath_body_bg_image',''),(3231,513,'tpath_body_bg_repeat','default'),(3232,513,'tpath_body_bg_attachment','default'),(3233,513,'tpath_body_bg_color',''),(3234,513,'tpath_body_bg_full','0'),(3235,513,'tpath_revslider_shortcode',''),(3236,513,'tpath_section_header_status','show'),(3237,513,'tpath_section_title',''),(3238,513,'tpath_section_slogan',''),(3239,513,'tpath_section_padding_top',''),(3240,513,'tpath_section_padding_bottom',''),(3241,513,'tpath_section_header_padding',''),(3242,513,'tpath_section_title_color',''),(3243,513,'tpath_section_slogan_color',''),(3244,513,'tpath_section_text_color',''),(3245,513,'tpath_section_content_heading_color',''),(3246,513,'tpath_section_bg_color',''),(3247,513,'tpath_parallax_status','no'),(3248,513,'tpath_parallax_bg_image',''),(3249,513,'tpath_parallax_bg_repeat',''),(3250,513,'tpath_parallax_bg_attachment',''),(3251,513,'tpath_parallax_bg_postion',''),(3252,513,'tpath_parallax_bg_size',''),(3253,513,'tpath_parallax_bg_overlay','no'),(3254,513,'tpath_overlay_pattern_status','no'),(3255,513,'tpath_section_overlay_color',''),(3256,513,'tpath_overlay_color_opacity','0'),(3257,513,'tpath_parallax_additional_sections','Array'),(3258,513,'tpath_parallax_additional_sections_order',''),(3259,513,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3260,513,'_wpb_shortcodes_custom_css','.vc_custom_1436722266692{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553987408{margin-top: -30px !important;background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(3261,68,'_thumbnail_id','69'),(3262,68,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3263,68,'slide_template','default'),(3264,68,'tpath_client_url','#'),(3265,70,'_thumbnail_id','71'),(3266,70,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3267,70,'slide_template','default'),(3268,70,'tpath_client_url','#'),(3269,72,'_thumbnail_id','74'),(3270,72,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3271,72,'slide_template','default'),(3272,72,'tpath_client_url','#'),(3273,73,'_thumbnail_id','75'),(3274,73,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3275,73,'slide_template','default'),(3276,73,'tpath_client_url','#'),(3277,76,'_thumbnail_id','77'),(3278,76,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3279,76,'slide_template','default'),(3280,76,'tpath_client_url','#'),(3281,78,'_thumbnail_id','80'),(3282,78,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3283,78,'slide_template','default'),(3284,78,'tpath_client_url','#'),(3285,79,'_thumbnail_id','81'),(3286,79,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3287,79,'slide_template','default'),(3288,79,'tpath_client_url','#'),(3289,83,'_thumbnail_id','84'),(3290,83,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3291,83,'slide_template','default'),(3292,83,'tpath_client_url','#'),(3293,96,'_thumbnail_id','69'),(3294,96,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3295,96,'slide_template','default'),(3296,96,'tpath_client_url','#'),(3297,97,'_thumbnail_id','71'),(3298,97,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3299,97,'slide_template','default'),(3300,97,'tpath_client_url','#'),(3301,98,'_thumbnail_id','74'),(3302,98,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3303,98,'slide_template','default'),(3304,98,'tpath_client_url','#'),(3305,99,'_thumbnail_id','75'),(3306,99,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3307,99,'slide_template','default'),(3308,99,'tpath_client_url','#'),(3309,100,'_thumbnail_id','77'),(3310,100,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3311,100,'slide_template','default'),(3312,100,'tpath_client_url','#'),(3313,7,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3314,7,'slide_template','default'),(3315,7,'_thumbnail_id','174'),(3316,7,'tpath_portfolio_price','14.95$'),(3317,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3318,8,'slide_template','default'),(3319,8,'tpath_member_designation',''),(3320,8,'tpath_member_googleplus',''),(3321,8,'tpath_member_twitter',''),(3322,8,'tpath_member_blog',''),(3323,8,'tpath_member_dribbble',''),(3324,8,'tpath_member_facebook',''),(3325,8,'tpath_member_flickr',''),(3326,8,'tpath_member_linkedin',''),(3327,8,'tpath_member_yahoo',''),(3328,8,'tpath_member_email',''),(3329,8,'_thumbnail_id','789'),(3330,32,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3331,32,'slide_template','default'),(3332,32,'_thumbnail_id','176'),(3333,32,'tpath_portfolio_price','12.95$'),(3334,33,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3335,33,'slide_template','default'),(3336,33,'_thumbnail_id','175'),(3337,33,'tpath_portfolio_price','12.95$'),(3338,39,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3339,39,'slide_template','default'),(3340,39,'_thumbnail_id','178'),(3341,39,'tpath_portfolio_price','12.95$'),(3342,40,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3343,40,'slide_template','default'),(3344,40,'_thumbnail_id','177'),(3345,40,'tpath_portfolio_price','14.95$'),(3346,43,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3347,43,'slide_template','default'),(3348,43,'_thumbnail_id','179'),(3349,43,'tpath_portfolio_price','12.95$'),(3350,46,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3351,46,'slide_template','default'),(3352,46,'_thumbnail_id','180'),(3353,46,'tpath_portfolio_price','12.95$'),(3354,47,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3355,47,'slide_template','default'),(3356,47,'_thumbnail_id','181'),(3357,47,'tpath_portfolio_price','14.95$'),(3358,101,'_thumbnail_id','80'),(3359,101,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3360,101,'slide_template','default'),(3361,101,'tpath_client_url','#'),(3362,102,'_thumbnail_id','81'),(3363,102,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3364,102,'slide_template','default'),(3365,102,'tpath_client_url','#'),(3366,103,'_thumbnail_id','84'),(3367,103,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3368,103,'slide_template','default'),(3369,103,'tpath_client_url','#'),(3370,629,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3371,629,'slide_template','default'),(3372,629,'tpath_location','Shop 2, 31 Challis Ave Potts Point, Sydney'),(3373,629,'tpath_city','New South Wales'),(3374,629,'tpath_zip','2011'),(3375,629,'tpath_delivery','yes'),(3376,629,'_thumbnail_id','633'),(3377,634,'_thumbnail_id','638'),(3378,634,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3379,634,'slide_template','default'),(3380,634,'tpath_location','Hyatt Centre | 20 Terrace Road, Perth, Western Australia 6004, Australia'),(3381,634,'tpath_city','Western Australia'),(3382,634,'tpath_zip','6004'),(3383,634,'tpath_delivery','yes'),(3384,635,'_thumbnail_id','636'),(3385,635,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3386,635,'slide_template','default'),(3387,635,'tpath_location','37 Ultimo Rd, Entrance on Thomas Lane, Sydney, New South Wales 2000, Australia'),(3388,635,'tpath_city','New South Wales'),(3389,635,'tpath_zip','2000'),(3390,635,'tpath_delivery','yes'),(3391,637,'_thumbnail_id','639'),(3392,637,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3393,637,'slide_template','default'),(3394,637,'tpath_location','84 Galah Street, Longreach, Queensland 4730, Australia'),(3395,637,'tpath_city','Queensland'),(3396,637,'tpath_zip','4730'),(3397,637,'tpath_delivery','yes'),(3398,640,'_thumbnail_id','641'),(3399,640,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3400,640,'slide_template','default'),(3401,640,'tpath_location','19 Liverpool Street, Melbourne, Victoria 3000, Australia'),(3402,640,'tpath_city','Victoria'),(3403,640,'tpath_zip','3000'),(3404,640,'tpath_delivery','yes'),(3405,642,'_thumbnail_id','645'),(3406,642,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3407,642,'slide_template','default'),(3408,642,'tpath_location','41 Oxford Street | On the Hyde Park, Sydney, Australia'),(3409,642,'tpath_city','New South Wales'),(3410,642,'tpath_zip','2010'),(3411,642,'tpath_delivery','yes'),(3412,643,'_thumbnail_id','644'),(3413,643,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3414,643,'slide_template','default'),(3415,643,'tpath_location','Shop 1, 74-80 Ivy Street | Chippendale-Darlington, Australia'),(3416,643,'tpath_city','Sydney'),(3417,643,'tpath_zip','2008'),(3418,643,'tpath_delivery','yes'),(3419,646,'_thumbnail_id','647'),(3420,646,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3421,646,'slide_template','default'),(3422,646,'tpath_location','2 Market Street, Sydney, New South Wales 2000, Australia'),(3423,646,'tpath_city','New South Wales'),(3424,646,'tpath_zip','2000'),(3425,646,'tpath_delivery','yes'),(3426,10,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3427,10,'slide_template','default'),(3428,10,'tpath_member_designation',''),(3429,10,'tpath_member_googleplus',''),(3430,10,'tpath_member_twitter',''),(3431,10,'tpath_member_blog',''),(3432,10,'tpath_member_dribbble',''),(3433,10,'tpath_member_facebook',''),(3434,10,'tpath_member_flickr',''),(3435,10,'tpath_member_linkedin',''),(3436,10,'tpath_member_yahoo',''),(3437,10,'tpath_member_email',''),(3438,10,'_thumbnail_id','787'),(3439,12,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3440,12,'slide_template','default'),(3441,12,'tpath_member_designation',''),(3442,12,'tpath_member_googleplus',''),(3443,12,'tpath_member_twitter',''),(3444,12,'tpath_member_blog',''),(3445,12,'tpath_member_dribbble',''),(3446,12,'tpath_member_facebook',''),(3447,12,'tpath_member_flickr',''),(3448,12,'tpath_member_linkedin',''),(3449,12,'tpath_member_yahoo',''),(3450,12,'tpath_member_email',''),(3451,12,'_thumbnail_id','785'),(3452,14,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3453,14,'slide_template','default'),(3454,14,'tpath_member_designation',''),(3455,14,'tpath_member_googleplus',''),(3456,14,'tpath_member_twitter',''),(3457,14,'tpath_member_blog',''),(3458,14,'tpath_member_dribbble',''),(3459,14,'tpath_member_facebook',''),(3460,14,'tpath_member_flickr',''),(3461,14,'tpath_member_linkedin',''),(3462,14,'tpath_member_yahoo',''),(3463,14,'tpath_member_email',''),(3464,14,'_thumbnail_id','786'),(3465,21,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3466,21,'slide_template','default'),(3467,21,'tpath_author_designation',''),(3468,21,'tpath_author_company_name',''),(3469,21,'tpath_author_company_url',''),(3470,21,'_thumbnail_id','171'),(3471,21,'tpath_post_item_rating','5'),(3472,26,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3473,26,'slide_template','default'),(3474,26,'tpath_author_designation',''),(3475,26,'tpath_author_company_name',''),(3476,26,'tpath_author_company_url',''),(3477,26,'_thumbnail_id','172'),(3478,26,'tpath_post_item_rating','5'),(3479,28,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3480,28,'slide_template','default'),(3481,28,'tpath_author_designation',''),(3482,28,'tpath_author_company_name',''),(3483,28,'tpath_author_company_url',''),(3484,28,'_thumbnail_id','173'),(3485,28,'tpath_post_item_rating','5'),(3486,617,'_thumbnail_id','173'),(3487,617,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3488,617,'slide_template','default'),(3489,617,'tpath_author_designation',''),(3490,617,'tpath_author_company_name',''),(3491,617,'tpath_author_company_url',''),(3492,617,'tpath_post_item_rating','5'),(3493,618,'_thumbnail_id','172'),(3494,618,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3495,618,'slide_template','default'),(3496,618,'tpath_author_designation',''),(3497,618,'tpath_author_company_name',''),(3498,618,'tpath_author_company_url',''),(3499,618,'tpath_post_item_rating','5'),(3500,619,'tpath_post_item_rating','5'),(3501,619,'_thumbnail_id','171'),(3502,619,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3503,619,'slide_template','default'),(3504,619,'tpath_author_designation',''),(3505,619,'tpath_author_company_name',''),(3506,619,'tpath_author_company_url',''),(3507,733,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3508,733,'_menu_item_type','post_type'),(3509,733,'_menu_item_menu_item_parent','730'),(3510,733,'_menu_item_object_id','131'),(3511,733,'_menu_item_object','page'),(3512,733,'_menu_item_target',''),(3513,733,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3514,733,'_menu_item_xfn',''),(3515,733,'_menu_item_tpath_megamenu_menutype','page'),(3516,733,'_menu_item_tpath_megamenu_status','enabled'),(3517,733,'_menu_item_tpath_megamenu_columns','auto'),(3518,733,'_menu_item_tpath_megamenu_title',''),(3519,733,'_menu_item_tpath_megamenu_link',''),(3520,733,'_menu_item_tpath_megamenu_content',''),(3521,733,'_menu_item_tpath_megamenu_icon',''),(3522,733,'_menu_item_url',''),(3523,734,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3524,734,'_menu_item_type','post_type'),(3525,734,'_menu_item_menu_item_parent','731'),(3526,734,'_menu_item_object_id','238'),(3527,734,'_menu_item_object','page'),(3528,734,'_menu_item_target',''),(3529,734,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3530,734,'_menu_item_xfn',''),(3531,734,'_menu_item_tpath_megamenu_menutype','page'),(3532,734,'_menu_item_tpath_megamenu_status','enabled'),(3533,734,'_menu_item_tpath_megamenu_columns','auto'),(3534,734,'_menu_item_tpath_megamenu_title',''),(3535,734,'_menu_item_tpath_megamenu_link',''),(3536,734,'_menu_item_tpath_megamenu_content',''),(3537,734,'_menu_item_tpath_megamenu_icon',''),(3538,734,'_menu_item_url',''),(3539,735,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3540,735,'_menu_item_type','post_type'),(3541,735,'_menu_item_menu_item_parent','0'),(3542,735,'_menu_item_object_id','342'),(3543,735,'_menu_item_object','page'),(3544,735,'_menu_item_target',''),(3545,735,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3546,735,'_menu_item_xfn',''),(3547,735,'_menu_item_tpath_megamenu_menutype','page'),(3548,735,'_menu_item_tpath_megamenu_status','enabled'),(3549,735,'_menu_item_tpath_megamenu_columns','auto'),(3550,735,'_menu_item_tpath_megamenu_title',''),(3551,735,'_menu_item_tpath_megamenu_link',''),(3552,735,'_menu_item_tpath_megamenu_content',''),(3553,735,'_menu_item_tpath_megamenu_icon',''),(3554,735,'_menu_item_url',''),(3555,736,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3556,736,'_menu_item_type','post_type'),(3557,736,'_menu_item_menu_item_parent','730'),(3558,736,'_menu_item_object_id','210'),(3559,736,'_menu_item_object','page'),(3560,736,'_menu_item_target',''),(3561,736,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3562,736,'_menu_item_xfn',''),(3563,736,'_menu_item_tpath_megamenu_menutype','page'),(3564,736,'_menu_item_tpath_megamenu_status','enabled'),(3565,736,'_menu_item_tpath_megamenu_columns','auto'),(3566,736,'_menu_item_tpath_megamenu_title',''),(3567,736,'_menu_item_tpath_megamenu_link',''),(3568,736,'_menu_item_tpath_megamenu_content',''),(3569,736,'_menu_item_tpath_megamenu_icon',''),(3570,736,'_menu_item_url',''),(3571,737,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3572,737,'_menu_item_type','post_type'),(3573,737,'_menu_item_menu_item_parent','732'),(3574,737,'_menu_item_object_id','129'),(3575,737,'_menu_item_object','page'),(3576,737,'_menu_item_target',''),(3577,737,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3578,737,'_menu_item_xfn',''),(3579,737,'_menu_item_tpath_megamenu_menutype','page'),(3580,737,'_menu_item_tpath_megamenu_status','enabled'),(3581,737,'_menu_item_tpath_megamenu_columns','auto'),(3582,737,'_menu_item_tpath_megamenu_title',''),(3583,737,'_menu_item_tpath_megamenu_link',''),(3584,737,'_menu_item_tpath_megamenu_content',''),(3585,737,'_menu_item_tpath_megamenu_icon',''),(3586,737,'_menu_item_url',''),(3587,738,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3588,738,'_menu_item_type','post_type'),(3589,738,'_menu_item_menu_item_parent','732'),(3590,738,'_menu_item_object_id','117'),(3591,738,'_menu_item_object','page'),(3592,738,'_menu_item_target',''),(3593,738,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3594,738,'_menu_item_xfn',''),(3595,738,'_menu_item_tpath_megamenu_menutype','page'),(3596,738,'_menu_item_tpath_megamenu_status','enabled'),(3597,738,'_menu_item_tpath_megamenu_columns','auto'),(3598,738,'_menu_item_tpath_megamenu_title',''),(3599,738,'_menu_item_tpath_megamenu_link',''),(3600,738,'_menu_item_tpath_megamenu_content',''),(3601,738,'_menu_item_tpath_megamenu_icon',''),(3602,738,'_menu_item_url',''),(3603,739,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(3604,739,'_menu_item_type','post_type'),(3605,739,'_menu_item_menu_item_parent','731'),(3606,739,'_menu_item_object_id','513'),(3607,739,'_menu_item_object','page'),(3608,739,'_menu_item_target',''),(3609,739,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3610,739,'_menu_item_xfn',''),(3611,739,'_menu_item_tpath_megamenu_menutype','page'),(3612,739,'_menu_item_tpath_megamenu_status','enabled'),(3613,739,'_menu_item_tpath_megamenu_columns','auto'),(3614,739,'_menu_item_tpath_megamenu_title',''),(3615,739,'_menu_item_tpath_megamenu_link',''),(3616,739,'_menu_item_tpath_megamenu_content',''),(3617,739,'_menu_item_tpath_megamenu_icon',''),(3618,739,'_menu_item_url',''),(3619,740,'_wp_trash_meta_status','publish'),(3620,740,'_wp_trash_meta_time','1488859108'),(3621,741,'_wp_trash_meta_status','publish'),(3622,741,'_wp_trash_meta_time','1488859210'),(3623,47,'_edit_lock','1488860388:1'),(3624,6,'_edit_lock','1489939303:1'),(3625,743,'_wp_attached_file','revslider/classicslider/datcolor.jpg'),(3626,743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1329;s:4:\"file\";s:36:\"revslider/classicslider/datcolor.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"datcolor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"datcolor-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"datcolor-768x532.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"datcolor-1024x709.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"datcolor-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"datcolor-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"datcolor-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"datcolor-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"datcolor-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3627,744,'_wp_attached_file','revslider/classicslider/touchit.jpg'),(3628,744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:35:\"revslider/classicslider/touchit.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"touchit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"touchit-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"touchit-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"touchit-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"touchit-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"touchit-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"touchit-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"touchit-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"touchit-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"Daniel Nanescu\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3629,745,'_wp_attached_file','revslider/classicslider/blurflake4.png'),(3630,745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:240;s:4:\"file\";s:38:\"revslider/classicslider/blurflake4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"blurflake4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3631,746,'_wp_attached_file','revslider/classicslider/blurflake3.png'),(3632,746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:170;s:6:\"height\";i:170;s:4:\"file\";s:38:\"revslider/classicslider/blurflake3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"blurflake3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3633,747,'_wp_attached_file','revslider/classicslider/blurflake2.png'),(3634,747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:51;s:4:\"file\";s:38:\"revslider/classicslider/blurflake2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3635,748,'_wp_attached_file','revslider/classicslider/blurflake1.png'),(3636,748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:38:\"revslider/classicslider/blurflake1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3637,749,'_wp_attached_file','revslider/classicslider/bike.jpg'),(3638,749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"revslider/classicslider/bike.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bike-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bike-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bike-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bike-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"bike-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:16:\"bike-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:16:\"bike-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:16:\"bike-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:16:\"bike-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:47:\"Attribution-NonCommercial-NoDerivs 3.0 Unported\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3639,750,'_wp_attached_file','revslider/classicslider/fitness.jpg'),(3640,750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"revslider/classicslider/fitness.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"fitness-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"fitness-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"fitness-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"fitness-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"fitness-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"fitness-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"fitness-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"fitness-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"fitness-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3641,751,'_wp_attached_file','revslider/classicslider/fit_edit.mp4'),(3642,752,'_wp_attached_file','revslider/classicslider/lambo.jpg'),(3643,752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:33:\"revslider/classicslider/lambo.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lambo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"lambo-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"lambo-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"lambo-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"lambo-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:17:\"lambo-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:17:\"lambo-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:17:\"lambo-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:17:\"lambo-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3644,129,'_edit_lock','1489939487:1'),(3645,129,'_edit_last','1'),(3646,754,'_wp_attached_file','revslider/gym/gym1.jpg'),(3647,754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"revslider/gym/gym1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"gym1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"gym1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"gym1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"gym1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"gym1-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:16:\"gym1-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:16:\"gym1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:16:\"gym1-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:16:\"gym1-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3648,755,'_wp_attached_file','revslider/gym/gym2.jpg'),(3649,755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"revslider/gym/gym2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"gym2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"gym2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"gym2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"gym2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"gym2-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:16:\"gym2-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:16:\"gym2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:16:\"gym2-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:16:\"gym2-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3650,756,'_wp_attached_file','revslider/gym/greenstripe.png'),(3651,756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:297;s:6:\"height\";i:80;s:4:\"file\";s:29:\"revslider/gym/greenstripe.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"greenstripe-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3652,757,'_wp_attached_file','revslider/gym/fitness.jpg'),(3653,757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"revslider/gym/fitness.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"fitness-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"fitness-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"fitness-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"fitness-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"fitness-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"fitness-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"fitness-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"fitness-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"fitness-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3654,758,'_wp_attached_file','revslider/gym/fit_edit.mp4'),(3655,759,'_wp_attached_file','revslider/gym/gymlogo.png'),(3656,759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:204;s:6:\"height\";i:114;s:4:\"file\";s:25:\"revslider/gym/gymlogo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"gymlogo-150x114.png\";s:5:\"width\";i:150;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3657,760,'_wp_attached_file','2017/03/IMG_2218-e1488943820307.jpg'),(3658,760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1285;s:4:\"file\";s:35:\"2017/03/IMG_2218-e1488943820307.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2218-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2218-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_2218-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_2218-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_2218-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_2218-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_2218-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_2218-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_2218-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3659,760,'_edit_lock','1488943781:1'),(3660,760,'_edit_last','1'),(3661,760,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:12:\"IMG_2218.jpg\";}}'),(3662,766,'_wp_attached_file','2017/03/coast-big-band-3_edited-1-e1489119639339.png'),(3663,766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:288;s:4:\"file\";s:52:\"2017/03/coast-big-band-3_edited-1-e1489119639339.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"coast-big-band-3_edited-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"coast-big-band-3_edited-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:37:\"coast-big-band-3_edited-1-690x490.png\";s:5:\"width\";i:690;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:37:\"coast-big-band-3_edited-1-560x498.png\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"team\";a:4:{s:4:\"file\";s:37:\"coast-big-band-3_edited-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:37:\"coast-big-band-3_edited-1-690x470.png\";s:5:\"width\";i:690;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:37:\"coast-big-band-3_edited-1-580x585.png\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3664,766,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:690;s:6:\"height\";i:662;s:4:\"file\";s:29:\"coast-big-band-3_edited-1.png\";}s:18:\"full-1489119639339\";a:3:{s:5:\"width\";i:400;s:6:\"height\";i:384;s:4:\"file\";s:44:\"coast-big-band-3_edited-1-e1489119471730.png\";}}'),(3674,770,'_wp_attached_file','2017/03/IMG_6425-update-e1489123465460.jpg'),(3675,770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:42:\"2017/03/IMG_6425-update-e1489123465460.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_6425-update-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"IMG_6425-update-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"IMG_6425-update-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"IMG_6425-update-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"IMG_6425-update-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:27:\"IMG_6425-update-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:27:\"IMG_6425-update-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:27:\"IMG_6425-update-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:27:\"IMG_6425-update-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:23:\"Canon PowerShot SX30 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479374789\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3676,771,'_wp_attached_file','2017/03/IMG_5630-correct-e1489123500206.jpg'),(3677,771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1081;s:4:\"file\";s:43:\"2017/03/IMG_5630-correct-e1489123500206.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"IMG_5630-correct-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"IMG_5630-correct-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"IMG_5630-correct-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"IMG_5630-correct-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"IMG_5630-correct-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:28:\"IMG_5630-correct-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:28:\"IMG_5630-correct-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:28:\"IMG_5630-correct-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:28:\"IMG_5630-correct-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:9:\"iPhone 5c\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1449609260\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3678,772,'_wp_attached_file','2017/03/coast-big-band-group-photo-nov-2016-prom-correct-e1489123534186.jpg'),(3679,772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1960;s:6:\"height\";i:1102;s:4:\"file\";s:75:\"2017/03/coast-big-band-group-photo-nov-2016-prom-correct-e1489123534186.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"coast-big-band-group-photo-nov-2016-prom-correct-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"coast-big-band-group-photo-nov-2016-prom-correct-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"coast-big-band-group-photo-nov-2016-prom-correct-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"coast-big-band-group-photo-nov-2016-prom-correct-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:61:\"coast-big-band-group-photo-nov-2016-prom-correct-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:60:\"coast-big-band-group-photo-nov-2016-prom-correct-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:60:\"coast-big-band-group-photo-nov-2016-prom-correct-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:60:\"coast-big-band-group-photo-nov-2016-prom-correct-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:60:\"coast-big-band-group-photo-nov-2016-prom-correct-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479415019\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3680,770,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3072;s:6:\"height\";i:1728;s:4:\"file\";s:19:\"IMG_6425-update.jpg\";}}'),(3681,771,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:1837;s:4:\"file\";s:20:\"IMG_5630-correct.jpg\";}}'),(3682,772,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4835;s:6:\"height\";i:2719;s:4:\"file\";s:52:\"coast-big-band-group-photo-nov-2016-prom-correct.jpg\";}}'),(3683,773,'_wp_attached_file','revslider/levanorestaurantbar/restaurant_bg_1.jpg'),(3684,773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"revslider/levanorestaurantbar/restaurant_bg_1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"restaurant_bg_1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"restaurant_bg_1-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_1-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_1-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_1-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3685,774,'_wp_attached_file','revslider/levanorestaurantbar/restaurant_bg_2.jpg'),(3686,774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"revslider/levanorestaurantbar/restaurant_bg_2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"restaurant_bg_2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"restaurant_bg_2-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_2-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_2-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_2-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3687,775,'_wp_attached_file','revslider/levanorestaurantbar/drink_cover.jpg'),(3688,775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:45:\"revslider/levanorestaurantbar/drink_cover.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"drink_cover-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"drink_cover-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"drink_cover-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"drink_cover-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"drink_cover-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:23:\"drink_cover-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:23:\"drink_cover-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:23:\"drink_cover-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:23:\"drink_cover-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3689,776,'_wp_attached_file','revslider/levanorestaurantbar/drink.mp4'),(3690,777,'_wp_attached_file','revslider/levanorestaurantbar/restaurant_bg_3.jpg'),(3691,777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"revslider/levanorestaurantbar/restaurant_bg_3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_3-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"restaurant_bg_3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"restaurant_bg_3-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_3-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_3-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:27:\"restaurant_bg_3-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3692,778,'_wp_attached_file','revslider/levanorestaurantbar/board.jpg'),(3693,778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1285;s:4:\"file\";s:39:\"revslider/levanorestaurantbar/board.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"board-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"board-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"board-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"board-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"board-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:17:\"board-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:17:\"board-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:17:\"board-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:17:\"board-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3694,779,'_wp_attached_file','revslider/levanorestaurantbar/restaurant_logo1.png'),(3695,779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:50:\"revslider/levanorestaurantbar/restaurant_logo1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3696,780,'_wp_attached_file','2017/03/coast-big-band-group-photo-nov-2016-promx-e1489206821368.jpg'),(3697,780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1079;s:4:\"file\";s:68:\"2017/03/coast-big-band-group-photo-nov-2016-promx-e1489206821368.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"coast-big-band-group-photo-nov-2016-promx-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"coast-big-band-group-photo-nov-2016-promx-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"coast-big-band-group-photo-nov-2016-promx-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"coast-big-band-group-photo-nov-2016-promx-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:54:\"coast-big-band-group-photo-nov-2016-promx-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:53:\"coast-big-band-group-photo-nov-2016-promx-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:53:\"coast-big-band-group-photo-nov-2016-promx-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:53:\"coast-big-band-group-photo-nov-2016-promx-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:53:\"coast-big-band-group-photo-nov-2016-promx-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479415019\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3698,780,'_edit_lock','1489207555:1'),(3699,780,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4845;s:6:\"height\";i:2723;s:4:\"file\";s:45:\"coast-big-band-group-photo-nov-2016-promx.jpg\";}}'),(3700,780,'_edit_last','1'),(3701,781,'_wp_attached_file','2017/03/abcd-e1489207820702.jpg'),(3702,781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1464;s:6:\"height\";i:819;s:4:\"file\";s:31:\"2017/03/abcd-e1489207820702.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"abcd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"abcd-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"abcd-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"abcd-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"abcd-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:16:\"abcd-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:16:\"abcd-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:16:\"abcd-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:16:\"abcd-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1489207459\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3703,781,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1464;s:6:\"height\";i:819;s:4:\"file\";s:8:\"abcd.jpg\";}}'),(3704,782,'_wp_attached_file','2017/03/abcd-1.jpg'),(3705,782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1464;s:6:\"height\";i:819;s:4:\"file\";s:18:\"2017/03/abcd-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"abcd-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"abcd-1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"abcd-1-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"abcd-1-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"abcd-1-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:18:\"abcd-1-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:18:\"abcd-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:18:\"abcd-1-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:18:\"abcd-1-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1489207459\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3706,14,'_edit_lock','1489370627:1'),(3707,784,'_wp_attached_file','2015/05/4BAND-e1489367538464.jpg'),(3708,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:651;s:4:\"file\";s:32:\"2015/05/4BAND-e1489367538464.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"4BAND-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"4BAND-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"4BAND-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"4BAND-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"4BAND-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:17:\"4BAND-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:17:\"4BAND-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:17:\"4BAND-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:17:\"4BAND-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:9:\"Leo Ridge\";s:6:\"camera\";s:27:\"Canon EOS DIGITAL REBEL XTi\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1291325317\";s:9:\"copyright\";s:36:\"Copyright 2010 - All Rights Reserved\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3709,785,'_wp_attached_file','2015/05/6BAND-e1489367516735.jpg'),(3710,785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2015/05/6BAND-e1489367516735.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"6BAND-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"6BAND-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"6BAND-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"6BAND-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"6BAND-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:17:\"6BAND-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:17:\"6BAND-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:17:\"6BAND-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:17:\"6BAND-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479412910\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3711,786,'_wp_attached_file','2015/05/IMG_2083-e1489367490517.jpg'),(3712,786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:651;s:4:\"file\";s:35:\"2015/05/IMG_2083-e1489367490517.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2083-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2083-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_2083-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"IMG_2083-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_2083-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_2083-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_2083-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_2083-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_2083-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1396728600\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3713,787,'_wp_attached_file','2015/05/IMG_6401-e1489367470811.jpg'),(3714,787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:651;s:4:\"file\";s:35:\"2015/05/IMG_6401-e1489367470811.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6401-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6401-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_6401-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_6401-780x490.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_6401-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_6401-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_6401-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_6401-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:23:\"Canon PowerShot SX30 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479374300\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3715,787,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:780;s:6:\"height\";i:781;s:4:\"file\";s:12:\"IMG_6401.jpg\";}}'),(3716,786,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1405;s:6:\"height\";i:1407;s:4:\"file\";s:12:\"IMG_2083.jpg\";}}'),(3717,785,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2685;s:6:\"height\";i:2686;s:4:\"file\";s:9:\"6BAND.jpg\";}}'),(3718,784,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2574;s:6:\"height\";i:2577;s:4:\"file\";s:9:\"4BAND.jpg\";}}'),(3719,14,'_edit_last','1'),(3720,14,'_wp_old_slug','jason-burckings'),(3721,12,'_edit_lock','1489370211:1'),(3722,12,'_edit_last','1'),(3723,12,'_wp_old_slug','ivrin-stockes'),(3724,10,'_edit_lock','1489370728:1'),(3725,10,'_edit_last','1'),(3726,10,'_wp_old_slug','markus-overhard'),(3727,8,'_edit_lock','1489370672:1'),(3728,789,'_wp_attached_file','2015/05/band-singers-frongpage-e1489369888341.jpg'),(3729,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:49:\"2015/05/band-singers-frongpage-e1489369888341.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"band-singers-frongpage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"band-singers-frongpage-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"band-singers-frongpage-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"band-singers-frongpage-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:35:\"band-singers-frongpage-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:34:\"band-singers-frongpage-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:34:\"band-singers-frongpage-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:34:\"band-singers-frongpage-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:34:\"band-singers-frongpage-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1489351319\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3730,789,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1475;s:6:\"height\";i:1476;s:4:\"file\";s:26:\"band-singers-frongpage.jpg\";}}'),(3731,8,'_edit_last','1'),(3732,8,'_wp_old_slug','steven-gerrad'),(3733,12,'_wp_old_slug','front-page-band-2'),(3734,10,'_wp_old_slug','cover-page-band-3'),(3735,103,'_edit_lock','1489370816:1'),(3736,794,'_wp_attached_file','2017/03/IMG_8710-e1489373934448.jpg'),(3737,794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:715;s:4:\"file\";s:35:\"2017/03/IMG_8710-e1489373934448.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8710-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_8710-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_8710-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8710-1024x732.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_8710-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_8710-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_8710-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_8710-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_8710-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463251947\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3738,794,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3505;s:6:\"height\";i:2507;s:4:\"file\";s:12:\"IMG_8710.jpg\";}s:18:\"full-1489373934448\";a:3:{s:5:\"width\";i:1000;s:6:\"height\";i:715;s:4:\"file\";s:27:\"IMG_8710-e1489373929752.jpg\";}}'),(3739,802,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3740,803,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3741,803,'_edit_last','1'),(3742,803,'_edit_lock','1489816072:1'),(3743,803,'_thumbnail_id','784'),(3744,803,'ai1ec_banner_image',''),(3745,803,'_ai1ec_cost_type','free'),(3746,803,'slide_template','default'),(3747,806,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3748,117,'_edit_lock','1489939022:1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=809 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2016-06-23 15:23:45','2016-06-23 15:23:45','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2016-06-23 15:23:45','2016-06-23 15:23:45','',0,'http://daviddelk.net/band/?p=1',0,'post','',0),(2,1,'2016-06-23 15:23:45','2016-06-23 15:23:45','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://daviddelk.net/band/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2016-06-23 15:23:45','2016-06-23 15:23:45','',0,'http://daviddelk.net/band/?page_id=2',0,'page','',0),(6,1,'2015-05-16 13:54:35','2015-05-16 13:54:35','[vc_row center_row=\"yes\"][vc_column][tpath_location_search]Do you want to order some meals online? No problem, find our restaurant at your location. <a href=\"http://themexlab.com/buffalo/menu-gallery/\">Browse daily menu</a>[/tpath_location_search][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465016595{padding-top: 10px !important;padding-bottom: 10px !important;}\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our most popular menus\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464141246{padding-top: 210px !important;padding-bottom: 210px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-1.jpg?id=35) !important;}\"][vc_column][tpath_call_to_action lead=\"Quality Food Ingridients\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-cooking30\" title=\"Food & Drinks\" btn_title=\"See Menu\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-4 vc_col-md-4\" el_class=\"black-form\"][tpath_section_title title=\"Take a Reservation\" heading_type=\"h5\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Client Testimonials\" heading_type=\"h5\"][tpath_vc_testimonial slider_type=\"vertical_slide\" navigation=\"false\" categories=\"29\" autoplay=\"5000\"][vc_btn title=\"Read More\" style=\"custom\" custom_background=\"\" custom_text=\"\" link=\"url:%23||\" el_class=\"vc-btn-active btn-margin\"][vc_btn title=\"Visit our blog\" style=\"custom\" custom_background=\"\" custom_text=\"\" link=\"url:%23||\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Our Opening Hours \" subtitle=\"We´re open now!\" heading_type=\"h5\"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years. We have been trading online for the last 3 years so it’s now even easier for our customers to get great, fresh produce.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" friday_sub=\"All you can eat\" sunday_hour=\"12:00 - 21:00\" btn_text=\"Take Reservation\" link=\"#\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465354008{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our popular restaurants\" alignment=\"Center\"][tpath_vc_clients posts=\"10\" navigation=\"true\" pagenav_style=\"dark\" categories=\"11\" alignment=\"Center\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','publish','closed','closed','','home','','','2015-05-16 13:54:35','2015-05-16 13:54:35','',0,'http://themexlab.com/buffalo/?page_id=6',0,'page','',0),(7,1,'2015-05-16 13:51:21','2015-05-16 13:51:21','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','Roasted Bison Steak','','publish','closed','closed','','roasted-bison-steak','','','2015-05-16 13:51:21','2015-05-16 13:51:21','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=7',0,'tpath_portfolio','',0),(8,1,'2015-05-16 13:17:39','2015-05-16 13:17:39','','Singers You\'ll Love','','publish','closed','closed','','frontpageband4','','','2017-03-13 02:04:28','2017-03-13 02:04:28','',0,'http://themexlab.com/buffalo/?post_type=tpath_team_member&p=8',0,'tpath_team_member','',0),(10,1,'2015-05-16 13:20:11','2015-05-16 13:20:11','','Exciting Soloists','','publish','closed','closed','','coverpageband3','','','2017-03-13 02:05:25','2017-03-13 02:05:25','',0,'http://themexlab.com/buffalo/?post_type=tpath_team_member&p=10',0,'tpath_team_member','',0),(12,1,'2015-05-16 13:22:51','2015-05-16 13:22:51','','Music You\'ll Dance To','','publish','closed','closed','','frontpageband2','','','2017-03-13 01:56:46','2017-03-13 01:56:46','',0,'http://themexlab.com/buffalo/?post_type=tpath_team_member&p=12',0,'tpath_team_member','',0),(14,1,'2015-05-16 13:25:39','2015-05-16 13:25:39','','The Best Horns Around','','publish','closed','closed','','frontpageband1','','','2017-03-13 02:03:43','2017-03-13 02:03:43','',0,'http://themexlab.com/buffalo/?post_type=tpath_team_member&p=14',0,'tpath_team_member','',0),(21,1,'2015-05-16 13:34:14','2015-05-16 13:34:14','This fantastic buffalo steakhouse and restaurant is just awesome from the location to the food, everything was just perfect. I give five stars here for perfection.','Johnathan Sparks','','publish','closed','closed','','johnathan-sparks','','','2015-05-16 13:34:14','2015-05-16 13:34:14','',0,'http://themexlab.com/buffalo/?post_type=tpath_testimonial&p=21',0,'tpath_testimonial','',0),(26,1,'2015-05-16 13:36:05','2015-05-16 13:36:05','This fantastic buffalo steakhouse and restaurant is just awesome from the location to the food, everything was just perfect. I give five stars here for perfection.','Ethean Garreth','','publish','closed','closed','','ethean-garreth','','','2015-05-16 13:36:05','2015-05-16 13:36:05','',0,'http://themexlab.com/buffalo/?post_type=tpath_testimonial&p=26',0,'tpath_testimonial','',0),(28,1,'2015-05-16 13:38:05','2015-05-16 13:38:05','This fantastic buffalo steakhouse and restaurant is just awesome from the location to the food, everything was just perfect. I give five stars here for perfection.','Johnathan Sparks','','publish','closed','closed','','johnathan-sparks-2','','','2015-05-16 13:38:05','2015-05-16 13:38:05','',0,'http://themexlab.com/buffalo/?post_type=tpath_testimonial&p=28',0,'tpath_testimonial','',0),(32,1,'2015-05-16 13:54:07','2015-05-16 13:54:07','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','BBQ Spareribs Salat','','publish','closed','closed','','bbq-spareribs-salat','','','2015-05-16 13:54:07','2015-05-16 13:54:07','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=32',0,'tpath_portfolio','',0),(33,1,'2015-05-16 13:54:02','2015-05-16 13:54:02','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','Chicken Breast Roaster','','publish','closed','closed','','chicken-breast-roaster','','','2015-05-16 13:54:02','2015-05-16 13:54:02','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=33',0,'tpath_portfolio','',0),(35,1,'2015-05-16 13:52:45','2015-05-16 13:52:45','','bg-image-1','','inherit','closed','closed','','bg-image-1','','','2015-05-16 13:52:45','2015-05-16 13:52:45','',6,'http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-1.jpg',0,'attachment','image/jpeg',0),(39,1,'2015-05-16 13:59:42','2015-05-16 13:59:42','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','BBQ Spareribs Salat','','publish','closed','closed','','bbq-spareribs-salat-2','','','2015-05-16 13:59:42','2015-05-16 13:59:42','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=39',0,'tpath_portfolio','',0),(40,1,'2015-05-16 13:59:32','2015-05-16 13:59:32','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','Roasted Bison Steak','','publish','closed','closed','','roasted-bison-steak-2','','','2015-05-16 13:59:32','2015-05-16 13:59:32','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=40',0,'tpath_portfolio','',0),(43,1,'2015-05-16 14:00:33','2015-05-16 14:00:33','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','Spicy Steak Bites','','publish','closed','closed','','spicy-steak-bites','','','2015-05-16 14:00:33','2015-05-16 14:00:33','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=43',0,'tpath_portfolio','',0),(46,1,'2015-05-16 14:01:47','2015-05-16 14:01:47','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','BBQ Spareribs Salat','','publish','closed','closed','','bbq-spareribs-salat-3','','','2015-05-16 14:01:47','2015-05-16 14:01:47','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=46',0,'tpath_portfolio','',0),(47,1,'2015-05-16 14:01:56','2015-05-16 14:01:56','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','Roasted Bison Steak','','publish','closed','closed','','roasted-bison-steak-3','','','2015-05-16 14:01:56','2015-05-16 14:01:56','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=47',0,'tpath_portfolio','',0),(51,1,'2015-05-16 14:05:31','2015-05-16 14:05:31','[vc_row][vc_column width=\"1/1\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" gutter=\"20\" show_filter=\"Yes\" show_pagination=\"Yes\" categories=\"all\"][/vc_column][/vc_row]','Menu Gallery','','publish','closed','closed','','menu-gallery','','','2015-05-16 14:05:31','2015-05-16 14:05:31','',0,'http://themexlab.com/buffalo/?page_id=51',0,'page','',0),(53,1,'2015-05-16 14:05:21','2015-05-16 14:05:21','','gallery_heading_bg','','inherit','closed','closed','','gallery_heading_bg','','','2015-05-16 14:05:21','2015-05-16 14:05:21','',51,'http://daviddelk.net/band/wp-content/uploads/2015/05/gallery_heading_bg.jpg',0,'attachment','image/jpeg',0),(59,1,'2015-05-16 14:25:15','2015-05-16 14:25:15','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"60\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\" css=\".vc_custom_1432491055226{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\" The Best Quality since 1992\" alignment=\"Left\" heading_type=\"h4\" margin_bottom=\"30\"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years. We have been trading online for the last 3 years so it’s now even easier for our customers to get great, fresh produce. Our product of the month is our range of fruit smoothies and if your order them now you can benefit from our 25% discount. New to the store are our bags of mixed dried berries. A perfect healthy snack or a nice topping for your cereal in the morning. Prices range, depending on the bag size, from £2.99 to £4.99 per bag. [/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_style=\"tpath-standard\"][vc_column width=\"1/1\"][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team posts=\"4\" columns=\"4\" categories=\"all\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1432580394514{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #e6e6e6 !important;}\" background_style=\"tpath-standard\"][vc_column width=\"1/1\" css=\".vc_custom_1433111223136{padding-top: 40px !important;padding-bottom: 40px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Our Opening Hours\" alignment=\"Left\" heading_type=\"h4\" margin_bottom=\"20\"][vc_column_text css=\".vc_custom_1432579817315{margin-bottom: 25px !important;}\"]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 – 21:00\" tuesday_hour=\"12:00 – 21:00\" wednesday_hour=\"12:00 – 21:00\" thursday_hour=\"12:00 – 21:00\" friday_hour=\"12:00 – 21:00\" friday_sub=\"All you can Eat\" saturday_hour=\"12:00 – 21:00\" sunday_hour=\"12:00 – 21:00\" column_size=\"one_column\" btn_text=\"Take reservation\" link=\"#\" btn_class=\"btn-active\"][/vc_column][vc_column width=\"1/1\" offset=\"vc_col-lg-8 vc_col-md-8\"][rev_slider_vc alias=\"thumbslider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_style=\"tpath-standard\"][vc_column width=\"1/1\"][tpath_section_title title=\"Healthy Food Ingredients\" alignment=\"Center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1433009413573{padding-top: 0px !important;padding-bottom: 0px !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-carrot7\" title=\"Carrots\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-vegetable9\" title=\"Artichoke\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-ingredient1\" title=\"Beans\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-vegetable7\" title=\"Broccoli\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-fruit41\" title=\"Strawberry\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-fruits4\" title=\"Apples\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1433009424037{padding-top: 30px !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-pita1\" title=\"Salads\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-hot1\" title=\"Hot Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-meat17\" title=\"Meats\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-beer2\" title=\"Beer\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-cake\" title=\"Cakes\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-ice78\" title=\"Ice Cream\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1431795958680{background-color: #e6e6e6 !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][tpath_section_title title=\"What did our guests say?\" alignment=\"Center\"][tpath_vc_testimonial slider_type=\"single_item\" posts=\"3\" pagination=\"true\" autoplay=\"5000\" categories=\"3\" navigation=\"true\" auto_play=\"true\" autoplay_timeout=\"5000\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" full_width=\"stretch_row\" css=\".vc_custom_1432612591931{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/1\"][tpath_vc_clients alignment=\"Left\" posts=\"10\" items=\"4\" pagination=\"false\" navigation=\"true\" pagenav_style=\"light\" autoplay=\"5000\" categories=\"10\" items_scroll=\"1\" infinite_loop=\"true\" auto_play=\"true\" autoplay_timeout=\"5000\"][/vc_column][/vc_row]','About Us','','publish','closed','closed','','about-us','','','2015-05-16 14:25:15','2015-05-16 14:25:15','',0,'http://themexlab.com/buffalo/?page_id=59',0,'page','',0),(60,1,'2015-05-16 14:23:16','2015-05-16 14:23:16','','about-img','','inherit','closed','closed','','about-img','','','2015-05-16 14:23:16','2015-05-16 14:23:16','',59,'http://daviddelk.net/band/wp-content/uploads/2015/05/about-img.png',0,'attachment','image/png',0),(62,1,'2015-05-16 14:30:18','2015-05-16 14:30:18','','contact_heading_bg','','inherit','closed','closed','','contact_heading_bg','','','2015-05-16 14:30:18','2015-05-16 14:30:18','',59,'http://daviddelk.net/band/wp-content/uploads/2015/05/contact_heading_bg.jpg',0,'attachment','image/jpeg',0),(68,1,'2015-05-16 14:57:06','2015-05-16 14:57:06','','Beef Jerk','','publish','closed','closed','','beef-jerk','','','2015-05-16 14:57:06','2015-05-16 14:57:06','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=68',0,'tpath_clients','',0),(69,1,'2015-05-16 14:56:45','2015-05-16 14:56:45','','1-white','','inherit','closed','closed','','1-white','','','2015-05-16 14:56:45','2015-05-16 14:56:45','',68,'http://daviddelk.net/band/wp-content/uploads/2015/05/1-white.png',0,'attachment','image/png',0),(70,1,'2015-05-16 14:59:36','2015-05-16 14:59:36','','Ristranuto','','publish','closed','closed','','ristranuto','','','2015-05-16 14:59:36','2015-05-16 14:59:36','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=70',0,'tpath_clients','',0),(71,1,'2015-05-16 14:57:44','2015-05-16 14:57:44','','2-white','','inherit','closed','closed','','2-white','','','2015-05-16 14:57:44','2015-05-16 14:57:44','',70,'http://daviddelk.net/band/wp-content/uploads/2015/05/2-white.png',0,'attachment','image/png',0),(72,1,'2015-05-16 15:00:39','2015-05-16 15:00:39','','Losario','','publish','closed','closed','','losario','','','2015-05-16 15:00:39','2015-05-16 15:00:39','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=72',0,'tpath_clients','',0),(73,1,'2015-05-16 15:00:58','2015-05-16 15:00:58','','Singapure','','publish','closed','closed','','singapure','','','2015-05-16 15:00:58','2015-05-16 15:00:58','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=73',0,'tpath_clients','',0),(74,1,'2015-05-16 15:00:09','2015-05-16 15:00:09','','3-white','','inherit','closed','closed','','3-white','','','2015-05-16 15:00:09','2015-05-16 15:00:09','',72,'http://daviddelk.net/band/wp-content/uploads/2015/05/3-white.png',0,'attachment','image/png',0),(75,1,'2015-05-16 15:00:21','2015-05-16 15:00:21','','4-white','','inherit','closed','closed','','4-white','','','2015-05-16 15:00:21','2015-05-16 15:00:21','',73,'http://daviddelk.net/band/wp-content/uploads/2015/05/4-white.png',0,'attachment','image/png',0),(76,1,'2015-05-16 15:02:10','2015-05-16 15:02:10','','Beef Jerk','','publish','closed','closed','','beef-jerk-2','','','2015-05-16 15:02:10','2015-05-16 15:02:10','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=76',0,'tpath_clients','',0),(77,1,'2015-05-16 15:01:50','2015-05-16 15:01:50','','1','','inherit','closed','closed','','1','','','2015-05-16 15:01:50','2015-05-16 15:01:50','',76,'http://daviddelk.net/band/wp-content/uploads/2015/05/1.png',0,'attachment','image/png',0),(78,1,'2015-05-16 15:03:23','2015-05-16 15:03:23','','Ristranuto','','publish','closed','closed','','ristranuto-2','','','2015-05-16 15:03:23','2015-05-16 15:03:23','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=78',0,'tpath_clients','',0),(79,1,'2015-05-16 15:03:17','2015-05-16 15:03:17','','Losario','','publish','closed','closed','','losario-2','','','2015-05-16 15:03:17','2015-05-16 15:03:17','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=79',0,'tpath_clients','',0),(80,1,'2015-05-16 15:02:51','2015-05-16 15:02:51','','2','','inherit','closed','closed','','2','','','2015-05-16 15:02:51','2015-05-16 15:02:51','',78,'http://daviddelk.net/band/wp-content/uploads/2015/05/2.png',0,'attachment','image/png',0),(81,1,'2015-05-16 15:03:07','2015-05-16 15:03:07','','3','','inherit','closed','closed','','3','','','2015-05-16 15:03:07','2015-05-16 15:03:07','',79,'http://daviddelk.net/band/wp-content/uploads/2015/05/3.png',0,'attachment','image/png',0),(83,1,'2015-05-16 15:04:57','2015-05-16 15:04:57','','Singapure','','publish','closed','closed','','singapure-2','','','2015-05-16 15:04:57','2015-05-16 15:04:57','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=83',0,'tpath_clients','',0),(84,1,'2015-05-16 15:04:36','2015-05-16 15:04:36','','4','','inherit','closed','closed','','4','','','2015-05-16 15:04:36','2015-05-16 15:04:36','',83,'http://daviddelk.net/band/wp-content/uploads/2015/05/4.png',0,'attachment','image/png',0),(96,1,'2015-05-16 16:03:57','2015-05-16 16:03:57','','01','','publish','closed','closed','','01','','','2015-05-16 16:03:57','2015-05-16 16:03:57','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=96',0,'tpath_clients','',0),(97,1,'2015-05-16 16:03:59','2015-05-16 16:03:59','','02','','publish','closed','closed','','02','','','2015-05-16 16:03:59','2015-05-16 16:03:59','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=97',0,'tpath_clients','',0),(98,1,'2015-05-16 16:04:01','2015-05-16 16:04:01','','03','','publish','closed','closed','','03','','','2015-05-16 16:04:01','2015-05-16 16:04:01','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=98',0,'tpath_clients','',0),(99,1,'2015-05-16 16:04:03','2015-05-16 16:04:03','','04','','publish','closed','closed','','04','','','2015-05-16 16:04:03','2015-05-16 16:04:03','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=99',0,'tpath_clients','',0),(100,1,'2015-05-16 16:05:50','2015-05-16 16:05:50','','001','','publish','closed','closed','','001','','','2015-05-16 16:05:50','2015-05-16 16:05:50','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=100',0,'tpath_clients','',0),(101,1,'2015-05-16 16:05:51','2015-05-16 16:05:51','','002','','publish','closed','closed','','002','','','2015-05-16 16:05:51','2015-05-16 16:05:51','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=101',0,'tpath_clients','',0),(102,1,'2015-05-16 16:05:55','2015-05-16 16:05:55','','003','','publish','closed','closed','','003','','','2015-05-16 16:05:55','2015-05-16 16:05:55','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=102',0,'tpath_clients','',0),(103,1,'2015-05-16 16:05:57','2015-05-16 16:05:57','','004','','publish','closed','closed','','004','','','2015-05-16 16:05:57','2015-05-16 16:05:57','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=103',0,'tpath_clients','',0),(104,1,'2015-05-16 16:30:48','2015-05-16 16:30:48','','logo2','','inherit','closed','closed','','logo2','','','2015-05-16 16:30:48','2015-05-16 16:30:48','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/logo2.png',0,'attachment','image/png',0),(117,1,'2015-05-16 23:27:45','2015-05-16 23:27:45','[vc_row center_row=\"yes\"][vc_column][tpath_location_search]Do you want to order some meals online? No problem, find our restaurant at your location. <a href=\"#\">Browse daily menu</a>[/tpath_location_search][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464686574{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\" Choose your meal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-knife39\" title=\"Lunch/Dinner\" btn_title=\"Take a Reservation\" btn_link=\"http://themexlab.com/buffalo/reservation/\"][/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-burger12\" title=\"Burger to Go\" btn_title=\"Choose a Menu\" btn_link=\"http://themexlab.com/buffalo/menu-gallery\"][/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-alcohol7\" title=\"Drinks\" btn_title=\"Order some drinks\" btn_link=\"http://themexlab.com/buffalo/menu-gallery/\"][/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-salad\" title=\"Salads\" btn_title=\"Choose a Menu\" btn_link=\"http://themexlab.com/buffalo/menu-gallery/\"][/tpath_feature_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][tpath_tiled_gallery gallery_images=\"574,575,576,577,578,579\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-half-wrapper\" center_row=\"yes\" css=\".vc_custom_1436553352651{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" el_class=\"paralax-form\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/6\" offset=\"vc_col-lg-2 vc_hidden-md vc_hidden-sm\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-12\"][tpath_day_counter day=\"28\" month=\"11\" year=\"2015\" title=\"Take a reservation\" subtitle=\"fast easy and clean\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464562165{background-color: #e6e6e6 !important;}\"][vc_column][tpath_section_title title=\"What did our guests say?\" alignment=\"Center\"][tpath_vc_testimonial posts=\"10\" categories=\"3\" autoplay=\"5000\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our latest news on the blog\" alignment=\"Center\"][tpath_vc_blog posts=\"4\" layout=\"list\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464594841{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433110853697{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433110871213{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our popular restaurants\" alignment=\"Center\" margin_bottom=\"40\"][tpath_vc_clients posts=\"10\" navigation=\"true\" pagenav_style=\"dark\" categories=\"11\" title=\"Our popular restaurants\" alignment=\"Center\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 2','','publish','closed','closed','','home-version-2','','','2015-05-16 23:27:45','2015-05-16 23:27:45','',0,'http://themexlab.com/buffalo/?page_id=117',0,'page','',0),(118,1,'2015-05-16 23:14:02','2015-05-16 23:14:02','[vc_row center_row=\"yes\"][vc_column][tpath_location_search]Do you want to order some meals online? No problem, find our restaurant at your location. <a href=\"http://themexlab.com/buffalo/menu-gallery\">Browse daily menu</a>[/tpath_location_search][/vc_column][/vc_row][vc_row background_style=\"overlay-half-wrapper\" center_row=\"yes\" css=\".vc_custom_1436554249992{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" el_class=\"paralax-form\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/2\"][tpath_day_counter day=\"01\" month=\"01\" year=\"2016\" title=\"Take a Reservation\" subtitle=\"fast easy and clean\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436468468804{background-color: #e6e6e6 !important;}\"][vc_column][tpath_section_title title=\"What did our guests say?\" alignment=\"Center\"][tpath_vc_testimonial categories=\"3\" autoplay=\"5000\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436468482026{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"10\" navigation=\"true\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Reservation','','publish','closed','closed','','reservation','','','2015-05-16 23:14:02','2015-05-16 23:14:02','',0,'http://themexlab.com/buffalo/?page_id=118',0,'page','',0),(129,1,'2015-05-17 00:01:23','2015-05-17 00:01:23','[vc_column][tpath_special_item feature_image=\"794\" high_text=\"The Coast Big Band\" item_title=\"Entertainment at its best!\" btn_title=\"CLICK HERE FOR TICKETS\" btn_link=\"#\"]The Coast Big Band...blah blah blah[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"We Love To Have Fun!\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','publish','closed','closed','','home-version-3','','','2017-03-18 06:16:03','2017-03-18 06:16:03','',0,'http://themexlab.com/buffalo/?page_id=129',0,'page','',0),(131,1,'2015-05-17 02:49:21','2015-05-17 02:49:21','[vc_row center_row=\"yes\" css=\".vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}\" el_class=\"black-form\"][tpath_section_title title=\"Take a Reservation\" margin_bottom=\"40\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"2/3\"][tpath_google_map map_height=\"860px\" map_address=\"Ladera Center, 6709 La Tijera Blvd, Los Angeles, CA 90045, United States\" map_content=\"Buffalo Restaurant\" map_scroll=\"yes\"][/vc_column][/vc_row]','Contact One','','publish','closed','closed','','contact-one','','','2015-05-17 02:49:21','2015-05-17 02:49:21','',0,'http://themexlab.com/buffalo/?page_id=131',0,'page','',0),(140,1,'2015-05-17 12:24:28','2015-05-17 12:24:28','','10','','inherit','closed','closed','','10','','','2015-05-17 12:24:28','2015-05-17 12:24:28','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/10.jpg',0,'attachment','image/jpeg',0),(141,1,'2015-05-17 12:26:46','2015-05-17 12:26:46','','11','','inherit','closed','closed','','11','','','2015-05-17 12:26:46','2015-05-17 12:26:46','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/11.jpg',0,'attachment','image/jpeg',0),(142,1,'2015-05-17 12:29:23','2015-05-17 12:29:23','','12','','inherit','closed','closed','','12','','','2015-05-17 12:29:23','2015-05-17 12:29:23','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/12.jpg',0,'attachment','image/jpeg',0),(155,1,'2015-05-17 17:05:35','2015-05-17 17:05:35','','Carousel-01','','inherit','closed','closed','','carousel-01','','','2015-05-17 17:05:35','2015-05-17 17:05:35','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/Carousel-01.jpg',0,'attachment','image/jpeg',0),(156,1,'2015-05-17 17:05:40','2015-05-17 17:05:40','','Carousel-02','','inherit','closed','closed','','carousel-02','','','2015-05-17 17:05:40','2015-05-17 17:05:40','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/Carousel-02.jpg',0,'attachment','image/jpeg',0),(157,1,'2015-05-17 17:05:43','2015-05-17 17:05:43','','Carousel-03','','inherit','closed','closed','','carousel-03','','','2015-05-17 17:05:43','2015-05-17 17:05:43','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/Carousel-03.jpg',0,'attachment','image/jpeg',0),(166,1,'2015-05-24 11:30:12','2015-05-24 11:30:12','','team-04','','inherit','closed','closed','','team-04','','','2015-05-24 11:30:12','2015-05-24 11:30:12','',8,'http://daviddelk.net/band/wp-content/uploads/2015/05/team-04.jpg',0,'attachment','image/jpeg',0),(167,1,'2015-05-24 11:31:38','2015-05-24 11:31:38','','team-03','','inherit','closed','closed','','team-03','','','2015-05-24 11:31:38','2015-05-24 11:31:38','',10,'http://daviddelk.net/band/wp-content/uploads/2015/05/team-03.jpg',0,'attachment','image/jpeg',0),(168,1,'2015-05-24 11:32:52','2015-05-24 11:32:52','','team-02','','inherit','closed','closed','','team-02','','','2015-05-24 11:32:52','2015-05-24 11:32:52','',12,'http://daviddelk.net/band/wp-content/uploads/2015/05/team-02.jpg',0,'attachment','image/jpeg',0),(170,1,'2015-05-24 11:34:13','2015-05-24 11:34:13','','team-01','','inherit','closed','closed','','team-01','','','2015-05-24 11:34:13','2015-05-24 11:34:13','',14,'http://daviddelk.net/band/wp-content/uploads/2015/05/team-01.jpg',0,'attachment','image/jpeg',0),(171,1,'2015-05-24 11:35:51','2015-05-24 11:35:51','','testimonials-03','','inherit','closed','closed','','testimonials-03','','','2015-05-24 11:35:51','2015-05-24 11:35:51','',21,'http://daviddelk.net/band/wp-content/uploads/2015/05/testimonials-03.jpg',0,'attachment','image/jpeg',0),(172,1,'2015-05-24 11:36:53','2015-05-24 11:36:53','','testimonials-02','','inherit','closed','closed','','testimonials-02','','','2015-05-24 11:36:53','2015-05-24 11:36:53','',26,'http://daviddelk.net/band/wp-content/uploads/2015/05/testimonials-02.jpg',0,'attachment','image/jpeg',0),(173,1,'2015-05-24 11:38:10','2015-05-24 11:38:10','','testimonials-01','','inherit','closed','closed','','testimonials-01','','','2015-05-24 11:38:10','2015-05-24 11:38:10','',28,'http://daviddelk.net/band/wp-content/uploads/2015/05/testimonials-01.jpg',0,'attachment','image/jpeg',0),(174,1,'2015-05-24 11:45:00','2015-05-24 11:45:00','','portfolio-01','','inherit','closed','closed','','portfolio-01','','','2015-05-24 11:45:00','2015-05-24 11:45:00','',7,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-01.jpg',0,'attachment','image/jpeg',0),(175,1,'2015-05-24 12:07:43','2015-05-24 12:07:43','','portfolio-02','','inherit','closed','closed','','portfolio-02','','','2015-05-24 12:07:43','2015-05-24 12:07:43','',33,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-02.jpg',0,'attachment','image/jpeg',0),(176,1,'2015-05-24 12:12:54','2015-05-24 12:12:54','','portfolio-03','','inherit','closed','closed','','portfolio-03','','','2015-05-24 12:12:54','2015-05-24 12:12:54','',32,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-03.jpg',0,'attachment','image/jpeg',0),(177,1,'2015-05-24 12:19:06','2015-05-24 12:19:06','','portfolio-04','','inherit','closed','closed','','portfolio-04','','','2015-05-24 12:19:06','2015-05-24 12:19:06','',40,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-04.jpg',0,'attachment','image/jpeg',0),(178,1,'2015-05-24 12:21:38','2015-05-24 12:21:38','','portfolio-05','','inherit','closed','closed','','portfolio-05','','','2015-05-24 12:21:38','2015-05-24 12:21:38','',39,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-05.jpg',0,'attachment','image/jpeg',0),(179,1,'2015-05-24 12:29:39','2015-05-24 12:29:39','','portfolio-06','','inherit','closed','closed','','portfolio-06','','','2015-05-24 12:29:39','2015-05-24 12:29:39','',43,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-06.jpg',0,'attachment','image/jpeg',0),(180,1,'2015-05-24 12:31:40','2015-05-24 12:31:40','','portfolio-07','','inherit','closed','closed','','portfolio-07','','','2015-05-24 12:31:40','2015-05-24 12:31:40','',46,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-07.jpg',0,'attachment','image/jpeg',0),(181,1,'2015-05-24 12:33:23','2015-05-24 12:33:23','','portfolio-08','','inherit','closed','closed','','portfolio-08','','','2015-05-24 12:33:23','2015-05-24 12:33:23','',47,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-08.jpg',0,'attachment','image/jpeg',0),(182,1,'2015-05-24 12:36:01','2015-05-24 12:36:01','','slider-01','','inherit','closed','closed','','slider-01','','','2015-05-24 12:36:01','2015-05-24 12:36:01','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/slider-01.jpg',0,'attachment','image/jpeg',0),(183,1,'2015-05-24 12:40:43','2015-05-24 12:40:43','','slider-logo','','inherit','closed','closed','','slider-logo','','','2015-05-24 12:40:43','2015-05-24 12:40:43','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/slider-logo.png',0,'attachment','image/png',0),(184,1,'2015-05-24 13:14:15','2015-05-24 13:14:15','','slider-02','','inherit','closed','closed','','slider-02','','','2015-05-24 13:14:15','2015-05-24 13:14:15','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/slider-02.jpg',0,'attachment','image/jpeg',0),(185,1,'2015-05-24 13:23:03','2015-05-24 13:23:03','','slider-03','','inherit','closed','closed','','slider-03','','','2015-05-24 13:23:03','2015-05-24 13:23:03','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/slider-03.jpg',0,'attachment','image/jpeg',0),(186,1,'2015-05-24 13:29:58','2015-05-24 13:29:58','','slider-logo1','','inherit','closed','closed','','slider-logo1','','','2015-05-24 13:29:58','2015-05-24 13:29:58','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/slider-logo1.png',0,'attachment','image/png',0),(210,1,'2015-05-24 17:14:05','2015-05-24 17:14:05','[vc_row center_row=\"yes\" css=\".vc_custom_1436469013277{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110706750{padding-bottom: 15px !important;}\" offset=\"vc_col-lg-4 vc_col-md-5\"][tpath_section_title title=\"Our Opening Hours \"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 – 21:00\" tuesday_hour=\"12:00 – 21:00\" wednesday_hour=\"12:00 – 21:00\" thursday_hour=\"12:00 – 21:00\" friday_hour=\"12:00 – 21:00\" saturday_hour=\"12:00 – 21:00\" saturday_sub=\"All You Can Eat\" sunday_hour=\"12:00 – 21:00\" btn_text=\"Take reservation\" link=\"#\" btn_class=\"btn-active\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-7\"][tpath_google_map map_height=\"720px\" map_address=\"Ladera Center, 6709 La Tijera Blvd, Los Angeles, CA 90045, United States\" map_content=\"Buffalo Restaurant\" map_scroll=\"yes\"][/vc_column][/vc_row]','Contact Two','','publish','closed','closed','','contact-two','','','2015-05-24 17:14:05','2015-05-24 17:14:05','',0,'http://themexlab.com/buffalo/?page_id=210',0,'page','',0),(220,1,'2015-05-24 18:09:52','2015-05-24 18:09:52','[vc_row full_width=\"stretch_row\" background_style=\"tpath-standard\"][vc_column width=\"2/3\"][tpath_section_title title=\"Fill Your Information\" alignment=\"Left\" heading_type=\"h4\"][vc_column_text][tpath_contact_form form=\"on\" form_align=\"on\" info=\"on\" btn_text=\"Submit\"][/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_widget_sidebar sidebar_id=\"footer-widget-4\"][/vc_column][/vc_row][vc_row background_style=\"tpath-standard\" css=\".vc_custom_1432492657292{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/1\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMjQxODIuNTE5NTY4NzIwNjE0JTIxMmQtNzQuMDA2NDc1OSUyMTNkNDAuNzQ0MDk3MyUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDg5YzI1OWM3NTc5Mjg1N2IlMjUzQTB4M2VmYTdhN2I1YzMzYjI2NSUyMTJzQXZlbnVlJTIxNWUwJTIxM20yJTIxMXNlbiUyMTJzaW4lMjE0djE0MzE4MzA5MDY1MDclMjIlMjB3aWR0aCUzRCUyMjEyMDAlMjIlMjBoZWlnaHQlM0QlMjI0MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"400\"][/vc_column][/vc_row]','Contact Three','','publish','closed','closed','','contact-three','','','2015-05-24 18:09:52','2015-05-24 18:09:52','',0,'http://themexlab.com/buffalo/?page_id=220',0,'page','',0),(232,1,'2015-05-24 19:20:30','2015-05-24 19:20:30','','thumb-gallery-01','','inherit','closed','closed','','thumb-gallery-01','','','2015-05-24 19:20:30','2015-05-24 19:20:30','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg',0,'attachment','image/jpeg',0),(233,1,'2015-05-24 19:23:23','2015-05-24 19:23:23','','thumb-gallery-02','','inherit','closed','closed','','thumb-gallery-02','','','2015-05-24 19:23:23','2015-05-24 19:23:23','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-02.jpg',0,'attachment','image/jpeg',0),(234,1,'2015-05-24 19:30:02','2015-05-24 19:30:02','','thumb-gallery-03','','inherit','closed','closed','','thumb-gallery-03','','','2015-05-24 19:30:02','2015-05-24 19:30:02','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-03.jpg',0,'attachment','image/jpeg',0),(238,1,'2015-05-24 20:04:07','2015-05-24 20:04:07','[vc_row center_row=\"yes\" css=\".vc_custom_1436467316231{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433109706627{margin-bottom: 30px !important;}\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111637225{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Steaks & Beef\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Hot Spicy beef steak\" item_price=\"14.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"BBQ Steak burger\" item_price=\"19.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Chicken breast steak\" item_price=\"13.95$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Chiportle Weste Steak\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111649984{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Salad & Spices\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Chicken Salad\" item_price=\"12.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"Mexican Salad\" item_price=\"13.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Greek Salad\" item_price=\"10.99$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Fruit Smooth Salad\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111662554{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Drinks & Wine\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Old Grog Whisky\" item_price=\"6.59$\" item_content=\"vodka, whisky\"][tpath_bmenus_item item_title=\"Mojito Cockatil\" item_price=\"19.99$\" item_content=\"gin, vodka, lychee liqueur, lime\"][tpath_bmenus_item item_title=\"Chardonai Wine\" item_price=\"67.95$\" item_content=\"wine bottle from 1923\"][tpath_bmenus_item item_title=\"NÉSPRESSO\" item_price=\"8.99$\" item_content=\"espresso, coffee\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436467415537{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1432612798190{margin-top: -30px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433111680324{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111692175{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111706688{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Healthy Food Ingredients\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467469790{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-fruit41\" title=\"Nuts\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-carrot7\" title=\"Carrots\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-mushroom14\" title=\"Potatos\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable9\" title=\"Artichoke\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable7\" title=\"Boletus\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-onions\" title=\"Onion\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467925138{padding-top: 30px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-salad\" title=\"Salads\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-hot1\" title=\"Hot Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable3\" title=\"Tomato\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-pepper1\" title=\"Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-ingredient1\" title=\"Beans\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-mushroom14\" title=\"Broccoli\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467502975{background-color: #e6e6e6 !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467534547{padding-top: 0px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433111891689{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433111902201{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"secondary-color\" center_row=\"yes\" css=\".vc_custom_1436467563307{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"10\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Services','','publish','closed','closed','','services-2','','','2015-05-24 20:04:07','2015-05-24 20:04:07','',0,'http://themexlab.com/buffalo/?page_id=238',0,'page','',0),(239,1,'2015-05-24 20:03:24','2015-05-24 20:03:24','','services-header-bg','','inherit','closed','closed','','services-header-bg','','','2015-05-24 20:03:24','2015-05-24 20:03:24','',238,'http://daviddelk.net/band/wp-content/uploads/2015/05/services-header-bg.jpg',0,'attachment','image/jpeg',0),(252,1,'2015-05-25 08:45:34','2015-05-25 08:45:34','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Awesome Dishes','','publish','open','closed','','awesome-dishes','','','2015-05-25 08:45:34','2015-05-25 08:45:34','',0,'http://themexlab.com/buffalo/?p=252',0,'post','',0),(254,1,'2015-05-25 09:38:44','2015-05-25 09:38:44','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Spicy Steak Bites','','publish','open','closed','','spicy-steak-bites','','','2015-05-25 09:38:44','2015-05-25 09:38:44','',0,'http://themexlab.com/buffalo/?p=254',0,'post','',0),(256,1,'2015-05-25 09:42:56','2015-05-25 09:42:56','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Roasted Bison Steak','','publish','closed','closed','','roasted-bison-steak','','','2015-05-25 09:42:56','2015-05-25 09:42:56','',0,'http://themexlab.com/buffalo/?p=256',0,'post','',0),(258,1,'2015-05-25 09:52:13','2015-05-25 09:52:13','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','BBQ Spareribs Salad','','publish','open','closed','','bbq-spareribs-salad','','','2015-05-25 09:52:13','2015-05-25 09:52:13','',0,'http://themexlab.com/buffalo/?p=258',0,'post','',0),(260,1,'2015-05-25 09:55:39','2015-05-25 09:55:39','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Hot Cereals Breakfast','','publish','open','open','','hot-cereals-breakfast','','','2015-05-25 09:55:39','2015-05-25 09:55:39','',0,'http://themexlab.com/buffalo/?p=260',0,'post','',0),(262,1,'2015-05-25 10:00:39','2015-05-25 10:00:39','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Best Stuffed Salads','','publish','open','closed','','best-stuffed-salads','','','2015-05-25 10:00:39','2015-05-25 10:00:39','',0,'http://themexlab.com/buffalo/?p=262',0,'post','',0),(264,1,'2015-05-25 10:09:41','2015-05-25 10:09:41','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Coffee de creama','','publish','open','closed','','coffee-de-creama','','','2015-05-25 10:09:41','2015-05-25 10:09:41','',0,'http://themexlab.com/buffalo/?p=264',0,'post','',0),(266,1,'2015-05-25 10:26:48','2015-05-25 10:26:48','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Best Steak Menues','','publish','open','closed','','best-steak-menues','','','2015-05-25 10:26:48','2015-05-25 10:26:48','',0,'http://themexlab.com/buffalo/?p=266',0,'post','',0),(268,1,'2015-05-25 10:30:29','2015-05-25 10:30:29','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','15 Awesome Spices','','publish','open','closed','','15-awesome-spices','','','2015-05-25 10:30:29','2015-05-25 10:30:29','',0,'http://themexlab.com/buffalo/?p=268',0,'post','',0),(294,1,'2015-05-25 19:24:57','2015-05-25 19:24:57','','blog-01','','inherit','closed','closed','','blog-01','','','2015-05-25 19:24:57','2015-05-25 19:24:57','',252,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-01.jpg',0,'attachment','image/jpeg',0),(295,1,'2015-05-25 19:29:57','2015-05-25 19:29:57','','blog-02','','inherit','closed','closed','','blog-02','','','2015-05-25 19:29:57','2015-05-25 19:29:57','',254,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-02.jpg',0,'attachment','image/jpeg',0),(296,1,'2015-05-25 19:33:06','2015-05-25 19:33:06','','blog-03','','inherit','closed','closed','','blog-03','','','2015-05-25 19:33:06','2015-05-25 19:33:06','',256,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-03.jpg',0,'attachment','image/jpeg',0),(297,1,'2015-05-25 19:40:52','2015-05-25 19:40:52','','blog-04','','inherit','closed','closed','','blog-04','','','2015-05-25 19:40:52','2015-05-25 19:40:52','',258,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-04.jpg',0,'attachment','image/jpeg',0),(298,1,'2015-05-25 19:41:00','2015-05-25 19:41:00','','blog-05','','inherit','closed','closed','','blog-05','','','2015-05-25 19:41:00','2015-05-25 19:41:00','',258,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-05.jpg',0,'attachment','image/jpeg',0),(299,1,'2015-05-25 19:41:15','2015-05-25 19:41:15','','blog-06','','inherit','closed','closed','','blog-06','','','2015-05-25 19:41:15','2015-05-25 19:41:15','',258,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-06.jpg',0,'attachment','image/jpeg',0),(300,1,'2015-05-25 19:43:16','2015-05-25 19:43:16','','blog-07','','inherit','closed','closed','','blog-07','','','2015-05-25 19:43:16','2015-05-25 19:43:16','',260,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-07.jpg',0,'attachment','image/jpeg',0),(301,1,'2015-05-25 19:46:08','2015-05-25 19:46:08','','blog-08','','inherit','closed','closed','','blog-08','','','2015-05-25 19:46:08','2015-05-25 19:46:08','',262,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-08.jpg',0,'attachment','image/jpeg',0),(302,1,'2015-05-25 19:48:22','2015-05-25 19:48:22','','blog-09','','inherit','closed','closed','','blog-09','','','2015-05-25 19:48:22','2015-05-25 19:48:22','',264,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-09.jpg',0,'attachment','image/jpeg',0),(308,1,'2015-05-25 19:57:13','2015-05-25 19:57:13','','blog-10','','inherit','closed','closed','','blog-10','','','2015-05-25 19:57:13','2015-05-25 19:57:13','',266,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-10.jpg',0,'attachment','image/jpeg',0),(309,1,'2015-05-25 19:57:19','2015-05-25 19:57:19','','blog-11','','inherit','closed','closed','','blog-11','','','2015-05-25 19:57:19','2015-05-25 19:57:19','',266,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-11.jpg',0,'attachment','image/jpeg',0),(310,1,'2015-05-25 19:57:28','2015-05-25 19:57:28','','blog-12','','inherit','closed','closed','','blog-12','','','2015-05-25 19:57:28','2015-05-25 19:57:28','',266,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-12.jpg',0,'attachment','image/jpeg',0),(311,1,'2015-05-25 20:02:08','2015-05-25 20:02:08','','blog-13','','inherit','closed','closed','','blog-13','','','2015-05-25 20:02:08','2015-05-25 20:02:08','',268,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-13.jpg',0,'attachment','image/jpeg',0),(316,1,'2015-05-25 20:23:09','2015-05-25 20:23:09','','dvi-2','','inherit','closed','closed','','dvi-2','','','2015-05-25 20:23:09','2015-05-25 20:23:09','',238,'http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg',0,'attachment','image/jpeg',0),(319,1,'2015-05-25 20:30:15','2015-05-25 20:30:15','','carosel-01','','inherit','closed','closed','','carosel-01','','','2015-05-25 20:30:15','2015-05-25 20:30:15','',238,'http://daviddelk.net/band/wp-content/uploads/2015/05/carosel-01.jpg',0,'attachment','image/jpeg',0),(321,1,'2015-05-25 20:34:15','2015-05-25 20:34:15','','carosel-02','','inherit','closed','closed','','carosel-02','','','2015-05-25 20:34:15','2015-05-25 20:34:15','',238,'http://daviddelk.net/band/wp-content/uploads/2015/05/carosel-02.jpg',0,'attachment','image/jpeg',0),(322,1,'2015-05-25 20:34:19','2015-05-25 20:34:19','','carosel-03','','inherit','closed','closed','','carosel-03','','','2015-05-25 20:34:19','2015-05-25 20:34:19','',238,'http://daviddelk.net/band/wp-content/uploads/2015/05/carosel-03.jpg',0,'attachment','image/jpeg',0),(324,1,'2015-05-25 20:38:03','2015-05-25 20:38:03','','carosel-04','','inherit','closed','closed','','carosel-04','','','2015-05-25 20:38:03','2015-05-25 20:38:03','',238,'http://daviddelk.net/band/wp-content/uploads/2015/05/carosel-04.jpg',0,'attachment','image/jpeg',0),(342,1,'2015-05-26 02:59:23','2015-05-26 02:59:23','','Blog','','publish','closed','closed','','blog','','','2015-05-26 02:59:23','2015-05-26 02:59:23','',0,'http://themexlab.com/buffalo/?page_id=342',0,'page','',0),(349,1,'2015-05-31 03:19:37','2015-05-31 03:19:37','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Hot Fried Chickens','','publish','open','closed','','hot-fried-chickens','','','2015-05-31 03:19:37','2015-05-31 03:19:37','',0,'http://themexlab.com/buffalo/?p=349',0,'post','',0),(351,1,'2015-05-26 03:19:25','2015-05-26 03:19:25','','blog-14','','inherit','closed','closed','','blog-14','','','2015-05-26 03:19:25','2015-05-26 03:19:25','',349,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-14.jpg',0,'attachment','image/jpeg',0),(379,1,'2015-05-26 04:45:59','2015-05-26 04:45:59','','3','','inherit','closed','closed','','3-2','','','2015-05-26 04:45:59','2015-05-26 04:45:59','',118,'http://daviddelk.net/band/wp-content/uploads/2015/05/3.jpg',0,'attachment','image/jpeg',0),(513,1,'2015-05-31 07:21:02','2015-05-31 07:21:02','[vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-cooking30\" title=\"Food & Drinks\" btn_title=\"See Menu\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1436722266692{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][tpath_tiled_gallery gallery_images=\"574,575,576,577,578,579\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our latest news on the blog \" alignment=\"Center\"][tpath_vc_blog posts=\"4\" layout=\"list\"][/vc_column][/vc_row][vc_row background_style=\"overlay-half-wrapper\" center_row=\"yes\" css=\".vc_custom_1436553987408{margin-top: -30px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" el_class=\"paralax-form\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/2\"][tpath_day_counter day=\"01\" month=\"01\" year=\"2016\" title=\"Take a Reservation\" subtitle=\"fast easy and clean\"][/vc_column][/vc_row]','Services','','publish','closed','closed','','services','','','2015-05-31 07:21:02','2015-05-31 07:21:02','',0,'http://themexlab.com/buffalo/?page_id=513',0,'page','',0),(574,1,'2015-05-31 20:38:08','2015-05-31 20:38:08','','Fish & Chips','If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle','inherit','closed','closed','','tiled-01','','','2015-05-31 20:38:08','2015-05-31 20:38:08','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/tiled-01.jpg',0,'attachment','image/jpeg',0),(575,1,'2015-05-31 20:38:45','2015-05-31 20:38:45','','Salads & Antipasto','If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle','inherit','closed','closed','','tiled-02','','','2015-05-31 20:38:45','2015-05-31 20:38:45','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/tiled-02.jpg',0,'attachment','image/jpeg',0),(576,1,'2015-05-31 20:38:45','2015-05-31 20:38:45','','Salads & Antipasto','If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle','inherit','closed','closed','','tiled-02-2','','','2015-05-31 20:38:45','2015-05-31 20:38:45','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/tiled-02-1.jpg',0,'attachment','image/jpeg',0),(577,1,'2015-05-31 20:39:18','2015-05-31 20:39:18','','Quality Meat','If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle','inherit','closed','closed','','tiled-03','','','2015-05-31 20:39:18','2015-05-31 20:39:18','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/tiled-03.jpg',0,'attachment','image/jpeg',0),(578,1,'2015-05-31 20:39:18','2015-05-31 20:39:18','','Quality Meat','If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle','inherit','closed','closed','','tiled-03-2','','','2015-05-31 20:39:18','2015-05-31 20:39:18','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/tiled-03-1.jpg',0,'attachment','image/jpeg',0),(579,1,'2015-05-31 20:40:02','2015-05-31 20:40:02','','Best Wines','If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle','inherit','closed','closed','','tiled-04','','','2015-05-31 20:40:02','2015-05-31 20:40:02','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/tiled-04.jpg',0,'attachment','image/jpeg',0),(580,1,'2015-05-31 20:40:50','2015-05-31 20:40:50','','Hot Spices','If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle','inherit','closed','closed','','tiled-05','','','2015-05-31 20:40:50','2015-05-31 20:40:50','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/tiled-05.jpg',0,'attachment','image/jpeg',0),(581,1,'2015-05-31 20:41:22','2015-05-31 20:41:22','','Delicious Beef','If you visit one of our stores during the first week of next month you will see our cashiers','inherit','closed','closed','','tiled-06','','','2015-05-31 20:41:22','2015-05-31 20:41:22','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/tiled-06.jpg',0,'attachment','image/jpeg',0),(582,1,'2015-05-31 21:04:16','2015-05-31 21:04:16','','steak-01','','inherit','closed','closed','','steak-01','','','2015-05-31 21:04:16','2015-05-31 21:04:16','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/steak-01.jpg',0,'attachment','image/jpeg',0),(583,1,'2015-05-31 21:04:16','2015-05-31 21:04:16','','steak-01','','inherit','closed','closed','','steak-01-2','','','2015-05-31 21:04:16','2015-05-31 21:04:16','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/steak-01-1.jpg',0,'attachment','image/jpeg',0),(617,1,'2015-06-07 08:42:48','2015-06-07 08:42:48','New to the store are our bags of mixed dried berries. A perfect healthy snack or a nice topping for your cereal in the morning.','John Sparks','','publish','closed','closed','','john-sparks','','','2015-06-07 08:42:48','2015-06-07 08:42:48','',0,'http://themexlab.com/buffalo/?post_type=tpath_testimonial&p=617',0,'tpath_testimonial','',0),(618,1,'2015-06-07 08:43:48','2015-06-07 08:43:48','New to the store are our bags of mixed dried berries. A perfect healthy snack or a nice topping for your cereal in the morning.','Ethean Garreth','','publish','closed','closed','','ethean-garreth-2','','','2015-06-07 08:43:48','2015-06-07 08:43:48','',0,'http://themexlab.com/buffalo/?post_type=tpath_testimonial&p=618',0,'tpath_testimonial','',0),(619,1,'2015-06-07 08:46:05','2015-06-07 08:46:05','New to the store are our bags of mixed dried berries. A perfect healthy snack or a nice topping for your cereal in the morning.','John Sparks','','publish','closed','closed','','john-sparks-2','','','2015-06-07 08:46:05','2015-06-07 08:46:05','',0,'http://themexlab.com/buffalo/?post_type=tpath_testimonial&p=619',0,'tpath_testimonial','',0),(629,1,'2015-06-10 13:36:52','2015-06-10 13:36:52','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','AustraliaThe Sardine Room','','publish','closed','closed','','australiathe-sardine-room','','','2015-06-10 13:36:52','2015-06-10 13:36:52','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=629',0,'tpath_stores','',0),(633,1,'2015-06-10 16:12:16','2015-06-10 16:12:16','','store01','','inherit','open','open','','store01','','','2015-06-10 16:12:16','2015-06-10 16:12:16','',629,'http://daviddelk.net/band/wp-content/uploads/2015/06/store01.jpg',0,'attachment','image/jpeg',0),(634,1,'2015-06-10 16:16:27','2015-06-10 16:16:27','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n','Opus Restaurant','','publish','closed','closed','','opus-restaurant','','','2015-06-10 16:16:27','2015-06-10 16:16:27','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=634',0,'tpath_stores','',0),(635,1,'2015-06-10 16:15:30','2015-06-10 16:15:30','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n','The Bear','','publish','closed','closed','','the-bear','','','2015-06-10 16:15:30','2015-06-10 16:15:30','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=635',0,'tpath_stores','',0),(636,1,'2015-06-10 16:14:35','2015-06-10 16:14:35','','store02','','inherit','open','open','','store02','','','2015-06-10 16:14:35','2015-06-10 16:14:35','',635,'http://daviddelk.net/band/wp-content/uploads/2015/06/store02.jpg',0,'attachment','image/jpeg',0),(637,1,'2015-06-10 16:17:34','2015-06-10 16:17:34','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n','Harry\'s Restaurant','','publish','closed','closed','','harrys-restaurant','','','2015-06-10 16:17:34','2015-06-10 16:17:34','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=637',0,'tpath_stores','',0),(638,1,'2015-06-10 16:16:03','2015-06-10 16:16:03','','store03','','inherit','open','open','','store03','','','2015-06-10 16:16:03','2015-06-10 16:16:03','',634,'http://daviddelk.net/band/wp-content/uploads/2015/06/store03.jpg',0,'attachment','image/jpeg',0),(639,1,'2015-06-10 16:17:20','2015-06-10 16:17:20','','store04','','inherit','open','open','','store04','','','2015-06-10 16:17:20','2015-06-10 16:17:20','',637,'http://daviddelk.net/band/wp-content/uploads/2015/06/store04.jpg',0,'attachment','image/jpeg',0),(640,1,'2015-06-10 16:18:58','2015-06-10 16:18:58','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n','Rice Paper Scissors','','publish','closed','closed','','rice-paper-scissors','','','2015-06-10 16:18:58','2015-06-10 16:18:58','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=640',0,'tpath_stores','',0),(641,1,'2015-06-10 16:18:37','2015-06-10 16:18:37','','store06','','inherit','open','open','','store06','','','2015-06-10 16:18:37','2015-06-10 16:18:37','',640,'http://daviddelk.net/band/wp-content/uploads/2015/06/store06.jpg',0,'attachment','image/jpeg',0),(642,1,'2015-06-10 16:50:57','2015-06-10 16:50:57','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)','Slide Restaurant','','publish','closed','closed','','slide-restaurant','','','2015-06-10 16:50:57','2015-06-10 16:50:57','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=642',0,'tpath_stores','',0),(643,1,'2015-06-10 16:50:50','2015-06-10 16:50:50','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)','Twenty 8 Acres','','publish','closed','closed','','twenty-8-acres','','','2015-06-10 16:50:50','2015-06-10 16:50:50','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=643',0,'tpath_stores','',0),(644,1,'2015-06-10 16:50:01','2015-06-10 16:50:01','','store07','','inherit','open','open','','store07','','','2015-06-10 16:50:01','2015-06-10 16:50:01','',643,'http://daviddelk.net/band/wp-content/uploads/2015/06/store07.jpg',0,'attachment','image/jpeg',0),(645,1,'2015-06-10 16:50:47','2015-06-10 16:50:47','','store05','','inherit','open','open','','store05','','','2015-06-10 16:50:47','2015-06-10 16:50:47','',642,'http://daviddelk.net/band/wp-content/uploads/2015/06/store05.jpg',0,'attachment','image/jpeg',0),(646,1,'2015-06-10 16:53:53','2015-06-10 16:53:53','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)','Medusa Greek Taverna','','publish','closed','closed','','medusa-greek-taverna','','','2015-06-10 16:53:53','2015-06-10 16:53:53','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=646',0,'tpath_stores','',0),(647,1,'2015-06-10 16:53:39','2015-06-10 16:53:39','','store08','','inherit','open','open','','store08','','','2015-06-10 16:53:39','2015-06-10 16:53:39','',646,'http://daviddelk.net/band/wp-content/uploads/2015/06/store08.jpg',0,'attachment','image/jpeg',0),(682,1,'2015-07-03 07:05:13','2015-07-03 07:05:13','','favicon','','inherit','open','open','','fav','','','2015-07-03 07:05:13','2015-07-03 07:05:13','',0,'http://daviddelk.net/band/wp-content/uploads/2015/07/fav.png',0,'attachment','image/png',0),(683,1,'2015-07-03 07:05:32','2015-07-03 07:05:32','','apple','','inherit','open','open','','apple','','','2015-07-03 07:05:32','2015-07-03 07:05:32','',0,'http://daviddelk.net/band/wp-content/uploads/2015/07/apple.png',0,'attachment','image/png',0),(684,1,'2017-03-06 23:17:06','2017-03-06 23:17:06',' ','','','publish','closed','closed','','684','','','2017-03-06 23:17:06','2017-03-06 23:17:06','',0,'http://daviddelk.net/band/2017/03/06/',5,'nav_menu_item','',0),(685,1,'2017-03-06 23:17:06','2017-03-06 23:17:06','','Home Version 1','','publish','closed','closed','','home-version-1','','','2017-03-06 23:17:06','2017-03-06 23:17:06','',0,'http://daviddelk.net/band/2017/03/06/home-version-1/',2,'nav_menu_item','',0),(686,1,'2017-03-06 23:17:07','2017-03-06 23:17:07',' ','','','publish','closed','closed','','686','','','2017-03-06 23:17:07','2017-03-06 23:17:07','',0,'http://daviddelk.net/band/2017/03/06/',2,'nav_menu_item','',0),(687,1,'2017-03-06 23:17:07','2017-03-06 23:17:07',' ','','','publish','closed','closed','','687','','','2017-03-06 23:17:07','2017-03-06 23:17:07','',0,'http://daviddelk.net/band/2017/03/06/',1,'nav_menu_item','',0),(688,1,'2017-03-06 23:17:07','2017-03-06 23:17:07','','Contact','','publish','closed','closed','','contact','','','2017-03-06 23:17:07','2017-03-06 23:17:07','',0,'http://daviddelk.net/band/2017/03/06/contact/',3,'nav_menu_item','',0),(689,1,'2017-03-06 23:17:07','2017-03-06 23:17:07',' ','','','publish','closed','closed','','689','','','2017-03-06 23:17:07','2017-03-06 23:17:07','',0,'http://daviddelk.net/band/2017/03/06/',5,'nav_menu_item','',0),(690,1,'2017-03-06 23:17:07','2017-03-06 23:17:07','','Services','','publish','closed','closed','','services','','','2017-03-06 23:17:07','2017-03-06 23:17:07','',0,'http://daviddelk.net/band/2017/03/06/services/',6,'nav_menu_item','',0),(691,1,'2017-03-06 23:17:08','2017-03-06 23:17:08','','Home','','publish','closed','closed','','home','','','2017-03-06 23:17:08','2017-03-06 23:17:08','',0,'http://daviddelk.net/band/2017/03/06/home/',1,'nav_menu_item','',0),(692,1,'2017-03-06 23:17:08','2017-03-06 23:17:08','','Home Version 1','','publish','closed','closed','','home-version-1-2','','','2017-03-06 23:17:08','2017-03-06 23:17:08','',0,'http://daviddelk.net/band/2017/03/06/home-version-1-2/',2,'nav_menu_item','',0),(693,1,'2017-03-06 23:17:08','2017-03-06 23:17:08',' ','','','publish','closed','closed','','693','','','2017-03-06 23:17:08','2017-03-06 23:17:08','',0,'http://daviddelk.net/band/2017/03/06/',2,'nav_menu_item','',0),(707,1,'2015-07-10 18:35:11','2015-07-10 18:35:11','','bg-image-2','','inherit','open','open','','bg-image-2','','','2015-07-10 18:35:11','2015-07-10 18:35:11','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg',0,'attachment','image/jpeg',0),(708,1,'2017-03-06 23:17:08','2017-03-06 23:17:08',' ','','','publish','closed','closed','','708','','','2017-03-06 23:17:08','2017-03-06 23:17:08','',0,'http://daviddelk.net/band/2017/03/06/',1,'nav_menu_item','',0),(709,1,'2017-03-06 23:17:08','2017-03-06 23:17:08','','Contact','','publish','closed','closed','','contact-2','','','2017-03-06 23:17:08','2017-03-06 23:17:08','',0,'http://daviddelk.net/band/2017/03/06/contact-2/',3,'nav_menu_item','',0),(710,1,'2017-03-06 23:17:08','2017-03-06 23:17:08','','Services','','publish','closed','closed','','services-2','','','2017-03-06 23:17:08','2017-03-06 23:17:08','',0,'http://daviddelk.net/band/2017/03/06/services-2/',6,'nav_menu_item','',0),(711,1,'2017-03-06 23:17:09','2017-03-06 23:17:09','','Home','','publish','closed','closed','','home-2','','','2017-03-06 23:17:09','2017-03-06 23:17:09','',0,'http://daviddelk.net/band/2017/03/06/home-2/',1,'nav_menu_item','',0),(712,1,'2017-03-06 23:17:14','2017-03-06 23:17:14','','Contact Version 1','','publish','closed','closed','','contact-version-1','','','2017-03-06 23:17:14','2017-03-06 23:17:14','',0,'http://daviddelk.net/band/2017/03/06/contact-version-1/',4,'nav_menu_item','',0),(713,1,'2017-03-06 23:17:14','2017-03-06 23:17:14','','Services Version 2','','publish','closed','closed','','services-version-2','','','2017-03-06 23:17:14','2017-03-06 23:17:14','',0,'http://daviddelk.net/band/2017/03/06/services-version-2/',8,'nav_menu_item','',0),(714,1,'2017-03-06 23:17:14','2017-03-06 23:17:14',' ','','','publish','closed','closed','','714','','','2017-03-06 23:17:14','2017-03-06 23:17:14','',0,'http://daviddelk.net/band/2017/03/06/714/',9,'nav_menu_item','',0),(715,1,'2017-03-06 23:17:14','2017-03-06 23:17:14','','Contact Version 2','','publish','closed','closed','','contact-version-2','','','2017-03-06 23:17:14','2017-03-06 23:17:14','',0,'http://daviddelk.net/band/2017/03/06/contact-version-2/',5,'nav_menu_item','',0),(716,1,'2017-03-06 23:17:14','2017-03-06 23:17:14',' ','','','publish','closed','closed','','716','','','2017-03-06 23:17:14','2017-03-06 23:17:14','',0,'http://daviddelk.net/band/2017/03/06/716/',4,'nav_menu_item','',0),(717,1,'2017-03-06 23:17:15','2017-03-06 23:17:15',' ','','','publish','closed','closed','','717','','','2017-03-06 23:17:15','2017-03-06 23:17:15','',0,'http://daviddelk.net/band/2017/03/06/717/',3,'nav_menu_item','',0),(718,1,'2017-03-06 23:17:15','2017-03-06 23:17:15','','Services Version 1','','publish','closed','closed','','services-version-1','','','2017-03-06 23:17:15','2017-03-06 23:17:15','',0,'http://daviddelk.net/band/2017/03/06/services-version-1/',7,'nav_menu_item','',0),(719,1,'2017-03-06 23:17:17','2017-03-06 23:17:17','','Contact Version 1','','publish','closed','closed','','contact-version-1-2','','','2017-03-06 23:17:17','2017-03-06 23:17:17','',0,'http://daviddelk.net/band/2017/03/06/contact-version-1-2/',4,'nav_menu_item','',0),(720,1,'2017-03-06 23:17:17','2017-03-06 23:17:17','','Services Version 2','','publish','closed','closed','','services-version-2-2','','','2017-03-06 23:17:17','2017-03-06 23:17:17','',0,'http://daviddelk.net/band/2017/03/06/services-version-2-2/',8,'nav_menu_item','',0),(721,1,'2017-03-06 23:17:17','2017-03-06 23:17:17',' ','','','publish','closed','closed','','721','','','2017-03-06 23:17:17','2017-03-06 23:17:17','',0,'http://daviddelk.net/band/2017/03/06/721/',9,'nav_menu_item','',0),(722,1,'2017-03-06 23:17:17','2017-03-06 23:17:17','','Contact Version 2','','publish','closed','closed','','contact-version-2-2','','','2017-03-06 23:17:17','2017-03-06 23:17:17','',0,'http://daviddelk.net/band/2017/03/06/contact-version-2-2/',5,'nav_menu_item','',0),(723,1,'2017-03-06 23:17:17','2017-03-06 23:17:17',' ','','','publish','closed','closed','','723','','','2017-03-06 23:17:17','2017-03-06 23:17:17','',0,'http://daviddelk.net/band/2017/03/06/723/',4,'nav_menu_item','',0),(724,1,'2017-03-06 23:17:17','2017-03-06 23:17:17',' ','','','publish','closed','closed','','724','','','2017-03-06 23:17:17','2017-03-06 23:17:17','',0,'http://daviddelk.net/band/2017/03/06/724/',3,'nav_menu_item','',0),(725,1,'2017-03-06 23:17:18','2017-03-06 23:17:18','','Services Version 1','','publish','closed','closed','','services-version-1-2','','','2017-03-06 23:17:18','2017-03-06 23:17:18','',0,'http://daviddelk.net/band/2017/03/06/services-version-1-2/',7,'nav_menu_item','',0),(726,1,'2017-03-07 03:35:08','2017-03-07 03:35:08',' ','','','publish','closed','closed','','726','','','2017-03-07 03:35:08','2017-03-07 03:35:08','',0,'http://daviddelk.net/band/2017/03/07/',5,'nav_menu_item','',0),(727,1,'2017-03-07 03:35:08','2017-03-07 03:35:08','','Home Version 1','','publish','closed','closed','','home-version-1-3','','','2017-03-07 03:35:08','2017-03-07 03:35:08','',0,'http://daviddelk.net/band/2017/03/07/home-version-1-3/',2,'nav_menu_item','',0),(728,1,'2017-03-07 03:35:08','2017-03-07 03:35:08',' ','','','publish','closed','closed','','728','','','2017-03-07 03:35:08','2017-03-07 03:35:08','',0,'http://daviddelk.net/band/2017/03/07/',2,'nav_menu_item','',0),(729,1,'2017-03-07 03:35:08','2017-03-07 03:35:08',' ','','','publish','closed','closed','','729','','','2017-03-07 03:35:08','2017-03-07 03:35:08','',0,'http://daviddelk.net/band/2017/03/07/',1,'nav_menu_item','',0),(730,1,'2017-03-07 03:35:08','2017-03-07 03:35:08','','Contact','','publish','closed','closed','','contact-3','','','2017-03-07 03:35:08','2017-03-07 03:35:08','',0,'http://daviddelk.net/band/2017/03/07/contact-3/',3,'nav_menu_item','',0),(731,1,'2017-03-07 03:35:08','2017-03-07 03:35:08','','Services','','publish','closed','closed','','services-3','','','2017-03-07 03:35:08','2017-03-07 03:35:08','',0,'http://daviddelk.net/band/2017/03/07/services-3/',6,'nav_menu_item','',0),(732,1,'2017-03-07 03:35:09','2017-03-07 03:35:09','','Home','','publish','closed','closed','','home-3','','','2017-03-07 03:35:09','2017-03-07 03:35:09','',0,'http://daviddelk.net/band/2017/03/07/home-3/',1,'nav_menu_item','',0),(733,1,'2017-03-07 03:35:12','2017-03-07 03:35:12','','Contact Version 1','','publish','closed','closed','','contact-version-1-3','','','2017-03-07 03:35:12','2017-03-07 03:35:12','',0,'http://daviddelk.net/band/2017/03/07/contact-version-1-3/',4,'nav_menu_item','',0),(734,1,'2017-03-07 03:35:12','2017-03-07 03:35:12','','Services Version 2','','publish','closed','closed','','services-version-2-3','','','2017-03-07 03:35:12','2017-03-07 03:35:12','',0,'http://daviddelk.net/band/2017/03/07/services-version-2-3/',8,'nav_menu_item','',0),(735,1,'2017-03-07 03:35:12','2017-03-07 03:35:12',' ','','','publish','closed','closed','','735','','','2017-03-07 03:35:12','2017-03-07 03:35:12','',0,'http://daviddelk.net/band/2017/03/07/735/',9,'nav_menu_item','',0),(736,1,'2017-03-07 03:35:12','2017-03-07 03:35:12','','Contact Version 2','','publish','closed','closed','','contact-version-2-3','','','2017-03-07 03:35:12','2017-03-07 03:35:12','',0,'http://daviddelk.net/band/2017/03/07/contact-version-2-3/',5,'nav_menu_item','',0),(737,1,'2017-03-07 03:35:12','2017-03-07 03:35:12',' ','','','publish','closed','closed','','737','','','2017-03-07 03:35:12','2017-03-07 03:35:12','',0,'http://daviddelk.net/band/2017/03/07/737/',4,'nav_menu_item','',0),(738,1,'2017-03-07 03:35:12','2017-03-07 03:35:12',' ','','','publish','closed','closed','','738','','','2017-03-07 03:35:12','2017-03-07 03:35:12','',0,'http://daviddelk.net/band/2017/03/07/738/',3,'nav_menu_item','',0),(739,1,'2017-03-07 03:35:13','2017-03-07 03:35:13','','Services Version 1','','publish','closed','closed','','services-version-1-3','','','2017-03-07 03:35:13','2017-03-07 03:35:13','',0,'http://daviddelk.net/band/2017/03/07/services-version-1-3/',7,'nav_menu_item','',0),(740,1,'2017-03-07 03:58:28','2017-03-07 03:58:28','{\n \"show_on_front\": {\n \"value\": \"page\",\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"page_on_front\": {\n \"value\": \"129\",\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','a5514aae-238a-499b-99e9-01d56bdb8f3d','','','2017-03-07 03:58:28','2017-03-07 03:58:28','',0,'http://daviddelk.net/band/?p=740',0,'customize_changeset','',0),(741,1,'2017-03-07 04:00:10','2017-03-07 04:00:10','{\n \"blogname\": {\n \"value\": \"Coast Big Band\",\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"blogdescription\": {\n \"value\": \"Music for any occasion\",\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','be6e93db-b217-4f35-919d-e50ce8ae220c','','','2017-03-07 04:00:10','2017-03-07 04:00:10','',0,'http://daviddelk.net/band/?p=741',0,'customize_changeset','',0),(743,1,'2017-03-07 04:56:03','2017-03-07 04:56:03','','datcolor.jpg','','inherit','closed','closed','','datcolor-jpg','','','2017-03-07 04:56:03','2017-03-07 04:56:03','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/datcolor.jpg',0,'attachment','image/jpeg',0),(744,1,'2017-03-07 04:56:09','2017-03-07 04:56:09','','touchit.jpg','','inherit','closed','closed','','touchit-jpg','','','2017-03-07 04:56:09','2017-03-07 04:56:09','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/touchit.jpg',0,'attachment','image/jpeg',0),(745,1,'2017-03-07 04:56:15','2017-03-07 04:56:15','','blurflake4.png','','inherit','closed','closed','','blurflake4-png','','','2017-03-07 04:56:15','2017-03-07 04:56:15','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/blurflake4.png',0,'attachment','image/png',0),(746,1,'2017-03-07 04:56:16','2017-03-07 04:56:16','','blurflake3.png','','inherit','closed','closed','','blurflake3-png','','','2017-03-07 04:56:16','2017-03-07 04:56:16','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/blurflake3.png',0,'attachment','image/png',0),(747,1,'2017-03-07 04:56:17','2017-03-07 04:56:17','','blurflake2.png','','inherit','closed','closed','','blurflake2-png','','','2017-03-07 04:56:17','2017-03-07 04:56:17','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/blurflake2.png',0,'attachment','image/png',0),(748,1,'2017-03-07 04:56:17','2017-03-07 04:56:17','','blurflake1.png','','inherit','closed','closed','','blurflake1-png','','','2017-03-07 04:56:17','2017-03-07 04:56:17','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/blurflake1.png',0,'attachment','image/png',0),(749,1,'2017-03-07 04:56:17','2017-03-07 04:56:17','','bike.jpg','','inherit','closed','closed','','bike-jpg','','','2017-03-07 04:56:17','2017-03-07 04:56:17','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/bike.jpg',0,'attachment','image/jpeg',0),(750,1,'2017-03-07 04:56:21','2017-03-07 04:56:21','','fitness.jpg','','inherit','closed','closed','','fitness-jpg','','','2017-03-07 04:56:21','2017-03-07 04:56:21','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/fitness.jpg',0,'attachment','image/jpeg',0),(751,1,'2017-03-07 04:56:26','2017-03-07 04:56:26','','fit_edit.mp4','','inherit','closed','closed','','fit-edit-mp4','','','2017-03-07 04:56:26','2017-03-07 04:56:26','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/fit_edit.mp4',0,'attachment','',0),(752,1,'2017-03-07 04:56:26','2017-03-07 04:56:26','','lambo.jpg','','inherit','closed','closed','','lambo-jpg','','','2017-03-07 04:56:26','2017-03-07 04:56:26','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/lambo.jpg',0,'attachment','image/jpeg',0),(753,1,'2017-03-07 05:02:04','2017-03-07 05:02:04','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433112788339{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Steaks & Beef\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Hot Spicy beef steak\" item_price=\"14.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"BBQ Steak burger\" item_price=\"19.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Chicken breast steak\" item_price=\"13.95$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Chiportle Weste Steak\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433112805472{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Salad & Spices\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Chicken Salad\" item_price=\"12.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"Mexican Salad\" item_price=\"13.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Greek Salad\" item_price=\"10.99$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Fruit Smooth Salad\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433112820335{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Drinks & Wine\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Old Grog Whisky\" item_price=\"6.59$\" item_content=\"vodka, whisky\"][tpath_bmenus_item item_title=\"Mojito Cockatil\" item_price=\"19.99$\" item_content=\"gin, vodka, lychee liqueur, lime\"][tpath_bmenus_item item_title=\"Chardonai Wine\" item_price=\"67.95$\" item_content=\"wine bottle from 1923\"][tpath_bmenus_item item_title=\"NÉSPRESSO\" item_price=\"8.99$\" item_content=\"espresso, coffee\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-07 05:02:04','2017-03-07 05:02:04','',129,'http://daviddelk.net/band/2017/03/07/129-revision-v1/',0,'revision','',0),(754,1,'2017-03-07 05:36:48','2017-03-07 05:36:48','','gym1.jpg','','inherit','closed','closed','','gym1-jpg','','','2017-03-07 05:36:48','2017-03-07 05:36:48','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/gym/gym1.jpg',0,'attachment','image/jpeg',0),(755,1,'2017-03-07 05:36:53','2017-03-07 05:36:53','','gym2.jpg','','inherit','closed','closed','','gym2-jpg','','','2017-03-07 05:36:53','2017-03-07 05:36:53','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/gym/gym2.jpg',0,'attachment','image/jpeg',0),(756,1,'2017-03-07 05:36:59','2017-03-07 05:36:59','','greenstripe.png','','inherit','closed','closed','','greenstripe-png','','','2017-03-07 05:36:59','2017-03-07 05:36:59','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/gym/greenstripe.png',0,'attachment','image/png',0),(757,1,'2017-03-07 05:36:59','2017-03-07 05:36:59','','fitness.jpg','','inherit','closed','closed','','fitness-jpg-2','','','2017-03-07 05:36:59','2017-03-07 05:36:59','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/gym/fitness.jpg',0,'attachment','image/jpeg',0),(758,1,'2017-03-07 05:37:04','2017-03-07 05:37:04','','fit_edit.mp4','','inherit','closed','closed','','fit-edit-mp4-2','','','2017-03-07 05:37:04','2017-03-07 05:37:04','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/gym/fit_edit.mp4',0,'attachment','',0),(759,1,'2017-03-07 05:37:04','2017-03-07 05:37:04','','gymlogo.png','','inherit','closed','closed','','gymlogo-png','','','2017-03-07 05:37:04','2017-03-07 05:37:04','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/gym/gymlogo.png',0,'attachment','image/png',0),(760,1,'2017-03-08 03:27:59','2017-03-08 03:27:59','','IMG_2218','','inherit','open','closed','','img_2218','','','2017-03-08 03:29:38','2017-03-08 03:29:38','',0,'http://daviddelk.net/band/wp-content/uploads/2017/03/IMG_2218.jpg',0,'attachment','image/jpeg',0),(763,1,'2017-03-08 04:27:09','2017-03-08 04:27:09','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-08 04:27:09','2017-03-08 04:27:09','',129,'http://daviddelk.net/band/2017/03/08/129-revision-v1/',0,'revision','',0),(764,1,'2017-03-08 04:36:27','2017-03-08 04:36:27','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" type=\"linecons\" icon_linecons=\"simple-icon icon-playlist\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-08 04:36:27','2017-03-08 04:36:27','',129,'http://daviddelk.net/band/2017/03/08/129-revision-v1/',0,'revision','',0),(765,1,'2017-03-08 04:47:56','2017-03-08 04:47:56','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" type=\"linecons\" icon_linecons=\"simple-icon icon-playlist\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" type=\"linecons\" icon_linecons=\"simple-icon icon-heart\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" type=\"linecons\" icon_linecons=\"simple-icon icon-like\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-08 04:47:56','2017-03-08 04:47:56','',129,'http://daviddelk.net/band/2017/03/08/129-revision-v1/',0,'revision','',0),(766,1,'2017-03-10 04:12:28','2017-03-10 04:12:28','','coast big band 3_edited-1','','inherit','closed','closed','','coast-big-band-3_edited-1','','','2017-03-10 04:12:28','2017-03-10 04:12:28','',0,'http://daviddelk.net/band/wp-content/uploads/2017/03/coast-big-band-3_edited-1.png',0,'attachment','image/png',0),(770,1,'2017-03-10 05:22:58','2017-03-10 05:22:58','','IMG_6425 update','','inherit','closed','closed','','img_6425-update','','','2017-03-10 05:22:58','2017-03-10 05:22:58','',0,'http://daviddelk.net/band/wp-content/uploads/2017/03/IMG_6425-update.jpg',0,'attachment','image/jpeg',0),(771,1,'2017-03-10 05:23:23','2017-03-10 05:23:23','','IMG_5630 correct','','inherit','closed','closed','','img_5630-correct','','','2017-03-10 05:23:23','2017-03-10 05:23:23','',0,'http://daviddelk.net/band/wp-content/uploads/2017/03/IMG_5630-correct.jpg',0,'attachment','image/jpeg',0),(772,1,'2017-03-10 05:23:44','2017-03-10 05:23:44','','coast big band group photo nov 2016 prom correct','','inherit','closed','closed','','coast-big-band-group-photo-nov-2016-prom-correct','','','2017-03-10 05:23:44','2017-03-10 05:23:44','',0,'http://daviddelk.net/band/wp-content/uploads/2017/03/coast-big-band-group-photo-nov-2016-prom-correct.jpg',0,'attachment','image/jpeg',0),(773,1,'2017-03-10 05:52:31','2017-03-10 05:52:31','','restaurant_bg_1.jpg','','inherit','closed','closed','','restaurant-bg-1-jpg','','','2017-03-10 05:52:31','2017-03-10 05:52:31','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/levanorestaurantbar/restaurant_bg_1.jpg',0,'attachment','image/jpeg',0),(774,1,'2017-03-10 05:52:38','2017-03-10 05:52:38','','restaurant_bg_2.jpg','','inherit','closed','closed','','restaurant-bg-2-jpg','','','2017-03-10 05:52:38','2017-03-10 05:52:38','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/levanorestaurantbar/restaurant_bg_2.jpg',0,'attachment','image/jpeg',0),(775,1,'2017-03-10 05:52:44','2017-03-10 05:52:44','','drink_cover.jpg','','inherit','closed','closed','','drink-cover-jpg','','','2017-03-10 05:52:44','2017-03-10 05:52:44','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/levanorestaurantbar/drink_cover.jpg',0,'attachment','image/jpeg',0),(776,1,'2017-03-10 05:52:53','2017-03-10 05:52:53','','drink.mp4','','inherit','closed','closed','','drink-mp4','','','2017-03-10 05:52:53','2017-03-10 05:52:53','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/levanorestaurantbar/drink.mp4',0,'attachment','',0),(777,1,'2017-03-10 05:52:54','2017-03-10 05:52:54','','restaurant_bg_3.jpg','','inherit','closed','closed','','restaurant-bg-3-jpg','','','2017-03-10 05:52:54','2017-03-10 05:52:54','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/levanorestaurantbar/restaurant_bg_3.jpg',0,'attachment','image/jpeg',0),(778,1,'2017-03-10 05:53:00','2017-03-10 05:53:00','','board.jpg','','inherit','closed','closed','','board-jpg','','','2017-03-10 05:53:00','2017-03-10 05:53:00','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/levanorestaurantbar/board.jpg',0,'attachment','image/jpeg',0),(779,1,'2017-03-10 05:53:05','2017-03-10 05:53:05','','restaurant_logo1.png','','inherit','closed','closed','','restaurant-logo1-png','','','2017-03-10 05:53:05','2017-03-10 05:53:05','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/levanorestaurantbar/restaurant_logo1.png',0,'attachment','image/png',0),(780,1,'2017-03-11 04:32:15','2017-03-11 04:32:15','','coast big band group photo nov 2016 promx','','inherit','closed','closed','','coast-big-band-group-photo-nov-2016-promx','','','2017-03-11 04:33:47','2017-03-11 04:33:47','',0,'http://daviddelk.net/band/wp-content/uploads/2017/03/coast-big-band-group-photo-nov-2016-promx.jpg',0,'attachment','image/jpeg',0),(781,1,'2017-03-11 04:49:14','2017-03-11 04:49:14','','abcd','','inherit','closed','closed','','abcd','','','2017-03-11 04:49:14','2017-03-11 04:49:14','',0,'http://daviddelk.net/band/wp-content/uploads/2017/03/abcd.jpg',0,'attachment','image/jpeg',0),(782,1,'2017-03-11 04:51:00','2017-03-11 04:51:00','','abcd','','inherit','closed','closed','','abcd-2','','','2017-03-11 04:51:00','2017-03-11 04:51:00','',0,'http://daviddelk.net/band/wp-content/uploads/2017/03/abcd-1.jpg',0,'attachment','image/jpeg',0),(783,1,'2017-03-11 07:11:01','2017-03-11 07:11:01','[vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-11 07:11:01','2017-03-11 07:11:01','',129,'http://daviddelk.net/band/2017/03/11/129-revision-v1/',0,'revision','',0),(784,1,'2017-03-13 01:09:22','2017-03-13 01:09:22','','4BAND','','inherit','closed','closed','','4band','','','2017-03-13 01:09:22','2017-03-13 01:09:22','',14,'http://daviddelk.net/band/wp-content/uploads/2015/05/4BAND.jpg',0,'attachment','image/jpeg',0),(785,1,'2017-03-13 01:09:41','2017-03-13 01:09:41','','6BAND','','inherit','closed','closed','','6band','','','2017-03-13 01:09:41','2017-03-13 01:09:41','',14,'http://daviddelk.net/band/wp-content/uploads/2015/05/6BAND.jpg',0,'attachment','image/jpeg',0),(786,1,'2017-03-13 01:10:00','2017-03-13 01:10:00','','IMG_2083','','inherit','closed','closed','','img_2083','','','2017-03-13 01:10:00','2017-03-13 01:10:00','',14,'http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_2083.jpg',0,'attachment','image/jpeg',0),(787,1,'2017-03-13 01:10:08','2017-03-13 01:10:08','','IMG_6401','','inherit','closed','closed','','img_6401','','','2017-03-13 01:10:08','2017-03-13 01:10:08','',14,'http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_6401.jpg',0,'attachment','image/jpeg',0),(788,1,'2017-03-13 01:56:23','2017-03-13 01:56:23','','E','','inherit','closed','closed','','12-autosave-v1','','','2017-03-13 01:56:23','2017-03-13 01:56:23','',12,'http://daviddelk.net/band/2017/03/13/12-autosave-v1/',0,'revision','',0),(789,1,'2017-03-13 01:51:03','2017-03-13 01:51:03','','band singers frongpage','','inherit','closed','closed','','band-singers-frongpage','','','2017-03-13 01:51:03','2017-03-13 01:51:03','',8,'http://daviddelk.net/band/wp-content/uploads/2015/05/band-singers-frongpage.jpg',0,'attachment','image/jpeg',0),(790,1,'2017-03-13 02:00:28','2017-03-13 02:00:28','','Exciting Soloist','','inherit','closed','closed','','10-autosave-v1','','','2017-03-13 02:00:28','2017-03-13 02:00:28','',10,'http://daviddelk.net/band/2017/03/13/10-autosave-v1/',0,'revision','',0),(791,1,'2017-03-13 02:13:05','2017-03-13 02:13:05','[vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"We Love To Have Fun!\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-13 02:13:05','2017-03-13 02:13:05','',129,'http://daviddelk.net/band/2017/03/13/129-revision-v1/',0,'revision','',0),(792,1,'2017-03-13 02:14:37','2017-03-13 02:14:37','[vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"We Love To Have Fun!\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-13 02:14:37','2017-03-13 02:14:37','',129,'http://daviddelk.net/band/2017/03/13/129-revision-v1/',0,'revision','',0),(793,1,'2017-03-13 02:15:40','2017-03-13 02:15:40','[vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"We Love To Have Fun!\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-13 02:15:40','2017-03-13 02:15:40','',129,'http://daviddelk.net/band/2017/03/13/129-revision-v1/',0,'revision','',0),(794,1,'2017-03-13 02:58:02','2017-03-13 02:58:02','','IMG_8710','','inherit','closed','closed','','img_8710','','','2017-03-13 02:58:02','2017-03-13 02:58:02','',0,'http://daviddelk.net/band/wp-content/uploads/2017/03/IMG_8710.jpg',0,'attachment','image/jpeg',0),(795,1,'2017-03-13 03:00:12','2017-03-13 03:00:12','[vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"794\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"We Love To Have Fun!\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-13 03:00:12','2017-03-13 03:00:12','',129,'http://daviddelk.net/band/2017/03/13/129-revision-v1/',0,'revision','',0),(796,1,'2017-03-18 03:43:47','2017-03-18 03:43:47','[vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"794\" high_text=\"STEAK OF THE WEEK\" item_title=\"The Coast Big Band\" item_price=\"Since 1984\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"We Love To Have Fun!\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-18 03:43:47','2017-03-18 03:43:47','',129,'http://daviddelk.net/band/2017/03/18/129-revision-v1/',0,'revision','',0),(797,1,'2017-03-18 03:45:05','2017-03-18 03:45:05','[vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"794\" high_text=\"The Coast Big Band\" item_title=\"Entertainment at its best!\" item_price=\"Since 1984\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"We Love To Have Fun!\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-18 03:45:05','2017-03-18 03:45:05','',129,'http://daviddelk.net/band/2017/03/18/129-revision-v1/',0,'revision','',0),(798,1,'2017-03-18 03:46:33','2017-03-18 03:46:33','[vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"794\" high_text=\"The Coast Big Band\" item_title=\"Entertainment at its best!\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"We Love To Have Fun!\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-18 03:46:33','2017-03-18 03:46:33','',129,'http://daviddelk.net/band/2017/03/18/129-revision-v1/',0,'revision','',0),(799,1,'2017-03-18 04:25:43','2017-03-18 04:25:43','[vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"794\" high_text=\"The Coast Big Band\" item_title=\"Entertainment at its best!\" btn_title=\"Order Now\" btn_link=\"#\"]The Coast Big Band...blah blah blah[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"We Love To Have Fun!\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-18 04:25:43','2017-03-18 04:25:43','',129,'http://daviddelk.net/band/2017/03/18/129-revision-v1/',0,'revision','',0),(800,1,'2017-03-18 04:26:45','2017-03-18 04:26:45','[vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"794\" high_text=\"The Coast Big Band\" item_title=\"Entertainment at its best!\" btn_link=\"#\"]The Coast Big Band...blah blah blah[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"We Love To Have Fun!\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-18 04:26:45','2017-03-18 04:26:45','',129,'http://daviddelk.net/band/2017/03/18/129-revision-v1/',0,'revision','',0),(801,1,'2017-03-18 04:40:46','2017-03-18 04:40:46','[vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"794\" high_text=\"The Coast Big Band\" item_title=\"Entertainment at its best!\" btn_title=\"CLICK HERE FOR TICKETS\" btn_link=\"#\"]The Coast Big Band...blah blah blah[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"We Love To Have Fun!\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-18 04:40:46','2017-03-18 04:40:46','',129,'http://daviddelk.net/band/2017/03/18/129-revision-v1/',0,'revision','',0),(802,1,'2017-03-18 05:21:20','2017-03-18 05:21:20','','Calendar','','publish','closed','closed','','calendar','','','2017-03-18 05:21:20','2017-03-18 05:21:20','',0,'http://daviddelk.net/band/calendar/',0,'page','',0),(803,1,'2017-03-18 05:46:43','2017-03-18 05:46:43','EVENT AT THE CENTENNIAL PARK....DONT MISS IT.','BICENTENNIAL EVENT','','publish','closed','closed','','bicentennial-event','','','2017-03-18 05:47:47','2017-03-18 05:47:47','',0,'http://daviddelk.net/band/?post_type=ai1ec_event&p=803',0,'ai1ec_event','',0),(804,1,'2017-03-18 06:14:53','2017-03-18 06:14:53','<script class=\"ai1ec-widget-placeholder\" data-widget=\"ai1ec_agenda_widget\" data-events_seek_type=\"events\" data-show_subscribe_buttons=\"false\">\r\n(function(){var d=document,s=d.createElement(\'script\'),\r\ni=\'ai1ec-script\';if(d.getElementById(i))return;s.async=1;\r\ns.id=i;s.src=\'//daviddelk.net/band/?ai1ec_js_widget\';\r\nd.getElementsByTagName(\'head\')[0].appendChild(s);})();\r\n</script>vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"794\" high_text=\"The Coast Big Band\" item_title=\"Entertainment at its best!\" btn_title=\"CLICK HERE FOR TICKETS\" btn_link=\"#\"]The Coast Big Band...blah blah blah[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"We Love To Have Fun!\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-18 06:14:53','2017-03-18 06:14:53','',129,'http://daviddelk.net/band/2017/03/18/129-revision-v1/',0,'revision','',0),(805,1,'2017-03-18 06:16:03','2017-03-18 06:16:03','[vc_column][tpath_special_item feature_image=\"794\" high_text=\"The Coast Big Band\" item_title=\"Entertainment at its best!\" btn_title=\"CLICK HERE FOR TICKETS\" btn_link=\"#\"]The Coast Big Band...blah blah blah[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"We Love To Have Fun!\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-18 06:16:03','2017-03-18 06:16:03','',129,'http://daviddelk.net/band/2017/03/18/129-revision-v1/',0,'revision','',0),(806,1,'2017-03-19 15:31:29','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2017-03-19 15:31:29','0000-00-00 00:00:00','',0,'http://daviddelk.net/band/?p=806',0,'post','',0),(807,1,'2017-03-19 16:06:58','2017-03-19 16:06:58','[vc_column][tpath_special_item feature_image=\"794\" high_text=\"The Coast Big Band\" item_title=\"Entertainment at its best!\" btn_title=\"CLICK HERE FOR TICKETS\" btn_link=\"#\"]The Coast Big Band...blah blah blah[/tpath_special_item][/vc_column][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"We Love To Have Fun!\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-autosave-v1','','','2017-03-19 16:06:58','2017-03-19 16:06:58','',129,'http://daviddelk.net/band/2017/03/19/129-autosave-v1/',0,'revision','',0),(808,1,'2017-03-19 16:02:43','2017-03-19 16:02:43','[vc_row center_row=\"yes\"][vc_column][tpath_location_search]Do you want to order some meals online? No problem, find our restaurant at your location. <a href=\"http://themexlab.com/buffalo/menu-gallery/\">Browse daily menu</a>[/tpath_location_search][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465016595{padding-top: 10px !important;padding-bottom: 10px !important;}\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our most popular menus\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464141246{padding-top: 210px !important;padding-bottom: 210px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-1.jpg?id=35) !important;}\"][vc_column][tpath_call_to_action lead=\"Quality Food Ingridients\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-cooking30\" title=\"Food & Drinks\" btn_title=\"See Menu\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-4 vc_col-md-4\" el_class=\"black-form\"][tpath_section_title title=\"Take a Reservation\" heading_type=\"h5\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Client Testimonials\" heading_type=\"h5\"][tpath_vc_testimonial slider_type=\"vertical_slide\" navigation=\"false\" categories=\"29\" autoplay=\"5000\"][vc_btn title=\"Read More\" style=\"custom\" custom_background=\"\" custom_text=\"\" link=\"url:%23||\" el_class=\"vc-btn-active btn-margin\"][vc_btn title=\"Visit our blog\" style=\"custom\" custom_background=\"\" custom_text=\"\" link=\"url:%23||\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Our Opening Hours \" subtitle=\"We´re open now!\" heading_type=\"h5\"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years. We have been trading online for the last 3 years so it’s now even easier for our customers to get great, fresh produce.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" friday_sub=\"All you can eat\" sunday_hour=\"12:00 - 21:00\" btn_text=\"Take Reservation\" link=\"#\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465354008{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our popular restaurants\" alignment=\"Center\"][tpath_vc_clients posts=\"10\" navigation=\"true\" pagenav_style=\"dark\" categories=\"11\" alignment=\"Center\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-autosave-v1','','','2017-03-19 16:02:43','2017-03-19 16:02:43','',6,'http://daviddelk.net/band/2017/03/19/6-autosave-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` longtext, `hover` longtext, `params` longtext NOT NULL, `advanced` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"translated\":5,\"type\":\"\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(52,'.tp-caption.Restaurant-Description','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Price','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-align\":\"left\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"translated\":5,\"type\":\"\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(60,'.tp-caption.Gym-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(61,'.tp-caption.Gym-SmallText','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"[object Object]\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-align\":\"left\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-align\":\"left\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":\"12px 35px 12px 35px\",\"text-decoration\":\"none\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-align\":\"left\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":\"30px 30px 30px 30px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"13px 35px 13px 35px\",\"text-decoration\":\"none\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":\"30px 30px 30px 30px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-align\":\"left\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, `settings` text, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_navigations` -- DROP TABLE IF EXISTS `wp_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL, `handle` varchar(191) NOT NULL, `css` longtext NOT NULL, `markup` longtext NOT NULL, `settings` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_navigations` -- LOCK TABLES `wp_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` longtext NOT NULL, `settings` text, `type` varchar(191) NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_revslider_sliders` VALUES (1,'ClassicSlider','classicslider','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"ClassicSlider\",\"alias\":\"classicslider\",\"shortcode\":\"[rev_slider alias=\\\\\\\"classicslider\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1024\",\"height_notebook\":\"600\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"500\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"400\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"fullscreen_min_height\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Revapi44.bind(\\\\\\\"revolution.slide.layeraction\\\\\\\",function (e) {\\n\\t\\/\\/data.eventtype - Layer Action (enterstage, enteredstage, leavestage,leftstage)\\n\\t\\/\\/data.layertype - Layer Type (image,video,html)\\n\\t\\/\\/data.layersettings - Default Settings for Layer\\n\\t\\/\\/data.layer - Layer as jQuery Object\\n});\",\"start_with_slide\":\"1\",\"first_transition_active\":\"on\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"1500\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"on\",\"viewport_start\":\"pause\",\"viewport_area\":\"80\",\"enable_progressbar\":\"on\",\"show_timerbar\":\"top\",\"progress_height\":\"7\",\"progress_opa\":\"25\",\"progressbar_color\":\"#ffffff\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/revolution5.themepunch.com\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"navigation_arrow_style\":\"zeus\",\"arrows_always_on\":\"true\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"on\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"30\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"30\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"on\",\"navigation_bullets_style\":\"metis\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"30\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"on\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"lazy_load_type\":\"none\",\"seo_optimization\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"action\":\"revslider_ajax_action\",\"client_action\":\"import_slider\",\"sliderid\":\"44\",\"nonce\":\"8c4b265ee6\",\"import_file\":\"\",\"update_animations\":\"true\",\"update_static_captions\":\"none\",\"export_dummy_images\":\"false\",\"google_font\":[\"Raleway:500,800\"],\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"1.0.0\",\"uid\":\"a0d6a9248c9066b404ba0f1cdadc5cf2\"}','{\"version\":\"5.0.7\"}','template'),(10,'Gym','gym','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Gym\",\"alias\":\"gym\",\"shortcode\":\"[rev_slider alias=\\\\\\\"gym\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullscreen\",\"width\":\"1240\",\"height\":\"868\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"fullscreen_min_height\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Revapi42.bind(\\\\\\\"revolution.slide.layeraction\\\\\\\",function (e) {\\n\\t\\/\\/data.eventtype - Layer Action (enterstage, enteredstage, leavestage,leftstage)\\n\\t\\/\\/data.layertype - Layer Type (image,video,html)\\n\\t\\/\\/data.layersettings - Default Settings for Layer\\n\\t\\/\\/data.layer - Layer as jQuery Object\\n});\",\"start_with_slide\":\"1\",\"first_transition_active\":\"on\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"1500\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/revolution5.themepunch.com\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"preview4\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"800\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"on\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"vertical\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"on\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"lazy_load_type\":\"none\",\"seo_optimization\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"action\":\"revslider_ajax_action\",\"client_action\":\"import_slider\",\"sliderid\":\"42\",\"nonce\":\"8c4b265ee6\",\"import_file\":\"\",\"update_animations\":\"true\",\"update_static_captions\":\"none\",\"export_dummy_images\":\"false\",\"google_font\":[\"Raleway:300,900,100,600,400\",\"Permanent+Marker\"],\"custom_css\":\"\",\"custom_javascript\":\"\",\"1\":{\"1\":\"Permanent+Marker\"},\"version\":\"1.0.0\",\"uid\":\"e4d81f13f96fb9bc905f4ad89615032b\"}','{\"version\":\"5.0.7\"}','template'),(13,'Levano Restaurant Bar','levanorestaurantbar','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Levano Restaurant Bar\",\"alias\":\"levanorestaurantbar\",\"shortcode\":\"[rev_slider alias=\\\\\\\"levanorestaurantbar\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullscreen\",\"width\":\"1240\",\"height\":\"868\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"fullscreen_min_height\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Nevapi60.bind(\\\\\\\"revolution.slide.layeraction\\\\\\\",function (e) {\\n\\t\\/\\/data.eventtype - Layer Action (enterstage, enteredstage, leavestage,leftstage)\\n\\t\\/\\/data.layertype - Layer Type (image,video,html)\\n\\t\\/\\/data.layersettings - Default Settings for Layer\\n\\t\\/\\/data.layer - Layer as jQuery Object\\n});\",\"start_with_slide\":\"1\",\"first_transition_active\":\"on\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"1000\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"on\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/revolution5.themepunch.com\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"on\",\"navigation_bullets_style\":\"uranus\",\"bullets_space\":\"5\",\"bullets_direction\":\"vertical\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"1024\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"right\",\"bullets_align_vert\":\"center\",\"bullets_offset_hor\":\"30\",\"bullets_offset_vert\":\"0\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"on\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"vertical\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"on\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"lazy_load_type\":\"single\",\"seo_optimization\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"action\":\"revslider_ajax_action\",\"client_action\":\"import_slider\",\"sliderid\":\"60\",\"nonce\":\"8c4b265ee6\",\"import_file\":\"\",\"update_animations\":\"true\",\"update_static_captions\":\"none\",\"export_dummy_images\":\"false\",\"google_font\":[\"Nothing+You+Could+Do\",\"Roboto:500,400,700,300\"],\"custom_css\":\"\",\"custom_javascript\":\"\",\"1\":{\"1\":\"Roboto:500,400,700,300\"},\"version\":\"1.0.0\",\"uid\":\"4178f837db67d1b2eb6cb5840bbd0b42\"}','{\"version\":\"5.0.7\"}','template'),(15,'BandSlider','bandslider','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"BandSlider\",\"alias\":\"bandslider\",\"shortcode\":\"[rev_slider alias=\\\"bandslider\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1024\",\"height_notebook\":\"600\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"500\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"400\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"fullscreen_min_height\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Revapi44.bind(\\\\\\\"revolution.slide.layeraction\\\\\\\",function (e) {\\n\\t\\/\\/data.eventtype - Layer Action (enterstage, enteredstage, leavestage,leftstage)\\n\\t\\/\\/data.layertype - Layer Type (image,video,html)\\n\\t\\/\\/data.layersettings - Default Settings for Layer\\n\\t\\/\\/data.layer - Layer as jQuery Object\\n});\",\"start_with_slide\":\"1\",\"first_transition_active\":\"on\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"1500\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"on\",\"viewport_start\":\"pause\",\"viewport_area\":\"80\",\"enable_progressbar\":\"on\",\"show_timerbar\":\"top\",\"progress_height\":\"7\",\"progress_opa\":\"25\",\"progressbar_color\":\"#ffffff\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/revolution5.themepunch.com\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"navigation_arrow_style\":\"zeus\",\"arrows_always_on\":\"true\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"on\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"30\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"30\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"on\",\"navigation_bullets_style\":\"metis\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"30\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"on\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"lazy_load_type\":\"none\",\"seo_optimization\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"action\":\"revslider_ajax_action\",\"client_action\":\"import_slider\",\"sliderid\":\"44\",\"nonce\":\"8c4b265ee6\",\"import_file\":\"\",\"update_animations\":\"true\",\"update_static_captions\":\"none\",\"export_dummy_images\":\"false\",\"google_font\":[\"Raleway:500,800\"],\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"1.0.0\",\"uid\":\"a0d6a9248c9066b404ba0f1cdadc5cf2\"}',NULL,''); /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Intro\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"zoomout\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"2000\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classicslider\\/datcolor.jpg\",\"transition_ease_in\":[\"Power4.easeInOut\"],\"transition_ease_out\":[\"Power4.easeInOut\"],\"video_mute\":\"on\"}','[{\"text\":\"I\'M OLDSCHOOL\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"hover\":false,\"alias\":\"Title\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromRight\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":407,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"70px\",\"mobile\":\"45px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"50px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"font-weight\":{\"desktop\":\"800\",\"mobile\":\"800\",\"notebook\":\"800\",\"tablet\":\"800\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"[105%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"45deg\",\"y_rotate_start\":\"0deg\",\"z_rotate_start\":\"90deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"0px\",\"10px\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromBottom\",\"orig-anim-handle\":\"customin-354\",\"orig-endanim\":\"SmoothCropToBottom\",\"orig-endanim-handle\":\"SmoothCropToBottom\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":1,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"BUT STILL QUITE COOL.\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":52,\"mobile\":51,\"notebook\":52,\"tablet\":52},\"hover\":false,\"alias\":\"Subtitle\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-SubTitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":413,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"13px\",\"mobile\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"500\",\"notebook\":\"500\",\"tablet\":\"500\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":4,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"<i class=\\\"pe-7s-refresh\\\"><\\/i>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":8,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":-68,\"notebook\":-68},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Icon\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Icon\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":95,\"height\":55,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"line-height\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power3.easeOut\",\"css_cursor\":\"default\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(2,1,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Parallax\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"fadetotopfadefrombottom\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"1500\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classicslider\\/touchit.jpg\",\"transition_ease_in\":[\"Power3.easeInOut\"],\"transition_ease_out\":[\"Power3.easeInOut\"]}','[{\"text\":\"MOUSE PARALLAX\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"hover\":false,\"alias\":\"Title\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromBottom\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":407,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"70px\",\"mobile\":\"45px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"50px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"font-weight\":{\"desktop\":\"800\",\"mobile\":\"800\",\"notebook\":\"800\",\"tablet\":\"800\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"-35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"0px\",\"10px\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"3\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"LettersFlyInFromRight\",\"orig-anim-handle\":\"LettersFlyInFromRight\",\"orig-endanim\":\"SmoothCropToBottom\",\"orig-endanim-handle\":\"SmoothCropToBottom\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":1,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"AIN\'T THAT NICE?\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":52,\"mobile\":51,\"notebook\":52,\"tablet\":52},\"hover\":false,\"alias\":\"Subtitle\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-SubTitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":413,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"13px\",\"mobile\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"500\",\"notebook\":\"500\",\"tablet\":\"500\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"2\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":4,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"<i class=\\\"pe-7s-mouse\\\"><\\/i>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":8,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":-68,\"notebook\":-68},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Icon\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Icon\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":95,\"height\":55,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"line-height\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"1\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power3.easeOut\",\"css_cursor\":\"default\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classicslider\\/blurflake4.png\",\"scaleX\":{\"desktop\":\"240px\"},\"scaleY\":{\"desktop\":\"240px\"},\"originalWidth\":240,\"originalHeight\":240,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":10,\"left\":{\"desktop\":680},\"top\":{\"desktop\":632},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"rs-pendulum\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"35\",\"loop_startdeg\":-20,\"loop_enddeg\":360,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":240,\"height\":240,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"8\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 7\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classicslider\\/blurflake3.png\",\"scaleX\":{\"desktop\":\"170px\"},\"scaleY\":{\"desktop\":\"170px\"},\"originalWidth\":170,\"originalHeight\":170,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":11,\"left\":{\"desktop\":948},\"top\":{\"desktop\":487},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 7\",\"loop_animation\":\"rs-wave\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"20\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"50px\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":170,\"height\":170,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"7\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"endWithSlide\":true,\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 8\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classicslider\\/blurflake2.png\",\"scaleX\":{\"desktop\":\"50px\"},\"scaleY\":{\"desktop\":\"51px\"},\"originalWidth\":50,\"originalHeight\":51,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":12,\"left\":{\"desktop\":719},\"top\":{\"desktop\":200},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 8\",\"loop_animation\":\"rs-rotate\",\"loop_easing\":\"Power2.easeInOut\",\"loop_speed\":\"20\",\"loop_startdeg\":-20,\"loop_enddeg\":360,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"2\",\"loop_angle\":\"45\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":50,\"height\":51,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"4\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":5,\"endWithSlide\":true,\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 9\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classicslider\\/blurflake1.png\",\"scaleX\":{\"desktop\":\"120px\"},\"scaleY\":{\"desktop\":\"120px\"},\"originalWidth\":120,\"originalHeight\":120,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":13,\"left\":{\"desktop\":187},\"top\":{\"desktop\":216},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 9\",\"loop_animation\":\"rs-wave\",\"loop_easing\":\"Power1.easeInOut\",\"loop_speed\":\"4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":120,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"6\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":6,\"endWithSlide\":true,\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(3,1,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"120\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"30000\",\"title\":\"Ken Burns\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"zoomin\"],\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"2000\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classicslider\\/bike.jpg\",\"transition_ease_in\":[\"Power4.easeInOut\"],\"transition_ease_out\":[\"Power4.easeInOut\"],\"video_mute\":\"on\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"800\"},\"color\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#000000\",\"background-transparency\":\"0.75\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-transparency\":\"0.5\",\"border-width\":\"0\",\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"500px\"},\"max_height\":{\"desktop\":\"140px\"},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":9,\"left\":{\"desktop\":0},\"top\":{\"desktop\":15},\"internal_class\":\"\",\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":300,\"height\":200,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"KEN BURNS\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"hover\":false,\"alias\":\"Title\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":407,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"70px\",\"mobile\":\"45px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"50px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"font-weight\":{\"desktop\":\"800\",\"mobile\":\"800\",\"notebook\":\"800\",\"tablet\":\"800\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"0px\",\"10px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"LettersFlyInFromBottom\",\"orig-anim-handle\":\"LettersFlyInFromBottom\",\"orig-endanim\":\"SmoothCropToBottom\",\"orig-endanim-handle\":\"SmoothCropToBottom\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":1,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"IN A SMOOTH WAY\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":52,\"mobile\":31,\"notebook\":51,\"tablet\":51},\"hover\":false,\"alias\":\"Subtitle\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-SubTitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":413,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"13px\",\"mobile\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"500\",\"notebook\":\"500\",\"tablet\":\"500\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":4,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(4,1,4,'{\"background_type\":\"html5\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classicslider\\/fit_edit.mp4\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"on\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"120\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"30000\",\"title\":\"HTML5 Video\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"zoomout\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"2000\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classicslider\\/fitness.jpg\",\"transition_ease_in\":[\"Power4.easeInOut\"],\"transition_ease_out\":[\"Power4.easeInOut\"],\"video_mute\":\"on\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"800\"},\"color\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#000000\",\"background-transparency\":\"0.25\",\"border-color\":\"#000000\",\"border-opacity\":\"0\",\"border-transparency\":\"0\",\"border-width\":\"0\",\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"Overlay\",\"type\":\"shape\",\"style\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"100px\"},\"cover_mode\":\"cover\",\"max_height\":{\"desktop\":\"100px\"},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":10,\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"internal_class\":\"\",\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"Power2.easeInOut\",\"width\":-1,\"height\":-1,\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"HTML5 VIDEO\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"hover\":false,\"alias\":\"Title\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"top\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"PopUpSmooth\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":407,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"70px\",\"mobile\":\"45px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"50px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"font-weight\":{\"desktop\":\"800\",\"mobile\":\"800\",\"notebook\":\"800\",\"tablet\":\"800\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"0px\",\"10px\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"LettersFlyInFromBottom\",\"orig-anim-handle\":\"LettersFlyInFromBottom\",\"orig-endanim\":\"SmoothCropToBottom\",\"orig-endanim-handle\":\"SmoothCropToBottom\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":1,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"AND LOTS OF OTHER MEDIA\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":52,\"mobile\":51,\"notebook\":52,\"tablet\":52},\"hover\":false,\"alias\":\"Subtitle\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-SubTitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":413,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"13px\",\"mobile\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"500\",\"notebook\":\"500\",\"tablet\":\"500\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":4,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"<i class=\\\"pe-7s-ball\\\"><\\/i>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":8,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":-68,\"notebook\":-68},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Icon\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Icon\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":95,\"height\":55,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"line-height\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power3.easeOut\",\"css_cursor\":\"default\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(5,1,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"120\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"-500\",\"kb_end_offset_y\":\"500\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Love it?\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"zoomin\"],\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"2000\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classicslider\\/lambo.jpg\",\"transition_ease_in\":[\"Power4.easeInOut\"],\"transition_ease_out\":[\"Power4.easeInOut\"],\"video_mute\":\"on\"}','[{\"text\":\"LOVE IT?\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"hover\":false,\"alias\":\"Title\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromLeft\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":407,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"70px\",\"mobile\":\"45px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"50px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"font-weight\":{\"desktop\":\"800\",\"mobile\":\"800\",\"notebook\":\"800\",\"tablet\":\"800\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"[-105%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0deg\",\"z_rotate_start\":\"-90deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"0px\",\"10px\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"LettersFlyInFromLeft\",\"orig-anim-handle\":\"LettersFlyInFromLeft\",\"orig-endanim\":\"SmoothCropToBottom\",\"orig-endanim-handle\":\"SmoothCropToBottom\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":1,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"GET SLIDER REVOLUTION TODAY\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":52,\"mobile\":51,\"notebook\":52,\"tablet\":52},\"hover\":false,\"alias\":\"Subtitle\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-SubTitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":413,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"13px\",\"mobile\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"500\",\"notebook\":\"500\",\"tablet\":\"500\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":4,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"<i class=\\\"pe-7s-diamond\\\"><\\/i>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":8,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":-68,\"notebook\":-68},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Icon\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Icon\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":95,\"height\":55,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"line-height\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power3.easeOut\",\"css_cursor\":\"default\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(33,10,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Intro\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"slideoververtical\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"default\"],\"transition_duration\":[\"1500\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/gym\\/gym1.jpg\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"video_mute\":\"on\"}','[{\"text\":\"YOUR\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":-210,\"mobile\":0},\"top\":{\"desktop\":-92,\"mobile\":-142},\"hover\":false,\"alias\":\"your\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":1000,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":225,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"80px\",\"mobile\":\"60\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"70px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromBottom\",\"orig-anim-handle\":\"SlideMaskFromBottom\",\"orig-endanim\":\"Automatic Reverse\",\"orig-endanim-handle\":\"auto\",\"static_start\":\"1\",\"static_end\":\"2\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":1,\"subtype\":\"\",\"specialsettings\":{}},{\"text\":\"GENETICS\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":120,\"mobile\":0},\"top\":{\"desktop\":-95,\"mobile\":-85},\"hover\":false,\"alias\":\"genetics\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":1000,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":403,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"80px\",\"mobile\":\"60px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"70px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromBottom\",\"orig-anim-handle\":\"SlideMaskFromBottom\",\"static_start\":\"1\",\"static_end\":\"2\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":2,\"subtype\":\"\",\"specialsettings\":{}},{\"text\":\"LOAD THE GUN\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":-20,\"mobile\":-22},\"hover\":false,\"alias\":\"load the gun\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":750,\"endspeed\":1000,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":589,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"80px\",\"mobile\":\"60\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"70px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromTop\",\"orig-anim-handle\":\"SlideMaskFromTop\",\"static_start\":\"1\",\"static_end\":\"2\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":3,\"subtype\":\"\",\"specialsettings\":{}},{\"text\":\"YOUR LIFESTYLE PULLS THE TRIGGER\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":71,\"mobile\":51},\"hover\":false,\"alias\":\"your lifestyle\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-Subline\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":589,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"mobile\":\"15px\"},\"line-height\":{\"desktop\":\"30px\",\"mobile\":\"20px\"},\"font-weight\":{\"desktop\":\"100\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":4,\"subtype\":\"\",\"specialsettings\":{}},{\"text\":\"Now free workout session trials.\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"tablet\":0,\"notebook\":0},\"top\":{\"desktop\":162,\"mobile\":72,\"tablet\":72,\"notebook\":112},\"hover\":false,\"alias\":\"free workouts\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":true,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\"},\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"bottom\",\"mobile\":\"bottom\",\"tablet\":\"bottom\",\"notebook\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-SmallText\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":549,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"mobile\":\"17px\",\"tablet\":\"17px\",\"notebook\":\"17px\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\",\"tablet\":\"22\",\"notebook\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\",\"tablet\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"0.5\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":4,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"tablet\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"tablet\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{}},\"static_start\":\"1\",\"static_end\":\"2\",\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":5,\"subtype\":\"\",\"specialsettings\":{}},{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"},\"font-size\":{\"desktop\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\",\"tablet\":\"15px\"},\"line-height\":{\"desktop\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\",\"tablet\":\"15px\"},\"font-weight\":{\"desktop\":\"600\",\"mobile\":\"600\",\"notebook\":\"600\",\"tablet\":\"600\"}},\"deformation\":{\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"font-family\":\"Raleway\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-opacity\":\"0\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-opacity\":\"0\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"fa-icon-chevron-right\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power2.easeOut\",\"css_cursor\":\"auto\"},\"text\":\"GET GOING NOW <i class=\\\"fa-icon-chevron-right\\\"><\\/i>\",\"type\":\"button\",\"style\":\"Gym-Button\",\"resize-full\":false,\"resizeme\":false,\"hover\":true,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":95,\"mobile\":20,\"notebook\":60,\"tablet\":20},\"alias\":\"get going now \",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"bottom\",\"mobile\":\"bottom\",\"notebook\":\"bottom\",\"tablet\":\"bottom\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"custom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":232,\"height\":40,\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[175%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"serial\":5,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{}},\"orig-anim\":\"SlideMaskFromBottom\",\"orig-anim-handle\":\"customin-354\",\"static_end\":\"2\",\"static_start\":\"1\",\"orig-endanim\":\"SlideMaskToBottom\",\"orig-endanim-handle\":\"SlideMaskToBottom\",\"internal_class\":\"rev-btn rev-maxround rev-hiddenicon\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":6,\"subtype\":\"\",\"specialsettings\":{},\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"jumpto\"],\"image_link\":[\"\"],\"link_open_in\":[\"same\"],\"jump_to_slide\":[34],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(34,10,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"left center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Service\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"slideoververtical\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"default\"],\"transition_duration\":[\"1500\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/gym\\/gym2.jpg\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"video_mute\":\"on\"}','[{\"text\":\"THE\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":150,\"mobile\":-70,\"notebook\":-90},\"top\":{\"desktop\":-182,\"mobile\":-182,\"notebook\":-182},\"hover\":false,\"alias\":\"the\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":225,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"80px\",\"mobile\":\"60\",\"notebook\":\"80px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"70px\",\"notebook\":\"70px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromBottom\",\"orig-anim-handle\":\"SlideMaskFromBottom\",\"orig-endanim\":\"Automatic Reverse\",\"orig-endanim-handle\":\"auto\",\"static_start\":\"1\",\"static_end\":\"2\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":1,\"subtype\":\"\",\"specialsettings\":{}},{\"text\":\"GYM\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":320,\"mobile\":70,\"notebook\":100},\"top\":{\"desktop\":-185,\"mobile\":-185,\"notebook\":-185},\"hover\":false,\"alias\":\"gym\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":403,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"80px\",\"mobile\":\"60px\",\"notebook\":\"80px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"70px\",\"notebook\":\"70px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromBottom\",\"orig-anim-handle\":\"SlideMaskFromBottom\",\"static_start\":\"1\",\"static_end\":\"2\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":2,\"subtype\":\"\",\"specialsettings\":{}},{\"text\":\"THAT HAS IT ALL\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":-110,\"mobile\":-127,\"notebook\":-110},\"hover\":false,\"alias\":\"that has it all\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":750,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":589,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"80px\",\"mobile\":\"50px\",\"notebook\":\"80px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"70px\",\"notebook\":\"70px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromTop\",\"orig-anim-handle\":\"SlideMaskFromTop\",\"static_start\":\"1\",\"static_end\":\"2\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":3,\"subtype\":\"\",\"specialsettings\":{}},{\"text\":\"<i class=\\\"fa-icon-plus\\\" style=\\\"color:#8bc027;\\\"><\\/i> 3 MONTH CONTRACTS<br\\/>\\n<i class=\\\"fa-icon-plus\\\" style=\\\"color:#8bc027;\\\"><\\/i> 24H OPENING TIMES<br\\/>\\n<i class=\\\"fa-icon-plus\\\" style=\\\"color:#8bc027;\\\"><\\/i> PERSONAL TRAINERS<br\\/>\\n<i class=\\\"fa-icon-plus\\\" style=\\\"color:#8bc027;\\\"><\\/i> MOTIVATING ATMOSPHERE\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":146,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":71,\"mobile\":1,\"notebook\":71},\"hover\":false,\"alias\":\"text block\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-Subline\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":401,\"height\":120,\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"15px\",\"notebook\":\"20px\"},\"line-height\":{\"desktop\":\"30px\",\"mobile\":\"20px\",\"notebook\":\"30px\"},\"font-weight\":{\"desktop\":\"300\",\"mobile\":\"400\",\"notebook\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":4,\"subtype\":\"\",\"specialsettings\":{}},{\"style\":\"\",\"text\":\"Image 8\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/gym\\/greenstripe.png\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"special_type\":null,\"left\":{\"desktop\":175,\"notebook\":0,\"mobile\":0},\"top\":{\"desktop\":212,\"notebook\":212,\"mobile\":112},\"hover\":false,\"alias\":\"stripe\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10500,\"endanimation\":\"custom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":297,\"height\":80,\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"notebook\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"notebook\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"1\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":4,\"endWithSlide\":true,\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-endanim\":\"SlideMaskToBottom\",\"orig-endanim-handle\":\"SlideMaskToBottom\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":5,\"originalWidth\":297,\"originalHeight\":80,\"subtype\":\"\",\"specialsettings\":{}},{\"text\":\"<span style=\\\"font-size:15px;\\\">$<\\/span> 19,95 <span style=\\\"font-size:15px;\\\">p.m.<\\/span>\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":260,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":210,\"mobile\":108,\"notebook\":210},\"hover\":false,\"alias\":\"price\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":131,\"height\":35,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"mobile\":\"30px\",\"notebook\":\"30px\"},\"line-height\":{\"desktop\":\"30px\",\"mobile\":\"70px\",\"notebook\":\"30px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":5,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromTop\",\"orig-anim-handle\":\"SlideMaskFromTop\",\"static_start\":\"1\",\"static_end\":\"2\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":6,\"subtype\":\"\",\"specialsettings\":{}},{\"text\":\"Terms & Conditions may apply.\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":198,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":100,\"mobile\":75,\"notebook\":85,\"tablet\":75},\"hover\":false,\"alias\":\"terms and conditions\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":true,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":300,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"bottom\",\"mobile\":\"bottom\",\"notebook\":\"bottom\",\"tablet\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-SmallText\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1850,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":244,\"height\":22,\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"mobile\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\",\"notebook\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"0.5\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":6,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{}},\"static_start\":\"1\",\"static_end\":\"2\",\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":7,\"subtype\":\"\",\"specialsettings\":{}},{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"},\"font-size\":{\"desktop\":\"15px\",\"notebook\":\"15px\",\"tablet\":\"15px\"},\"line-height\":{\"desktop\":\"15px\",\"notebook\":\"15px\",\"tablet\":\"15px\"},\"font-weight\":{\"desktop\":\"600\",\"notebook\":\"600\",\"tablet\":\"600\"}},\"deformation\":{\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"font-family\":\"Raleway\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"color-transparency\":\"1\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-opacity\":\"0\",\"border-width\":\"2px\",\"border-style\":\"solid\",\"icon-class\":\"\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-opacity\":\"0\",\"border-width\":\"2px\",\"border-style\":\"solid\",\"icon-class\":\"fa-icon-chevron-right\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power1.easeInOut\",\"css_cursor\":\"pointer\"},\"text\":\"SIGN UP TODAY <i class=\\\"fa-icon-chevron-right\\\"><\\/i>\",\"type\":\"text\",\"style\":\"rev-btn rev-maxround rev-hiddenicon rev-bordered\",\"resize-full\":false,\"resizeme\":false,\"hover\":true,\"left\":{\"desktop\":216,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":31,\"notebook\":31,\"tablet\":21},\"alias\":\"sign up\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"bottom\",\"notebook\":\"bottom\",\"tablet\":\"bottom\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1650,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"custom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":236,\"height\":44,\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[175%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"serial\":7,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{\"letter-spacing\":\"1px\"}},\"orig-anim\":\"SlideMaskFromBottom\",\"orig-anim-handle\":\"customin-354\",\"static_end\":\"2\",\"static_start\":\"1\",\"orig-endanim\":\"SlideMaskToBottom\",\"orig-endanim-handle\":\"SlideMaskToBottom\",\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":8,\"subtype\":\"\",\"specialsettings\":{},\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"jumpto\"],\"image_link\":[\"\"],\"link_open_in\":[\"same\"],\"jump_to_slide\":[35],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(35,10,3,'{\"background_type\":\"html5\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/gym\\/fit_edit.mp4\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"left center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Contact\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"slideoververtical\"],\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"1500\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/gym\\/fitness.jpg\",\"video_mute\":\"on\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"]}','[{\"text\":\"<div class=\\\"coverdark\\\"><\\/div>\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"hover\":false,\"alias\":\"cover dark\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"-\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":0,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"auto\",\"endeasing\":\"Power2.easeOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":false,\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":1},{\"text\":\"NO\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":-170,\"mobile\":-138,\"notebook\":-190},\"top\":{\"desktop\":-182,\"mobile\":-139,\"notebook\":-182},\"hover\":false,\"alias\":\"the\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":89,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"80px\",\"mobile\":\"60\",\"notebook\":\"80px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"70px\",\"notebook\":\"70px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromBottom\",\"orig-anim-handle\":\"SlideMaskFromBottom\",\"orig-endanim\":\"Automatic Reverse\",\"orig-endanim-handle\":\"auto\",\"static_start\":\"1\",\"static_end\":\"2\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":2},{\"text\":\"EXCUSES\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":80,\"mobile\":50,\"notebook\":60},\"top\":{\"desktop\":-185,\"mobile\":-143,\"notebook\":-185},\"hover\":false,\"alias\":\"gym\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":403,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"80px\",\"mobile\":\"60px\",\"notebook\":\"80px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"70px\",\"notebook\":\"70px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromBottom\",\"orig-anim-handle\":\"SlideMaskFromBottom\",\"static_start\":\"1\",\"static_end\":\"2\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":3},{\"text\":\"GET FIT WITH US\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":-110,\"mobile\":-87,\"notebook\":-110},\"hover\":false,\"alias\":\"that has it all\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":750,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":589,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"80px\",\"mobile\":\"50px\",\"notebook\":\"80px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"70px\",\"notebook\":\"70px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromTop\",\"orig-anim-handle\":\"SlideMaskFromTop\",\"static_start\":\"1\",\"static_end\":\"2\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":4},{\"text\":\"<i class=\\\"fa-icon-map-marker\\\" style=\\\"color:#8bc027;\\\"><\\/i> HADES ROAD 145, BROOKLYN NY<br\\/>\\n<i class=\\\"fa-icon-phone\\\" style=\\\"color:#8bc027;\\\"><\\/i> 0800 987654<br\\/>\\n<i class=\\\"fa-icon-envelope-o\\\" style=\\\"color:#8bc027;\\\"><\\/i> INFO@JOHNSMITHGYM<br\\/>\\n<i class=\\\"fa-icon-clock-o\\\" style=\\\"color:#8bc027;\\\"><\\/i> MONDAY - SUNDAY 07:30 - 22:30\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":71,\"mobile\":21,\"notebook\":71},\"hover\":false,\"alias\":\"text block\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"speed\":2000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-Subline\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":401,\"height\":120,\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"15px\",\"notebook\":\"20px\"},\"line-height\":{\"desktop\":\"30px\",\"mobile\":\"20px\",\"notebook\":\"30px\"},\"font-weight\":{\"desktop\":\"300\",\"mobile\":\"400\",\"notebook\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":4,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":5},{\"style\":\"\",\"text\":\"Image 8\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/gym\\/greenstripe.png\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"special_type\":null,\"left\":{\"desktop\":0,\"notebook\":0,\"mobile\":0},\"top\":{\"desktop\":212,\"notebook\":212,\"mobile\":132},\"hover\":false,\"alias\":\"stripe\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":1500,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10500,\"endanimation\":\"custom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":297,\"height\":80,\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"notebook\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"notebook\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"1\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":5,\"endWithSlide\":true,\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-endanim\":\"SlideMaskToBottom\",\"orig-endanim-handle\":\"SlideMaskToBottom\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":6},{\"text\":\"CALL US TODAY\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":210,\"mobile\":128,\"notebook\":210},\"hover\":false,\"alias\":\"price\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Gym-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10500,\"endanimation\":\"SlideMaskToBottom\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":131,\"height\":35,\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\"},\"line-height\":{\"desktop\":\"30px\",\"mobile\":\"70px\",\"notebook\":\"30px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":6,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromTop\",\"orig-anim-handle\":\"SlideMaskFromTop\",\"static_start\":\"1\",\"static_end\":\"2\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":7}]','[\"\"]'),(42,13,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"off\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"110\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Power1.easeOut\",\"kb_duration\":\"20000\",\"title\":\"Intro\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"1000\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/levanorestaurantbar\\/restaurant_bg_1.jpg\",\"slide_bg_vimeo\":\"\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_mute\":\"on\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"]}','[{\"text\":\"LEVANO\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-50},\"hover\":false,\"alias\":\"Title\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":80,\"height\":22,\"static_styles\":{\"font-size\":{\"desktop\":\"120px\"},\"line-height\":{\"desktop\":\"120px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"show-on-hover\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":1},{\"text\":\"Fine Food + Drinks\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0},\"top\":{\"desktop\":30},\"hover\":false,\"alias\":\"Subtitle\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Cursive\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":343,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\"},\"line-height\":{\"desktop\":\"40px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"show-on-hover\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":2},{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"\"}},\"inline\":{\"idle\":{\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"background-color\":\"transparent\",\"background-opacity\":\"0\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-opacity\":1,\"border-transparency\":\"1\",\"border-radius\":[\"23px\",\"23px\",\"23px\",\"23px\"],\"border-width\":\"3px\",\"border-style\":\"solid\",\"font-family\":\"\",\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"css_cursor\":\"pointer\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\"},\"text\":\"\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<span>\\n\\t\\t\\t\\t\\t\\t\\t<\\/span>\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\",\"type\":\"button\",\"specialsettings\":{},\"style\":\"\",\"internal_class\":\"rev-scroll-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"35px\"},\"max_height\":{\"desktop\":\"55px\"},\"subtype\":\"scrollbutton\",\"alias\":\"Scroll Button\",\"unique_id\":5,\"left\":{\"desktop\":0},\"top\":{\"desktop\":77},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfb\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":1500,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"bottom\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"stb\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"50px\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Scroll Down\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"tablet\":0},\"top\":{\"desktop\":50,\"tablet\":30},\"hover\":false,\"alias\":\"Scroll Text\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfb\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"bottom\",\"tablet\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-ScrollDownText\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1900,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":113,\"height\":17,\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"tablet\":\"17px\"},\"line-height\":{\"desktop\":\"17px\",\"tablet\":\"17px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":4,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','[\"\"]'),(43,13,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"off\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"right center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"110\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Power1.easeOut\",\"kb_duration\":\"30000\",\"title\":\"The Menu\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"slideoverup\"],\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"1000\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/levanorestaurantbar\\/restaurant_bg_2.jpg\",\"slide_bg_vimeo\":\"\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_mute\":\"on\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"]}','[{\"text\":\"THE MENU\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":700,\"tablet\":0,\"notebook\":500,\"mobile\":0},\"top\":{\"desktop\":70,\"tablet\":174,\"notebook\":21,\"mobile\":124},\"hover\":false,\"alias\":\"The Menu\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":294,\"height\":60,\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"40px\"},\"line-height\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":1},{\"text\":\"Croque-monsieur\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":700,\"tablet\":0,\"notebook\":500,\"mobile\":0},\"top\":{\"desktop\":170,\"tablet\":250,\"notebook\":130,\"mobile\":200},\"hover\":false,\"alias\":\"Title 1\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Cursive\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":272,\"height\":59,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"tablet\":\"20px\",\"notebook\":\"30px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"59px\",\"tablet\":\"40px\",\"notebook\":\"59px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\",\"notebook\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":2},{\"text\":\"Grilled ham and cheese sandwich \",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":700,\"tablet\":0,\"notebook\":500,\"mobile\":0},\"top\":{\"desktop\":225,\"tablet\":285,\"notebook\":185,\"mobile\":235},\"hover\":false,\"alias\":\"Subtitle 1\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Description\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1100,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":354,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"tablet\":\"20px\",\"notebook\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"30px\",\"tablet\":\"30px\",\"notebook\":\"30px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\",\"notebook\":\"300\",\"mobile\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"0.5\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":3},{\"text\":\"$ 8,90\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":700,\"tablet\":0,\"notebook\":500,\"mobile\":0},\"top\":{\"desktop\":275,\"tablet\":325,\"notebook\":235,\"mobile\":275},\"hover\":false,\"alias\":\"Price 1\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Price\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1200,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"Power3.easeOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":385,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"tablet\":\"20px\",\"notebook\":\"30px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"30px\",\"tablet\":\"20px\",\"notebook\":\"30px\",\"mobile\":\"20px\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\",\"notebook\":\"300\",\"mobile\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"orig-anim\":\"SmoothPopUp_x3\",\"orig-anim-handle\":\"customin-338\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":4},{\"text\":\"Deluxe Burger\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":700,\"tablet\":0,\"notebook\":500,\"mobile\":0},\"top\":{\"desktop\":360,\"tablet\":390,\"notebook\":300,\"mobile\":340},\"hover\":false,\"alias\":\"Title 2\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Cursive\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1300,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":302,\"height\":59,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"tablet\":\"20px\",\"notebook\":\"30px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"59px\",\"tablet\":\"40px\",\"notebook\":\"59px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\",\"notebook\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":4,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":5},{\"text\":\"Grass-fed beef served with fries\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":700,\"tablet\":0,\"notebook\":500,\"mobile\":0},\"top\":{\"desktop\":415,\"tablet\":425,\"notebook\":355,\"mobile\":375},\"hover\":false,\"alias\":\"Subtitle 2\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Description\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1400,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":385,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"tablet\":\"20px\",\"notebook\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"30px\",\"tablet\":\"30px\",\"notebook\":\"30px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\",\"notebook\":\"300\",\"mobile\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"0.5\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":5,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":6},{\"text\":\"$ 15,90\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":700,\"tablet\":0,\"notebook\":500,\"mobile\":0},\"top\":{\"desktop\":465,\"tablet\":465,\"notebook\":405,\"mobile\":415},\"hover\":false,\"alias\":\"Price 2\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Price\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"Power3.easeOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":85,\"height\":20,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"tablet\":\"20px\",\"notebook\":\"30px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"30px\",\"tablet\":\"20px\",\"notebook\":\"30px\",\"mobile\":\"20px\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\",\"notebook\":\"300\",\"mobile\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":6,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":7},{\"text\":\"lasagne alla bolognese\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":700,\"tablet\":0,\"notebook\":500,\"mobile\":0},\"top\":{\"desktop\":550,\"tablet\":530,\"notebook\":470,\"mobile\":480},\"hover\":false,\"alias\":\"Title 3\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Cursive\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1600,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":271,\"height\":59,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"tablet\":\"20px\",\"notebook\":\"30px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"59px\",\"tablet\":\"40px\",\"notebook\":\"59px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\",\"notebook\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":7,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":8},{\"text\":\"Our classic Lasagne\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":700,\"tablet\":0,\"notebook\":500,\"mobile\":0},\"top\":{\"desktop\":605,\"tablet\":565,\"notebook\":525,\"mobile\":515},\"hover\":false,\"alias\":\"Subtitle 3\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Description\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1700,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":376,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"tablet\":\"20px\",\"notebook\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"30px\",\"tablet\":\"30px\",\"notebook\":\"30px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\",\"notebook\":\"300\",\"mobile\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"0.5\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":8,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":9},{\"text\":\"$ 12,90\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":700,\"tablet\":0,\"notebook\":500,\"mobile\":0},\"top\":{\"desktop\":655,\"tablet\":605,\"notebook\":576,\"mobile\":555},\"hover\":false,\"alias\":\"Price 3\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Price\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1800,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"Power3.easeOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":117,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"tablet\":\"20px\",\"notebook\":\"30px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"30px\",\"tablet\":\"20px\",\"notebook\":\"30px\",\"mobile\":\"20px\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\",\"notebook\":\"300\",\"mobile\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":9,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":10},{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"font-size\":{\"desktop\":\"17px\",\"tablet\":\"17px\",\"notebook\":\"17px\",\"mobile\":\"17px\"},\"line-height\":{\"desktop\":\"17px\",\"tablet\":\"17px\",\"notebook\":\"17px\",\"mobile\":\"17px\"},\"font-weight\":{\"desktop\":\"500\",\"tablet\":\"500\",\"notebook\":\"500\",\"mobile\":\"500\"}},\"deformation\":{\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"font-family\":\"Roboto\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-opacity\":\"0.5\",\"border-width\":\"2\",\"border-style\":\"solid\",\"icon-class\":\"\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"2\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"300\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"text\":\"THIRSTY TOO?\",\"type\":\"text\",\"style\":\"rev-btn rev-bordered\",\"resize-full\":false,\"resizeme\":false,\"hover\":true,\"left\":{\"desktop\":700,\"tablet\":0,\"notebook\":500,\"mobile\":0},\"top\":{\"desktop\":750,\"tablet\":673,\"notebook\":671,\"mobile\":622},\"alias\":\"thirsty too?\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2800,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"Power3.easeOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":189,\"height\":17,\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1.5\",\"scale_y_start\":\"1.5\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"serial\":10,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{\"letter-spacing\":\"3px\"}},\"cover_mode\":\"custom\",\"orig-anim\":\"SmoothPopUp_x3\",\"orig-anim-handle\":\"customin-338\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":11,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"jumpto\"],\"image_link\":[\"\"],\"link_open_in\":[\"same\"],\"jump_to_slide\":[44],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(44,13,3,'{\"background_type\":\"html5\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_html_mpeg\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/levanorestaurantbar\\/drink.mp4\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_loop\":\"loop\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"off\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"right center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Drinks\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"slideoverup\"],\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"1500\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/levanorestaurantbar\\/drink_cover.jpg\",\"slide_bg_vimeo\":\"\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_mute\":\"on\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"]}','[{\"text\":\"Try Our\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":778,\"tablet\":0,\"notebook\":585,\"mobile\":0},\"top\":{\"desktop\":350,\"tablet\":639,\"notebook\":320,\"mobile\":459},\"hover\":false,\"alias\":\"Try\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Cursive\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"Power3.easeOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":146,\"height\":59,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"tablet\":\"20px\",\"notebook\":\"30px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"59px\",\"tablet\":\"40px\",\"notebook\":\"59px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\",\"notebook\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":1},{\"text\":\"PREMIUM ALES\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":780,\"tablet\":1,\"notebook\":580,\"mobile\":1},\"top\":{\"desktop\":400,\"tablet\":212,\"notebook\":380,\"mobile\":160},\"hover\":false,\"alias\":\"Premium Ales\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"middle\",\"notebook\":\"top\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1100,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"Power3.easeOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":430,\"height\":60,\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"40px\"},\"line-height\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":2},{\"text\":\"From $ 2,90\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":780,\"tablet\":3,\"notebook\":584,\"mobile\":3},\"top\":{\"desktop\":492,\"tablet\":727,\"notebook\":472,\"mobile\":555},\"hover\":false,\"alias\":\"Price\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Price\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1200,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"Power3.easeOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":138,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"tablet\":\"20px\",\"notebook\":\"30px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"30px\",\"tablet\":\"30px\",\"notebook\":\"30px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\",\"notebook\":\"300\",\"mobile\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":3},{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"font-size\":{\"desktop\":\"17px\",\"tablet\":\"17px\",\"notebook\":\"17px\",\"mobile\":\"17px\"},\"line-height\":{\"desktop\":\"17px\",\"tablet\":\"17px\",\"notebook\":\"17px\",\"mobile\":\"17px\"},\"font-weight\":{\"desktop\":\"500\",\"tablet\":\"500\",\"notebook\":\"500\",\"mobile\":\"500\"}},\"deformation\":{\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"font-family\":\"Roboto\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-opacity\":\"0.5\",\"border-width\":\"2\",\"border-style\":\"solid\",\"icon-class\":\"\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"2\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"300\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"text\":\"SEE OUR OPENING TIMES\",\"type\":\"button\",\"style\":\"Restaurant-Button\",\"resize-full\":false,\"resizeme\":false,\"hover\":true,\"left\":{\"desktop\":780,\"tablet\":2,\"notebook\":588,\"mobile\":2},\"top\":{\"desktop\":770,\"tablet\":779,\"notebook\":617,\"mobile\":607},\"alias\":\"thirsty too?\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2200,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":335,\"height\":45,\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1.5\",\"scale_y_start\":\"1.5\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{\"letter-spacing\":\"3px\"}},\"cover_mode\":\"custom\",\"orig-anim\":\"SmoothPopUp_x3\",\"orig-anim-handle\":\"customin-338\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"rev-btn\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":4,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"jumpto\"],\"image_link\":[\"\"],\"link_open_in\":[\"same\"],\"jump_to_slide\":[45],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(45,13,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"off\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"left center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"110\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Power1.easeOut\",\"kb_duration\":\"30000\",\"title\":\"Opening TImes\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"slideoverup\"],\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"1000\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/levanorestaurantbar\\/restaurant_bg_3.jpg\",\"slide_bg_vimeo\":\"\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_mute\":\"on\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"]}','[{\"text\":\"OPENING TIMES\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":70,\"tablet\":170,\"mobile\":170},\"hover\":false,\"alias\":\"The Menu\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":294,\"height\":60,\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"mobile\":\"40px\"},\"line-height\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":1},{\"text\":\"Mondays - Fridays\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"tablet\":0},\"top\":{\"desktop\":170,\"tablet\":257},\"hover\":false,\"alias\":\"caption text3\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Cursive\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":272,\"height\":59,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"tablet\":\"20px\"},\"line-height\":{\"desktop\":\"59px\",\"tablet\":\"40px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":2},{\"text\":\"11:00 - 23:00\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"tablet\":0},\"top\":{\"desktop\":235,\"tablet\":295},\"hover\":false,\"alias\":\"caption text3\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Price\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1100,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":385,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"tablet\":\"20px\"},\"line-height\":{\"desktop\":\"30px\",\"tablet\":\"30px\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":3},{\"text\":\"Saturday\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"tablet\":0},\"top\":{\"desktop\":320,\"tablet\":361},\"hover\":false,\"alias\":\"caption text3\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Cursive\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1200,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":302,\"height\":59,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"tablet\":\"20px\"},\"line-height\":{\"desktop\":\"59px\",\"tablet\":\"40px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":4},{\"text\":\"12:30 - 22:00\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"tablet\":0},\"top\":{\"desktop\":385,\"tablet\":400},\"hover\":false,\"alias\":\"caption text3\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Price\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1300,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":98,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"tablet\":\"20px\"},\"line-height\":{\"desktop\":\"30px\",\"tablet\":\"30px\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":4,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":5},{\"text\":\"Sundays\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"tablet\":0},\"top\":{\"desktop\":470,\"tablet\":466},\"hover\":false,\"alias\":\"caption text3\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Cursive\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1400,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":271,\"height\":59,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"tablet\":\"20px\"},\"line-height\":{\"desktop\":\"59px\",\"tablet\":\"40px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":5,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":6},{\"text\":\"CLOSED\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"tablet\":0},\"top\":{\"desktop\":535,\"tablet\":504},\"hover\":false,\"alias\":\"caption text3\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Price\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":117,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"tablet\":\"20px\"},\"line-height\":{\"desktop\":\"30px\",\"tablet\":\"30px\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":6,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":7},{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"font-size\":{\"desktop\":\"17px\",\"tablet\":\"17px\",\"notebook\":\"17px\",\"mobile\":\"17px\"},\"line-height\":{\"desktop\":\"17px\",\"tablet\":\"17px\",\"notebook\":\"17px\",\"mobile\":\"17px\"},\"font-weight\":{\"desktop\":\"500\",\"tablet\":\"500\",\"notebook\":\"500\",\"mobile\":\"500\"}},\"deformation\":{\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"font-family\":\"Roboto\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-opacity\":\"0.5\",\"border-width\":\"2\",\"border-style\":\"solid\",\"icon-class\":\"\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"2\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"300\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"text\":\"FIND US HERE\",\"type\":\"button\",\"style\":\"Restaurant-Button\",\"resize-full\":false,\"resizeme\":false,\"hover\":true,\"left\":{\"desktop\":50,\"tablet\":0,\"notebook\":50,\"mobile\":0},\"top\":{\"desktop\":690,\"tablet\":597,\"notebook\":630,\"mobile\":597},\"alias\":\"thirsty too?\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\",\"notebook\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":189,\"height\":17,\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1.5\",\"scale_y_start\":\"1.5\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"serial\":7,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{\"letter-spacing\":\"3px\"}},\"cover_mode\":\"custom\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"rev-btn\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":8,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"jumpto\"],\"image_link\":[\"\"],\"link_open_in\":[\"same\"],\"jump_to_slide\":[46],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(46,13,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#000000\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"off\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"110\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Power1.easeOut\",\"kb_duration\":\"30000\",\"title\":\"Contact\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"slideoververtical\"],\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"1000\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#000000\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/levanorestaurantbar\\/board.jpg\",\"slide_bg_vimeo\":\"\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_mute\":\"on\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"]}','[{\"text\":\"FIND US HERE\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":100,\"tablet\":30,\"mobile\":30},\"top\":{\"desktop\":100,\"tablet\":120,\"mobile\":140},\"hover\":false,\"alias\":\"The Menu\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Display\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":389,\"height\":60,\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"mobile\":\"40px\"},\"line-height\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"scrollunder_offset\":\"\",\"unique_id\":1,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[]},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\"},{\"text\":\"Address\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":100,\"tablet\":30,\"notebook\":100,\"mobile\":30},\"top\":{\"desktop\":200,\"tablet\":172,\"notebook\":180,\"mobile\":192},\"hover\":false,\"alias\":\"Address\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"notebook\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Cursive\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":103,\"height\":40,\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"tablet\":\"20px\",\"notebook\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"notebook\":\"40px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\",\"notebook\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"scrollunder_offset\":\"\",\"unique_id\":2,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[]},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\"},{\"text\":\"Crumpy Drive 235<br\\/>\\n51105<br\\/>\\nCologne\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":250,\"tablet\":30,\"notebook\":250,\"mobile\":30},\"top\":{\"desktop\":206,\"tablet\":214,\"notebook\":186,\"mobile\":234},\"hover\":false,\"alias\":\"Address Text\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"notebook\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Price\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1100,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":205,\"height\":75,\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"tablet\":\"20px\",\"notebook\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"25px\",\"tablet\":\"25px\",\"notebook\":\"25px\",\"mobile\":\"25px\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\",\"notebook\":\"300\",\"mobile\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"scrollunder_offset\":\"\",\"unique_id\":3,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[]},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\"},{\"text\":\"Phone\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":100,\"tablet\":30,\"notebook\":100,\"mobile\":30},\"top\":{\"desktop\":320,\"tablet\":308,\"notebook\":300,\"mobile\":328},\"hover\":false,\"alias\":\"Phone\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"notebook\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Cursive\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1200,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":74,\"height\":40,\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"tablet\":\"20px\",\"notebook\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"notebook\":\"40px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\",\"notebook\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"scrollunder_offset\":\"\",\"unique_id\":4,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[]},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\"},{\"text\":\"0800 098765432\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":250,\"tablet\":30,\"notebook\":250,\"mobile\":30},\"top\":{\"desktop\":326,\"tablet\":349,\"notebook\":306,\"mobile\":369},\"hover\":false,\"alias\":\"Phone Text\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"notebook\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Price\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1300,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":265,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"tablet\":\"20px\",\"notebook\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"25px\",\"tablet\":\"25px\",\"notebook\":\"25px\",\"mobile\":\"25px\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\",\"notebook\":\"300\",\"mobile\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":4,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"scrollunder_offset\":\"\",\"unique_id\":5,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[]},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\"},{\"text\":\"Email\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":100,\"tablet\":30,\"notebook\":100,\"mobile\":30},\"top\":{\"desktop\":380,\"tablet\":391,\"notebook\":360,\"mobile\":411},\"hover\":false,\"alias\":\"Email\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"notebook\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Cursive\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1400,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":80,\"height\":40,\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"tablet\":\"20px\",\"notebook\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"notebook\":\"40px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\",\"notebook\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":5,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"scrollunder_offset\":\"\",\"unique_id\":6,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[]},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\"},{\"text\":\"Info@lvrestaurant.com\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":250,\"tablet\":30,\"notebook\":250,\"mobile\":30},\"top\":{\"desktop\":386,\"tablet\":435,\"notebook\":366,\"mobile\":455},\"hover\":true,\"alias\":\"Email Text\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromBottom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"notebook\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"Restaurant-Price\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":365,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"tablet\":\"20px\",\"notebook\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"25px\",\"tablet\":\"25px\",\"notebook\":\"25px\",\"mobile\":\"25px\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\",\"notebook\":\"300\",\"mobile\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"0.5\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"speed\":\"300\",\"easing\":\"Power3.easeOut\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":6,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"cover_mode\":\"custom\",\"tooltip_event\":{\"0\":\"click\"},\"action\":{\"0\":\"link\"},\"image_link\":{\"0\":\"#\"},\"jump_to_slide\":{\"0\":\"1010\"},\"scrollunder_offset\":{\"0\":\"\"},\"actioncallback\":{\"0\":\"\"},\"layer_target\":{\"0\":\"0\"},\"link_type\":{\"0\":\"jquery\"},\"action_delay\":{\"0\":\"\"},\"unique_id\":7,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[]},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"show-on-hover\":false,\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\"},{\"text\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m14!1m12!1m3!1d628.649893265494!2d7.004314796920626!3d50.93112389810982!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sde!2sde!4v1434545053661\\\" width=\\\"400\\\" height=\\\"300\\\" frameborder=\\\"0\\\" style=\\\"border:0\\\"><\\/iframe>\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":100,\"notebook\":100,\"tablet\":30,\"mobile\":30},\"top\":{\"desktop\":500,\"notebook\":430,\"tablet\":152,\"mobile\":-100},\"hover\":false,\"alias\":\"GOOGLE MAP\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"lfl\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\",\"tablet\":\"bottom\",\"mobile\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"style\":\"-\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":false,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":400,\"height\":304,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"notebook\":\"20\",\"tablet\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"notebook\":\"22\",\"tablet\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"left\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":7,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"scrollunder_offset\":\"\",\"unique_id\":8,\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"show-on-hover\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','[\"\"]'),(52,15,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Intro\",\"delay\":\"0\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"zoomout\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"2000\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/2017\\/03\\/IMG_2218-e1488943820307.jpg\",\"transition_ease_in\":[\"Power4.easeInOut\"],\"transition_ease_out\":[\"Power4.easeInOut\"],\"video_mute\":\"on\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_volume\":\"\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"760\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"ph-zeus-arrows-bg-size-custom-slide\":\"off\",\"ph-zeus-arrows-bg-size-custom\":\"70\",\"ph-zeus-arrows-bg-color-color-rgba-slide\":\"off\",\"ph-zeus-arrows-bg-color-color-rgba\":\"rgba(0,0,0,0.1)\",\"ph-zeus-arrows-arrow-color-color-slide\":\"off\",\"ph-zeus-arrows-arrow-color-color\":\"#ffffff\",\"ph-zeus-arrows-arrow-size-custom-slide\":\"off\",\"ph-zeus-arrows-arrow-size-custom\":\"20\",\"ph-metis-bullets-size-custom-slide\":\"off\",\"ph-metis-bullets-size-custom\":\"50\",\"ph-metis-bullets-border-width-custom-slide\":\"off\",\"ph-metis-bullets-border-width-custom\":\"3\",\"ph-metis-bullets-tooltip-color-color-slide\":\"off\",\"ph-metis-bullets-tooltip-color-color\":\"#ffffff\",\"ph-metis-bullets-idlecolor-color-slide\":\"off\",\"ph-metis-bullets-idlecolor-color\":\"#000000\",\"ph-metis-bullets-hovercolor-color-rgba-slide\":\"off\",\"ph-metis-bullets-hovercolor-color-rgba\":\"#ffffff\",\"ph-metis-bullets-hbgb-color-rgba-slide\":\"off\",\"ph-metis-bullets-hbgb-color-rgba\":\"#777777\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}','[{\"text\":\"COOL MUSIC\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"hover\":false,\"alias\":\"Title\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":407,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"70px\",\"mobile\":\"45px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"50px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"font-weight\":{\"desktop\":\"800\",\"mobile\":\"800\",\"notebook\":\"800\",\"tablet\":\"800\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"[105%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"45deg\",\"y_rotate_start\":\"0deg\",\"z_rotate_start\":\"90deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"0px\",\"10px\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\",\"vertical-align\":\"top\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"SlideMaskFromBottom\",\"orig-anim-handle\":\"customin-354\",\"orig-endanim\":\"SmoothCropToBottom\",\"orig-endanim-handle\":\"SmoothCropToBottom\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":1,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"static_start\":\"1\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"chars\",\"split_direction\":\"forward\",\"split_extratime\":40,\"splitdelay\":\"5\",\"speed\":2000,\"animation\":\"LettersFlyInFromRight\",\"easing\":\"Power4.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SlideMaskToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":5600,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"10px\",\"0px\",\"10px\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":5,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"FROM BIG BAND TO CURRENT HITS\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":52,\"mobile\":51,\"notebook\":52,\"tablet\":52},\"hover\":false,\"alias\":\"Subtitle\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-SubTitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":413,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"13px\",\"mobile\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"500\",\"notebook\":\"500\",\"tablet\":\"500\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\",\"vertical-align\":\"top\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":4,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"5\",\"speed\":2000,\"animation\":\"LettersFlyInFromRight\",\"easing\":\"Power4.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SlideMaskToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":5500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":6,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":8,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":-68,\"notebook\":-68},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Icon\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Icon\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":95,\"height\":55,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"line-height\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"rgba(255, 255, 255, 1)\",\"border-style\":\"solid\",\"border-width\":[\"1\",\"1\",\"1\",\"1\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power3.easeOut\",\"css_cursor\":\"default\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"5\",\"speed\":1500,\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SlideMaskToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":5500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":7,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(53,15,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Parallax\",\"delay\":\"0\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"fadetotopfadefrombottom\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"1500\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/2017\\/03\\/IMG_6425-update-e1489123465460.jpg\",\"transition_ease_in\":[\"Power3.easeInOut\"],\"transition_ease_out\":[\"Power3.easeInOut\"],\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"770\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"ph-zeus-arrows-bg-size-custom-slide\":\"off\",\"ph-zeus-arrows-bg-size-custom\":\"70\",\"ph-zeus-arrows-bg-color-color-rgba-slide\":\"off\",\"ph-zeus-arrows-bg-color-color-rgba\":\"rgba(0,0,0,0.1)\",\"ph-zeus-arrows-arrow-color-color-slide\":\"off\",\"ph-zeus-arrows-arrow-color-color\":\"#ffffff\",\"ph-zeus-arrows-arrow-size-custom-slide\":\"off\",\"ph-zeus-arrows-arrow-size-custom\":\"20\",\"ph-metis-bullets-size-custom-slide\":\"off\",\"ph-metis-bullets-size-custom\":\"50\",\"ph-metis-bullets-border-width-custom-slide\":\"off\",\"ph-metis-bullets-border-width-custom\":\"3\",\"ph-metis-bullets-tooltip-color-color-slide\":\"off\",\"ph-metis-bullets-tooltip-color-color\":\"#ffffff\",\"ph-metis-bullets-idlecolor-color-slide\":\"off\",\"ph-metis-bullets-idlecolor-color\":\"#000000\",\"ph-metis-bullets-hovercolor-color-rgba-slide\":\"off\",\"ph-metis-bullets-hovercolor-color-rgba\":\"#ffffff\",\"ph-metis-bullets-hbgb-color-rgba-slide\":\"off\",\"ph-metis-bullets-hbgb-color-rgba\":\"#777777\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}','[{\"text\":\"FUN ENTERTAINMENT\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"hover\":false,\"alias\":\"Title\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":407,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"70px\",\"mobile\":\"45px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"50px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"font-weight\":{\"desktop\":\"800\",\"mobile\":\"800\",\"notebook\":\"800\",\"tablet\":\"800\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"-35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"0px\",\"10px\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"3\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\",\"vertical-align\":\"top\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"LettersFlyInFromRight\",\"orig-anim-handle\":\"LettersFlyInFromRight\",\"orig-endanim\":\"SmoothCropToBottom\",\"orig-endanim-handle\":\"SmoothCropToBottom\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":1,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"static_start\":\"1\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"chars\",\"split_direction\":\"forward\",\"split_extratime\":75,\"splitdelay\":\"5\",\"speed\":2000,\"animation\":\"LettersFlyInFromBottom\",\"easing\":\"Power4.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SlideMaskToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":5250,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"10px\",\"0px\",\"10px\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":5,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"YOU\'LL WANT TO DANCE!\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":52,\"mobile\":51,\"notebook\":52,\"tablet\":52},\"hover\":false,\"alias\":\"Subtitle\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-SubTitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":413,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"13px\",\"mobile\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"500\",\"notebook\":\"500\",\"tablet\":\"500\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"2\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\",\"vertical-align\":\"top\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":4,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"5\",\"speed\":2000,\"animation\":\"LettersFlyInFromBottom\",\"easing\":\"Power4.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SlideMaskToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":5500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":6,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":8,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":-68,\"notebook\":-68},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Icon\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Icon\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":95,\"height\":55,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"line-height\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"1\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"rgba(255, 255, 255, 1)\",\"border-style\":\"solid\",\"border-width\":[\"1\",\"1\",\"1\",\"1\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power3.easeOut\",\"css_cursor\":\"default\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"5\",\"speed\":1500,\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SlideMaskToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":5500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":7,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classicslider\\/blurflake4.png\",\"scaleX\":{\"desktop\":\"240px\"},\"scaleY\":{\"desktop\":\"240px\"},\"originalWidth\":240,\"originalHeight\":240,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":10,\"left\":{\"desktop\":680},\"top\":{\"desktop\":632},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"rs-pendulum\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"35\",\"loop_startdeg\":-20,\"loop_enddeg\":360,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":240,\"height\":240,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"8\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"blurfilter\":0,\"grayscalefilter\":0,\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":0,\"grayscalefilter\":0,\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[],\"link_follow\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2000},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":6000}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[0,0,0,0]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":8},{\"style\":\"\",\"text\":\"Image 7\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classicslider\\/blurflake3.png\",\"scaleX\":{\"desktop\":\"170px\"},\"scaleY\":{\"desktop\":\"170px\"},\"originalWidth\":170,\"originalHeight\":170,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":11,\"left\":{\"desktop\":948},\"top\":{\"desktop\":487},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 7\",\"loop_animation\":\"rs-wave\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"20\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"50px\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":170,\"height\":170,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"7\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"blurfilter\":0,\"grayscalefilter\":0,\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":0,\"grayscalefilter\":0,\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"endWithSlide\":true,\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[],\"link_follow\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2000},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":6000}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[0,0,0,0]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":9},{\"style\":\"\",\"text\":\"Image 8\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classicslider\\/blurflake2.png\",\"scaleX\":{\"desktop\":\"50px\"},\"scaleY\":{\"desktop\":\"51px\"},\"originalWidth\":50,\"originalHeight\":51,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":12,\"left\":{\"desktop\":719},\"top\":{\"desktop\":200},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 8\",\"loop_animation\":\"rs-rotate\",\"loop_easing\":\"Power2.easeInOut\",\"loop_speed\":\"20\",\"loop_startdeg\":-20,\"loop_enddeg\":360,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"2\",\"loop_angle\":\"45\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":50,\"height\":51,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"4\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"blurfilter\":0,\"grayscalefilter\":0,\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":0,\"grayscalefilter\":0,\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":5,\"endWithSlide\":true,\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[],\"link_follow\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2000},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":6000}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[0,0,0,0]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":10},{\"style\":\"\",\"text\":\"Image 9\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classicslider\\/blurflake1.png\",\"scaleX\":{\"desktop\":\"120px\"},\"scaleY\":{\"desktop\":\"120px\"},\"originalWidth\":120,\"originalHeight\":120,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":13,\"left\":{\"desktop\":187},\"top\":{\"desktop\":216},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 9\",\"loop_animation\":\"rs-wave\",\"loop_easing\":\"Power1.easeInOut\",\"loop_speed\":\"4\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":120,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"6\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"blurfilter\":0,\"grayscalefilter\":0,\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":0,\"grayscalefilter\":0,\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":6,\"endWithSlide\":true,\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[],\"link_follow\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2000},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":6000}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[0,0,0,0]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":11}]','\"\"'),(54,15,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"120\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"30000\",\"title\":\"Ken Burns\",\"delay\":\"0\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"zoomin\"],\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"2000\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/2017\\/03\\/abcd-1.jpg\",\"transition_ease_in\":[\"Power4.easeInOut\"],\"transition_ease_out\":[\"Power4.easeInOut\"],\"video_mute\":\"on\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_volume\":\"\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"782\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"ph-zeus-arrows-bg-size-custom-slide\":\"off\",\"ph-zeus-arrows-bg-size-custom\":\"70\",\"ph-zeus-arrows-bg-color-color-rgba-slide\":\"off\",\"ph-zeus-arrows-bg-color-color-rgba\":\"rgba(0,0,0,0.1)\",\"ph-zeus-arrows-arrow-color-color-slide\":\"off\",\"ph-zeus-arrows-arrow-color-color\":\"#ffffff\",\"ph-zeus-arrows-arrow-size-custom-slide\":\"off\",\"ph-zeus-arrows-arrow-size-custom\":\"20\",\"ph-metis-bullets-size-custom-slide\":\"off\",\"ph-metis-bullets-size-custom\":\"50\",\"ph-metis-bullets-border-width-custom-slide\":\"off\",\"ph-metis-bullets-border-width-custom\":\"3\",\"ph-metis-bullets-tooltip-color-color-slide\":\"off\",\"ph-metis-bullets-tooltip-color-color\":\"#ffffff\",\"ph-metis-bullets-idlecolor-color-slide\":\"off\",\"ph-metis-bullets-idlecolor-color\":\"#000000\",\"ph-metis-bullets-hovercolor-color-rgba-slide\":\"off\",\"ph-metis-bullets-hovercolor-color-rgba\":\"#ffffff\",\"ph-metis-bullets-hbgb-color-rgba-slide\":\"off\",\"ph-metis-bullets-hbgb-color-rgba\":\"#777777\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"800\"},\"color\":{\"desktop\":\"\"},\"letter-spacing\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"rgba(0, 0, 0, 0.75)\",\"border-color\":\"rgba(0, 0, 0, 0.5)\",\"border-opacity\":\"0.5\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"681px\"},\"max_height\":{\"desktop\":\"90\"},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":9,\"left\":{\"desktop\":5},\"top\":{\"desktop\":129},\"internal_class\":\"\",\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":609,\"height\":88,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1500,\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power4.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SlideMaskToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":5500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":5,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"WE LOVE TO SING\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":1,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":132,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"hover\":false,\"alias\":\"Title\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"620px\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":620,\"height\":90,\"static_styles\":{\"font-size\":{\"desktop\":\"70px\",\"mobile\":\"45px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"50px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"font-weight\":{\"desktop\":\"800\",\"mobile\":\"800\",\"notebook\":\"800\",\"tablet\":\"800\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"0px\",\"10px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"LettersFlyInFromBottom\",\"orig-anim-handle\":\"LettersFlyInFromBottom\",\"orig-endanim\":\"SmoothCropToBottom\",\"orig-endanim-handle\":\"SmoothCropToBottom\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":1,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"static_start\":\"1\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"chars\",\"split_direction\":\"forward\",\"split_extratime\":55,\"splitdelay\":\"5\",\"speed\":2000,\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SlideMaskToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":5450,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"10px\",\"0px\",\"10px\",\"0px\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":6,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":52,\"mobile\":31,\"notebook\":51,\"tablet\":51},\"hover\":false,\"alias\":\"Subtitle\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-SubTitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":413,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"13px\",\"mobile\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"500\",\"notebook\":\"500\",\"tablet\":\"500\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\",\"vertical-align\":\"top\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":4,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"5\",\"speed\":2000,\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SlideMaskToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":5500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":7,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]','\"\"'),(56,15,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"120\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"-500\",\"kb_end_offset_y\":\"500\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Love it?\",\"delay\":\"0\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"zoomin\"],\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"2000\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/2017\\/03\\/IMG_5630-correct-e1489123500206.jpg\",\"transition_ease_in\":[\"Power4.easeInOut\"],\"transition_ease_out\":[\"Power4.easeInOut\"],\"video_mute\":\"on\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_volume\":\"\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"771\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"ph-zeus-arrows-bg-size-custom-slide\":\"off\",\"ph-zeus-arrows-bg-size-custom\":\"70\",\"ph-zeus-arrows-bg-color-color-rgba-slide\":\"off\",\"ph-zeus-arrows-bg-color-color-rgba\":\"rgba(0,0,0,0.1)\",\"ph-zeus-arrows-arrow-color-color-slide\":\"off\",\"ph-zeus-arrows-arrow-color-color\":\"#ffffff\",\"ph-zeus-arrows-arrow-size-custom-slide\":\"off\",\"ph-zeus-arrows-arrow-size-custom\":\"20\",\"ph-metis-bullets-size-custom-slide\":\"off\",\"ph-metis-bullets-size-custom\":\"50\",\"ph-metis-bullets-border-width-custom-slide\":\"off\",\"ph-metis-bullets-border-width-custom\":\"3\",\"ph-metis-bullets-tooltip-color-color-slide\":\"off\",\"ph-metis-bullets-tooltip-color-color\":\"#ffffff\",\"ph-metis-bullets-idlecolor-color-slide\":\"off\",\"ph-metis-bullets-idlecolor-color\":\"#000000\",\"ph-metis-bullets-hovercolor-color-rgba-slide\":\"off\",\"ph-metis-bullets-hovercolor-color-rgba\":\"#ffffff\",\"ph-metis-bullets-hbgb-color-rgba-slide\":\"off\",\"ph-metis-bullets-hbgb-color-rgba\":\"#777777\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}','[{\"text\":\"A COAST TREASURE\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"hover\":false,\"alias\":\"Title\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":407,\"height\":70,\"static_styles\":{\"font-size\":{\"desktop\":\"70px\",\"mobile\":\"45px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"line-height\":{\"desktop\":\"70px\",\"mobile\":\"50px\",\"notebook\":\"70px\",\"tablet\":\"70px\"},\"font-weight\":{\"desktop\":\"800\",\"mobile\":\"800\",\"notebook\":\"800\",\"tablet\":\"800\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"[-105%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0deg\",\"z_rotate_start\":\"-90deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"0px\",\"10px\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"orig-anim\":\"LettersFlyInFromLeft\",\"orig-anim-handle\":\"LettersFlyInFromLeft\",\"orig-endanim\":\"SmoothCropToBottom\",\"orig-endanim-handle\":\"SmoothCropToBottom\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":1,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"static_start\":\"1\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"chars\",\"split_direction\":\"forward\",\"split_extratime\":130,\"splitdelay\":\"10\",\"speed\":2000,\"animation\":\"LettersFlyInFromLeft\",\"easing\":\"Power4.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SlideMaskToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":4700,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"10px\",\"0px\",\"10px\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":5,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"WE LOVE TO PERFORM!\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":52,\"mobile\":51,\"notebook\":52,\"tablet\":52},\"hover\":false,\"alias\":\"Subtitle\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-SubTitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":413,\"height\":30,\"static_styles\":{\"font-size\":{\"desktop\":\"13px\",\"mobile\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"500\",\"notebook\":\"500\",\"tablet\":\"500\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\",\"vertical-align\":\"top\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"last\",\"cover_mode\":\"custom\",\"animation_overwrite\":\"default\",\"trigger_memory\":\"reset\",\"unique_id\":4,\"internal_class\":\"\",\"show-on-hover\":false,\"subtype\":\"\",\"specialsettings\":{},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"5\",\"speed\":2000,\"animation\":\"LettersFlyInFromLeft\",\"easing\":\"Power4.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SlideMaskToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":5500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":6,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":8,\"left\":{\"desktop\":0,\"notebook\":0},\"top\":{\"desktop\":-68,\"notebook\":-68},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Icon\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"NotGeneric-Icon\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":95,\"height\":55,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"line-height\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"rgba(255, 255, 255, 1)\",\"border-style\":\"solid\",\"border-width\":[\"1\",\"1\",\"1\",\"1\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power3.easeOut\",\"css_cursor\":\"default\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"5\",\"speed\":1500,\"animation\":\"custom\",\"easing\":\"Power4.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"SlideMaskToBottom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":5500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":7,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'); /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_static_slides` VALUES (1,1,'{\"background_type\":\"trans\"}','[]','[\"\"]'),(10,10,'{\"background_type\":\"trans\"}','[{\"style\":\"\",\"text\":\"Image 2\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/gym\\/gymlogo.png\",\"scaleX\":{\"desktop\":\"102px\"},\"scaleY\":{\"desktop\":\"57px\"},\"special_type\":\"static\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":30},\"hover\":false,\"alias\":\"LOGO\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":102,\"height\":57,\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"visible\":true,\"serial\":21,\"endWithSlide\":true,\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"static_start\":\"1\",\"static_end\":\"last\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":2,\"originalWidth\":204,\"originalHeight\":114,\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"jumpto\"],\"image_link\":[\"\"],\"link_open_in\":[\"same\"],\"jump_to_slide\":[33],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"2\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}},{\"text\":\"<i class=\\\"fa-icon-facebook\\\"><\\/i>\",\"type\":\"text\",\"special_type\":\"static\",\"left\":{\"desktop\":30},\"top\":{\"desktop\":30},\"hover\":true,\"alias\":\"FACEBOOK\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"right\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":11,\"height\":22,\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"6px\",\"10px\",\"4px\",\"11px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#3b5998\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#274b89\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"visible\":true,\"serial\":22,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"static_start\":\"1\",\"static_end\":\"last\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":3,\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"<i class=\\\"fa-icon-twitter\\\"><\\/i>\",\"type\":\"text\",\"special_type\":\"static\",\"left\":{\"desktop\":68},\"top\":{\"desktop\":30},\"hover\":true,\"alias\":\"TWITTER\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"right\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":28,\"height\":32,\"static_styles\":{\"font-size\":{\"desktop\":\"17px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"9px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#55acee\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#3d9bdd\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"visible\":true,\"serial\":23,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"static_start\":\"1\",\"static_end\":\"last\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":4,\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"\"}},\"inline\":{\"idle\":{\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"22px\",\"0px\",\"0px\",\"14px\"],\"background-color\":\"transparent\",\"background-opacity\":\"0\",\"background-transparency\":\"0\",\"border-radius\":[\"50%\",\"50%\",\"50%\",\"50%\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-opacity\":\"1\",\"border-width\":\"2px\",\"border-style\":\"solid\",\"font-family\":\"\",\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"css_cursor\":\"pointer\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\"},\"text\":\"\\n\\t\\t\\t\\t\\t\\t <span><\\/span>\\n\\t\\t\\t\\t\\t\\t <span><\\/span>\\n\\t\\t\\t\\t\\t\\t <span><\\/span>\\n\\t\\t\\t\\t\\t\\t\",\"type\":\"button\",\"specialsettings\":{},\"style\":\"\",\"internal_class\":\"rev-burger revb-white\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"60px\"},\"max_height\":{\"desktop\":\"60px\"},\"alias\":\"BURGER MENU\",\"subtype\":\"burgerbutton\",\"unique_id\":5,\"left\":{\"desktop\":30},\"top\":{\"desktop\":30},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":24,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[\"click\",\"click\",\"click\",\"click\"],\"action\":[\"toggle_class\",\"toggle_layer\",\"toggle_layer\",\"toggle_layer\"],\"image_link\":[\"\",\"\",\"\",\"\"],\"link_open_in\":[\"same\",\"same\",\"same\",\"same\"],\"jump_to_slide\":[33,33,33,33],\"scrollunder_offset\":[\"\",\"\",\"\",\"\"],\"actioncallback\":[\"\",\"\",\"\",\"\"],\"layer_target\":[\"5\",\"6\",\"7\",\"8\"],\"link_type\":[\"jquery\",\"jquery\",\"jquery\",\"jquery\"],\"action_delay\":[\"0\",\"\",\"\",\"\"],\"toggle_layer_type\":[\"visible\",\"hidden\",\"hidden\",\"hidden\"],\"toggle_class\":[\"open\",\"\",\"\",\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"WELCOME\",\"type\":\"text\",\"special_type\":\"static\",\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":30},\"top\":{\"desktop\":100},\"internal_class\":\"\",\"hover\":true,\"alias\":\"MENU ITEM 1\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"top\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"gym-menuitem\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":800,\"endtime\":9500,\"endanimation\":\"stl\",\"endeasing\":\"Power3.easeInOut\",\"width\":180,\"height\":26,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"20px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"-50px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"200\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":25,\"endWithSlide\":false,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[\"click\",\"click\"],\"action\":[\"jumpto\",\"simulate_click\"],\"image_link\":[\"\",\"\"],\"link_open_in\":[\"same\",\"same\"],\"jump_to_slide\":[33,33],\"scrollunder_offset\":[\"\",\"\"],\"actioncallback\":[\"\",\"\"],\"layer_target\":[\"5\",\"5\"],\"link_type\":[\"jquery\",\"jquery\"],\"action_delay\":[\"\",\"\"],\"toggle_layer_type\":[\"visible\",\"visible\"],\"toggle_class\":[\"\",\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"OUR OFFER\",\"type\":\"text\",\"special_type\":\"static\",\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":7,\"left\":{\"desktop\":30},\"top\":{\"desktop\":135},\"internal_class\":\"\",\"hover\":true,\"alias\":\"MENU ITEM 2\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"top\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"gym-menuitem\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":800,\"endtime\":9500,\"endanimation\":\"stl\",\"endeasing\":\"Power3.easeInOut\",\"width\":180,\"height\":26,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"20px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"-50px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"200\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":26,\"endWithSlide\":false,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[\"click\",\"click\"],\"action\":[\"jumpto\",\"simulate_click\"],\"image_link\":[\"\",\"\"],\"link_open_in\":[\"same\",\"same\"],\"jump_to_slide\":[34,34],\"scrollunder_offset\":[\"\",\"\"],\"actioncallback\":[\"\",\"\"],\"layer_target\":[\"5\",\"5\"],\"link_type\":[\"jquery\",\"jquery\"],\"action_delay\":[\"\",\"\"],\"toggle_layer_type\":[\"visible\",\"visible\"],\"toggle_class\":[\"\",\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"CONTACT\",\"type\":\"text\",\"special_type\":\"static\",\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":8,\"left\":{\"desktop\":30},\"top\":{\"desktop\":170},\"internal_class\":\"\",\"hover\":true,\"alias\":\"MENU ITEM 2\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"top\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"gym-menuitem\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":800,\"endtime\":9500,\"endanimation\":\"stl\",\"endeasing\":\"Power3.easeInOut\",\"width\":180,\"height\":26,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"20px\"},\"font-weight\":{\"desktop\":\"300\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"-50px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"200\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":27,\"endWithSlide\":false,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[\"click\",\"click\"],\"action\":[\"jumpto\",\"simulate_click\"],\"image_link\":[\"\",\"\"],\"link_open_in\":[\"same\",\"same\"],\"jump_to_slide\":[35,35],\"scrollunder_offset\":[\"\",\"\"],\"actioncallback\":[\"\",\"\"],\"layer_target\":[\"5\",\"5\"],\"link_type\":[\"jquery\",\"jquery\"],\"action_delay\":[\"\",\"\"],\"toggle_layer_type\":[\"visible\",\"visible\"],\"toggle_class\":[\"\",\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(13,13,'{\"background_type\":\"trans\"}','[{\"style\":\"\",\"text\":\"Image 43\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/levanorestaurantbar\\/restaurant_logo1.png\",\"scaleX\":{\"desktop\":\"60px\"},\"scaleY\":{\"desktop\":\"60px\"},\"originalWidth\":120,\"originalHeight\":120,\"special_type\":\"static\",\"left\":{\"desktop\":30},\"top\":{\"desktop\":30},\"hover\":false,\"alias\":\"LOGO\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":60,\"height\":60,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Power2.easeInOut\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":35,\"endWithSlide\":true,\"autolinebreak\":false,\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"scrollunder_offset\":\"\",\"unique_id\":2,\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"show-on-hover\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"\"}},\"inline\":{\"idle\":{\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"22px\",\"0px\",\"0px\",\"14px\"],\"background-color\":\"transparent\",\"background-opacity\":\"0\",\"background-transparency\":\"0\",\"border-radius\":[\"50%\",\"50%\",\"50%\",\"50%\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-opacity\":\"1\",\"border-width\":\"2px\",\"border-style\":\"solid\",\"font-family\":\"\",\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"css_cursor\":\"pointer\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Power2.easeInOut\"},\"text\":\"\\n\\t\\t\\t\\t\\t\\t <span><\\/span>\\n\\t\\t\\t\\t\\t\\t <span><\\/span>\\n\\t\\t\\t\\t\\t\\t <span><\\/span>\\n\\t\\t\\t\\t\\t\\t\",\"type\":\"button\",\"specialsettings\":{},\"style\":\"\",\"internal_class\":\"rev-burger revb-white\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"60px\"},\"max_height\":{\"desktop\":\"60px\"},\"alias\":\"Burger Button\",\"subtype\":\"burgerbutton\",\"unique_id\":6,\"left\":{\"desktop\":30},\"top\":{\"desktop\":30},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"right\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":36,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer_action\":{\"tooltip_event\":[\"click\",\"click\",\"click\",\"click\",\"click\",\"click\"],\"action\":[\"toggle_class\",\"toggle_layer\",\"toggle_layer\",\"toggle_layer\",\"toggle_layer\",\"toggle_layer\"],\"image_link\":[\"\",\"\",\"\",\"\",\"\",\"\"],\"link_open_in\":[\"same\",\"same\",\"same\",\"same\",\"same\",\"same\"],\"jump_to_slide\":[42,42,42,42,42,42],\"scrollunder_offset\":[\"\",\"\",\"\",\"\",\"\",\"\"],\"actioncallback\":[\"\",\"\",\"\",\"\",\"\",\"\"],\"layer_target\":[\"6\",\"3\",\"4\",\"5\",\"7\",\"8\"],\"link_type\":[\"jquery\",\"jquery\",\"jquery\",\"jquery\",\"jquery\",\"jquery\"],\"action_delay\":[\"0\",\"\",\"\",\"\",\"\",\"\"],\"toggle_layer_type\":[\"visible\",\"hidden\",\"hidden\",\"hidden\",\"hidden\",\"hidden\"],\"toggle_class\":[\"open\",\"\",\"\",\"\",\"\",\"\"]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Welcome\",\"type\":\"text\",\"special_type\":\"static\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":124},\"hover\":true,\"alias\":\"Menu1\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfr\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":500,\"align_hor\":{\"desktop\":\"right\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Restaurant-Menuitem\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":500,\"endtime\":10000,\"endanimation\":\"str\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":185,\"height\":37,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\"},\"line-height\":{\"desktop\":\"17px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"50px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"500\",\"easing\":\"Power2.easeInOut\",\"css_cursor\":\"pointer\"},\"visible\":true,\"serial\":37,\"unique_id\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"show-on-hover\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"layer_action\":{\"tooltip_event\":[\"click\",\"click\"],\"action\":[\"jumpto\",\"simulate_click\"],\"image_link\":[\"\",\"\"],\"link_open_in\":[\"_self\",\"_self\"],\"jump_to_slide\":[42,42],\"scrollunder_offset\":[\"\",\"\"],\"actioncallback\":[\"\",\"\"],\"layer_target\":[\"6\",\"6\"],\"link_type\":[\"jquery\",\"jquery\"],\"action_delay\":[\"100\",\"\"],\"toggle_layer_type\":[\"visible\",\"visible\"],\"toggle_class\":[\"\",\"\"]}},{\"text\":\"The Menu\",\"type\":\"text\",\"special_type\":\"static\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":162},\"hover\":true,\"alias\":\"Menu2\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfr\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":500,\"align_hor\":{\"desktop\":\"right\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Restaurant-Menuitem\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":500,\"endtime\":9500,\"endanimation\":\"str\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":136,\"height\":37,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\"},\"line-height\":{\"desktop\":\"17px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"50px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"500\",\"easing\":\"Power2.easeInOut\",\"css_cursor\":\"pointer\"},\"visible\":true,\"serial\":38,\"unique_id\":4,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"show-on-hover\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"layer_action\":{\"tooltip_event\":[\"click\",\"click\"],\"action\":[\"jumpto\",\"simulate_click\"],\"image_link\":[\"\",\"\"],\"link_open_in\":[\"_self\",\"_self\"],\"jump_to_slide\":[43,42],\"scrollunder_offset\":[\"\",\"\"],\"actioncallback\":[\"\",\"\"],\"layer_target\":[\"2\",\"6\"],\"link_type\":[\"jquery\",\"jquery\"],\"action_delay\":[\"\",\"\"],\"toggle_layer_type\":[\"visible\",\"visible\"],\"toggle_class\":[\"\",\"\"]}},{\"text\":\"Drinks\",\"type\":\"text\",\"special_type\":\"static\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":200},\"hover\":true,\"alias\":\"Menu3\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfr\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":500,\"align_hor\":{\"desktop\":\"right\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Restaurant-Menuitem\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":500,\"endtime\":9500,\"endanimation\":\"str\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":185,\"height\":37,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\"},\"line-height\":{\"desktop\":\"17px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"50px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"500\",\"easing\":\"Power2.easeInOut\",\"css_cursor\":\"pointer\"},\"visible\":true,\"serial\":39,\"unique_id\":5,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"show-on-hover\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"layer_action\":{\"tooltip_event\":[\"click\",\"click\"],\"action\":[\"jumpto\",\"simulate_click\"],\"image_link\":[\"\",\"\"],\"link_open_in\":[\"_self\",\"_self\"],\"jump_to_slide\":[44,42],\"scrollunder_offset\":[\"\",\"\"],\"actioncallback\":[\"\",\"\"],\"layer_target\":[\"6\",\"6\"],\"link_type\":[\"jquery\",\"jquery\"],\"action_delay\":[\"100\",\"\"],\"toggle_layer_type\":[\"visible\",\"visible\"],\"toggle_class\":[\"\",\"\"]}},{\"text\":\"Opening Times\",\"type\":\"text\",\"special_type\":\"static\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":238},\"hover\":true,\"alias\":\"Menu4\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfr\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":500,\"align_hor\":{\"desktop\":\"right\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Restaurant-Menuitem\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":500,\"endtime\":9500,\"endanimation\":\"str\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":121,\"height\":37,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\"},\"line-height\":{\"desktop\":\"17px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"50px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"500\",\"easing\":\"Power2.easeInOut\",\"css_cursor\":\"pointer\"},\"visible\":true,\"serial\":40,\"unique_id\":7,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"show-on-hover\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"layer_action\":{\"tooltip_event\":[\"click\",\"click\"],\"action\":[\"jumpto\",\"simulate_click\"],\"image_link\":[\"\",\"\"],\"link_open_in\":[\"_self\",\"_self\"],\"jump_to_slide\":[45,42],\"scrollunder_offset\":[\"\",\"\"],\"actioncallback\":[\"\",\"\"],\"layer_target\":[\"6\",\"6\"],\"link_type\":[\"jquery\",\"jquery\"],\"action_delay\":[\"100\",\"\"],\"toggle_layer_type\":[\"visible\",\"visible\"],\"toggle_class\":[\"\",\"\"]}},{\"text\":\"Contact\",\"type\":\"text\",\"special_type\":\"static\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":276},\"hover\":true,\"alias\":\"Menu5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfr\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":500,\"align_hor\":{\"desktop\":\"right\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Restaurant-Menuitem\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":500,\"endtime\":9500,\"endanimation\":\"str\",\"endeasing\":\"Power2.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":201,\"height\":37,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\"},\"line-height\":{\"desktop\":\"17px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"50px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"500\",\"easing\":\"Power2.easeInOut\",\"css_cursor\":\"pointer\"},\"visible\":true,\"serial\":41,\"unique_id\":8,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"show-on-hover\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"layer_action\":{\"tooltip_event\":[\"click\",\"click\"],\"action\":[\"jumpto\",\"simulate_click\"],\"image_link\":[\"\",\"\"],\"link_open_in\":[\"_self\",\"_self\"],\"jump_to_slide\":[46,42],\"scrollunder_offset\":[\"\",\"\"],\"actioncallback\":[\"\",\"\"],\"layer_target\":[\"2\",\"6\"],\"link_type\":[\"jquery\",\"jquery\"],\"action_delay\":[\"\",\"0\"],\"toggle_layer_type\":[\"visible\",\"visible\"],\"toggle_class\":[\"\",\"\"]}}]','[\"\"]'),(15,15,'{\"background_type\":\"trans\"}','[]','[\"\"]'); /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(7,26,0),(7,29,0),(8,17,0),(10,17,0),(12,17,0),(14,17,0),(21,19,0),(26,19,0),(28,19,0),(32,26,0),(32,29,0),(33,18,0),(33,28,0),(39,15,0),(39,27,0),(39,29,0),(40,26,0),(40,28,0),(40,29,0),(43,15,0),(43,26,0),(43,27,0),(46,27,0),(46,28,0),(47,15,0),(47,27,0),(47,29,0),(252,2,0),(252,6,0),(252,7,0),(254,4,0),(254,5,0),(254,8,0),(254,13,0),(254,14,0),(254,32,0),(256,3,0),(256,5,0),(256,6,0),(256,8,0),(256,11,0),(256,14,0),(258,3,0),(258,8,0),(258,10,0),(258,12,0),(258,33,0),(260,2,0),(260,4,0),(260,6,0),(260,10,0),(260,13,0),(262,3,0),(262,7,0),(262,10,0),(262,12,0),(262,32,0),(264,2,0),(264,7,0),(264,10,0),(266,2,0),(266,5,0),(266,11,0),(266,13,0),(266,14,0),(266,33,0),(268,4,0),(268,6,0),(268,7,0),(268,13,0),(349,2,0),(349,3,0),(349,6,0),(349,7,0),(349,9,0),(617,25,0),(618,25,0),(619,25,0),(629,22,0),(634,24,0),(635,16,0),(637,16,0),(640,21,0),(640,24,0),(642,16,0),(642,24,0),(643,21,0),(643,22,0),(646,16,0),(646,22,0),(684,30,0),(685,30,0),(686,31,0),(687,31,0),(688,31,0),(689,30,0),(690,30,0),(691,30,0),(692,30,0),(693,31,0),(708,31,0),(709,31,0),(710,30,0),(711,30,0),(712,31,0),(713,30,0),(714,30,0),(715,31,0),(716,30,0),(717,30,0),(718,30,0),(719,31,0),(720,30,0),(721,30,0),(722,31,0),(723,30,0),(724,30,0),(725,30,0),(726,30,0),(727,30,0),(728,31,0),(729,31,0),(730,31,0),(731,30,0),(732,30,0),(733,31,0),(734,30,0),(735,30,0),(736,31,0),(737,30,0),(738,30,0),(739,30,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'category','',0,5),(3,3,'category','',0,4),(4,4,'category','',0,3),(5,5,'category','',0,3),(6,6,'post_tag','',0,5),(7,7,'post_tag','',0,5),(8,8,'post_tag','',0,3),(9,9,'post_tag','',0,1),(10,10,'post_tag','',0,4),(11,11,'post_tag','',0,2),(12,12,'post_tag','',0,2),(13,13,'post_tag','',0,4),(14,14,'post_tag','',0,3),(15,15,'portfolio_categories','',0,3),(16,16,'store_types','',0,4),(17,17,'team_member_categories','',0,4),(18,18,'portfolio_skills','',0,1),(19,19,'testimonial_categories','',0,3),(21,21,'store_types','',0,2),(22,22,'store_types','',0,3),(24,24,'store_types','',0,3),(25,25,'testimonial_categories','',0,3),(26,26,'portfolio_categories','',0,4),(27,27,'portfolio_skills','',0,4),(28,28,'portfolio_categories','',0,3),(29,29,'portfolio_skills','',0,5),(30,30,'nav_menu','',0,27),(31,31,'nav_menu','',0,15),(32,32,'post_format','',0,2),(33,33,'post_format','',0,2); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Menus','menus',0),(3,'Restaurant','restaurant',0),(4,'Spices','spices',0),(5,'Steaks','steaks',0),(6,'Dishes','dishes',0),(7,'Food','food',0),(8,'Meat','meat',0),(9,'Menus','menus',0),(10,'Restaurant','restaurant',0),(11,'Roasted','roasted',0),(12,'Salads','salads',0),(13,'Spices','spices',0),(14,'Steak','steak',0),(15,'BBQ','bbq',0),(16,'Casual Dining','casual-dining',0),(17,'BAND','band',0),(18,'Chicken','chicken',0),(19,'Clients','clients',0),(21,'Fast-Casual Restaurants','fast-casual-restaurants',0),(22,'Fine Dining','fine-dining',0),(24,'Quick-Service Restaurants','quick-service-restaurants',0),(25,'Reviews','reviews',0),(26,'Roasted','roasted',0),(27,'Salad','salad',0),(28,'Spicy','spicy',0),(29,'Steak','steak',0),(30,'Left Menu','left-menu',0),(31,'Right Menu','right-menu',0),(32,'Image','post-format-image',0),(33,'Gallery','post-format-gallery',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','coastbigband'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:2:{s:64:\"c6d9ae4b8fef91b787e9dd0dab79eee8ef4abdaac602a225a2acc4498646202b\";a:4:{s:10:\"expiration\";i:1489980663;s:2:\"ip\";s:15:\"184.155.206.128\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8\";s:5:\"login\";i:1489807863;}s:64:\"49a6bd720850d9da4e47db339ec3ab9bb4422631ffaf30b399a8eae3bb5ac880\";a:4:{s:10:\"expiration\";i:1490110281;s:2:\"ip\";s:15:\"184.155.206.128\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8\";s:5:\"login\";i:1489937481;}}'),(16,1,'wp_user-settings','libraryContent=browse&urlbutton=file&editor=tinymce&mfold=o&imgsize=large&template_window_vcUIPanelWidth=1107&template_window_vcUIPanelLeft=86px&template_window_vcUIPanelTop=74px&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=382px&edit_element_vcUIPanelTop=81px&panel_vcUIPanelWidth=650&panel_vcUIPanelLeft=462px&panel_vcUIPanelTop=75px'),(17,1,'wp_user-settings-time','1489938186'),(18,1,'wp_dashboard_quick_press_last_post_id','806'),(20,1,'nav_menu_recently_edited','30'),(21,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(22,1,'metaboxhidden_nav-menus','a:7:{i:0;s:29:\"add-post-type-tpath_portfolio\";i:1;s:31:\"add-post-type-tpath_testimonial\";i:2;s:31:\"add-post-type-tpath_team_member\";i:3;s:27:\"add-post-type-tpath_clients\";i:4;s:26:\"add-post-type-tpath_stores\";i:5;s:12:\"add-post_tag\";i:6;s:15:\"add-post_format\";}'),(23,1,'closedpostboxes_dashboard','a:0:{}'),(24,1,'metaboxhidden_dashboard','a:0:{}'),(25,1,'closedpostboxes_page','a:0:{}'),(26,1,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'coastbigband','$P$B7kqNgC3S2fKEqD0ZOme/qHlD/y9ho1','coastbigband','david@abcrental.com','','2016-06-23 15:23:45','',0,'coastbigband'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0322163_6' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2017-03-19 22:50:13